paper-with-me

홈 › Papers

Semantic-Aware Local-Global Vision Transformer

2022-11-27 · Jiatong Zhang, Zengwei Yao, Fanglin Chen, Guangming Lu, Wenjie Pei

Vision Transformers have achieved remarkable progresses, among which Swin Transformer has demonstrated the tremendous potential of Transformer for vision tasks. It surmounts the key challenge of high computational complexity by performing local self-attention within shifted windows. In this work we propose the Semantic-Aware Local-Global Vision Transformer (SALG), to further investigate two potential improvements towards Swin Transformer. First, unlike Swin Transformer that performs uniform partition to produce equal size of regular windows for local self-attention, our SALG performs semantic segmentation in an unsupervised way to explore the underlying semantic priors in the image. As a result, each segmented region can correspond to a semantically meaningful part in the image, potentially leading to more effective features within each of segmented regions. Second, instead of only performing local self-attention within local windows as Swin Transformer does, the proposed SALG performs both 1) local intra-region self-attention for learning fine-grained features within each region and 2) global inter-region feature propagation for modeling global dependencies among all regions. Consequently, our model is able to obtain the global view when learning features for each token, which is the essential advantage of Transformer. Owing to the explicit modeling of the semantic priors and the proposed local-global modeling mechanism, our SALG is particularly advantageous for small-scale models when the modeling capacity is not sufficient for other models to learn semantics implicitly. Extensive experiments across various vision tasks demonstrates the merit of our model over other vision Transformers, especially in the small-scale modeling scenarios.

📄 PDF Abstract BibTeX arXiv:2211.14705

Code (0)

등록된 구현이 없습니다.

Tasks

Image ClassificationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Swin Transformer 설명 없음

Similar Papers 제목 키워드 기반

Building Vision Transformers with Hierarchy Aware Feature Aggregation

2023-01-01 · ICCV 2023 1 · Yongjie Chen, Hongmin Liu, Haoran Yin, Bin Fan

Thanks to the excellent global modeling capability of attention mechanisms, the Vision Transformer has achieved better results than ConvNet in many computer tasks. However, in generating hierarchical feature maps, th…

image-classificationImage Classificationobject-detectionObject Detection+1

Rethinking Local Perception in Lightweight Vision Transformer

2023-03-31 · Qihang Fan, Huaibo Huang, Jiyang Guan, Ran He

Vision Transformers (ViTs) have been shown to be effective in various vision tasks. However, resizing them to a mobile-friendly size leads to significant performance degradation. Therefore, developing lightweight vision …

image-classificationImage Classificationobject-detectionObject Detection+1

DualToken-ViT: Position-aware Efficient Vision Transformer with Dual Token Fusion

2023-09-21 · Zhenzhen Chu, Jiayu Chen, Cen Chen, Chengyu Wang 외

Self-attention-based vision transformers (ViTs) have emerged as a highly competitive architecture in computer vision. Unlike convolutional neural networks (CNNs), ViTs are capable of global information sharing. With the …

image-classificationImage Classificationobject-detectionObject Detection+2

Full Point Encoding for Local Feature Aggregation in 3D Point Clouds

2023-03-08 · Yong He, Hongshan Yu, Zhengeng Yang, Xiaoyan Liu 외

Point cloud processing methods exploit local point features and global context through aggregation which does not explicity model the internal correlations between local and global features. To address this problem, we p…

object-detectionObject DetectionPositionSemantic Segmentation

ShelfAware: Real-Time Semantic Localization in Quasi-Static Environments with Low-Cost Sensors

2025-12-09 · Shivendra Agrawal, Jake Brawer, Ashutosh Naik, Alessandro Roncone 외 arxiv

Many indoor workspaces are quasi-static: their global geometric layout is stable, but local semantics change continually, producing repetitive geometry, dynamic clutter, and perceptual noise that defeat standard vision-b…

Semantic Similarity