paper-with-me

Papers

MAFormer: A Transformer Network with Multi-scale Attention Fusion for Visual Recognition

2022-08-31 · Yunhao Wang, Huixin Sun, Xiaodi Wang, Bin Zhang, Chao Li, Ying Xin, Baochang Zhang, Errui Ding, Shumin Han

Vision Transformer and its variants have demonstrated great potential in various computer vision tasks. But conventional vision transformers often focus on global dependency at a coarse level, which suffer from a learning challenge on global relationships and fine-grained representation at a token level. In this paper, we introduce Multi-scale Attention Fusion into transformer (MAFormer), which explores local aggregation and global feature extraction in a dual-stream framework for visual recognition. We develop a simple but effective module to explore the full potential of transformers for visual representation by learning fine-grained and coarse-grained features at a token level and dynamically fusing them. Our Multi-scale Attention Fusion (MAF) block consists of: i) a local window attention branch that learns short-range interactions within windows, aggregating fine-grained local features; ii) global feature extraction through a novel Global Learning with Down-sampling (GLD) operation to efficiently capture long-range context information within the whole image; iii) a fusion module that self-explores the integration of both features via attention. Our MAFormer achieves state-of-the-art performance on common vision tasks. In particular, MAFormer-L achieves 85.9$\%$ Top-1 accuracy on ImageNet, surpassing CSWin-B and LV-ViT-L by 1.7$\%$ and 0.6$\%$ respectively. On MSCOCO, MAFormer outperforms the prior art CSWin by 1.7$\%$ mAPs on object detection and 1.4$\%$ on instance segmentation with similar-sized parameters, demonstrating the potential to be a general backbone network.

📄 PDF Abstract BibTeX arXiv:2209.01620

Code (0)

등록된 구현이 없습니다.

Tasks

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Lagrange Duality and Compound Multi-Attention Transformer for Semi-Supervised Medical Image Segmentation

2024-09-12 · Fuchen Zheng, Quanjun Li, Weixuan Li, Xuhang Chen 외

Medical image segmentation, a critical application of semantic segmentation in healthcare, has seen significant advancements through specialized computer vision techniques. While deep learning-based medical image segment…

Image SegmentationMedical DiagnosisMedical Image SegmentationSegmentation+2

SMAFormer: Synergistic Multi-Attention Transformer for Medical Image Segmentation

2024-08-31 · Fuchen Zheng, Xuhang Chen, Weihuang Liu, Haolun Li 외

In medical image segmentation, specialized computer vision techniques, notably transformers grounded in attention mechanisms and residual networks employing skip connections, have been instrumental in advancing performan…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

EMAformer: Enhancing Transformer through Embedding Armor for Time Series Forecasting

2025-11-11 · Zhiwei Zhang, Xinyi Du, Xuanchi Guo, Weihao Wang 외 arxiv

Multivariate time series forecasting is crucial across a wide range of domains. While presenting notable progress for the Transformer architecture, iTransformer still lags behind the latest MLP-based models. We attribute…

Multivariate Time Series Forecasting

UMMAFormer: A Universal Multimodal-adaptive Transformer Framework for Temporal Forgery Localization

2023-08-28 · Rui Zhang, Hongxia Wang, Mingshan Du, Hanqing Liu 외

The emergence of artificial intelligence-generated content (AIGC) has raised concerns about the authenticity of multimedia content in various fields. However, existing research for forgery content detection has focused m…

Binary ClassificationTemporal Forgery LocalizationVideo Inpainting

DemaFormer: Damped Exponential Moving Average Transformer with Energy-Based Modeling for Temporal Language Grounding

2023-12-05 · Thong Nguyen, Xiaobao Wu, Xinshuai Dong, Cong-Duy Nguyen 외

Temporal Language Grounding seeks to localize video moments that semantically correspond to a natural language query. Recent advances employ the attention mechanism to learn the relations between video moments and the te…