CVAILGNov 1, 2021

Multi-Scale High-Resolution Vision Transformer for Semantic Segmentation

arXiv:2111.01236v2240 citations
Originality Highly original
AI Analysis

This work addresses the problem of dense prediction tasks like semantic segmentation for computer vision researchers, offering a more efficient and accurate backbone model.

The paper tackles the challenge of adapting Vision Transformers (ViTs) for semantic segmentation by proposing HRViT, which integrates high-resolution multi-branch architectures to learn multi-scale representations, achieving state-of-the-art results with 50.20% mIoU on ADE20K and 83.16% mIoU on Cityscapes.

Vision Transformers (ViTs) have emerged with superior performance on computer vision tasks compared to convolutional neural network (CNN)-based models. However, ViTs are mainly designed for image classification that generate single-scale low-resolution representations, which makes dense prediction tasks such as semantic segmentation challenging for ViTs. Therefore, we propose HRViT, which enhances ViTs to learn semantically-rich and spatially-precise multi-scale representations by integrating high-resolution multi-branch architectures with ViTs. We balance the model performance and efficiency of HRViT by various branch-block co-optimization techniques. Specifically, we explore heterogeneous branch designs, reduce the redundancy in linear layers, and augment the attention block with enhanced expressiveness. Those approaches enabled HRViT to push the Pareto frontier of performance and efficiency on semantic segmentation to a new level, as our evaluation results on ADE20K and Cityscapes show. HRViT achieves 50.20% mIoU on ADE20K and 83.16% mIoU on Cityscapes, surpassing state-of-the-art MiT and CSWin backbones with an average of +1.78 mIoU improvement, 28% parameter saving, and 21% FLOPs reduction, demonstrating the potential of HRViT as a strong vision backbone for semantic segmentation.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes