paper-with-me

홈 › Papers

DMFormer: Closing the Gap Between CNN and Vision Transformers

2022-09-16 · Zimian Wei, Hengyue Pan, Lujun Li, Menglong Lu, Xin Niu, Peijie Dong, Dongsheng Li

Vision transformers have shown excellent performance in computer vision tasks. As the computation cost of their self-attention mechanism is expensive, recent works tried to replace the self-attention mechanism in vision transformers with convolutional operations, which is more efficient with built-in inductive bias. However, these efforts either ignore multi-level features or lack dynamic prosperity, leading to sub-optimal performance. In this paper, we propose a Dynamic Multi-level Attention mechanism (DMA), which captures different patterns of input images by multiple kernel sizes and enables input-adaptive weights with a gating mechanism. Based on DMA, we present an efficient backbone network named DMFormer. DMFormer adopts the overall architecture of vision transformers, while replacing the self-attention mechanism with our proposed DMA. Extensive experimental results on ImageNet-1K and ADE20K datasets demonstrated that DMFormer achieves state-of-the-art performance, which outperforms similar-sized vision transformers(ViTs) and convolutional neural networks (CNNs).

📄 PDF Abstract BibTeX arXiv:2209.07738

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive Biasobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

DMA In image inpainting task, the mechanism extracts complementary features from the word embedding in two paths by reciprocal attention, which is done by comparing the descriptive…

Similar Papers 제목 키워드 기반

ADMFormer: An Adaptive-Decomposition Transformer with Time-Varying Masked Spatial Attention for Traffic Forecasting

2026-05-25 · Ruiwen Gu, Qitai Tan, Yahao Liu, Xiao-Ping Zhang arxiv

Accurate traffic forecasting is essential for intelligent transportation systems, supporting a wide range of real-world applications. However, it remains challenging due to two key factors:~(1) Traffic series contain het…

EDMFormer: Genre-Specific Self-Supervised Learning for Music Structure Segmentation

2026-03-08 · Sahal Sajeer, Krish Patel, Oscar Chung, Joel Song Bae arxiv

Music structure segmentation is a key task in audio analysis, but existing models perform poorly on Electronic Dance Music (EDM). This problem exists because most approaches rely on lyrical or harmonic similarity, which …

Self-Supervised LearningBoundary Detection

Partial success in closing the gap between human and machine vision

2021-06-14 · NeurIPS 2021 12 · Robert Geirhos, Kantharaju Narayanappa, Benjamin Mitzkus, Tizian Thieringer 외

A few years ago, the first CNN surpassed human performance on ImageNet. However, it soon became clear that machines lack robustness on more challenging test cases, a major obstacle towards deploying machines "in the wild…

Image ClassificationObject Recognition

Do Vision-and-Language Transformers Learn Grounded Predicate-Noun Dependencies?

2022-10-21 · Mitja Nikolaus, Emmanuelle Salin, Stephane Ayache, Abdellah Fourtassi 외

Recent advances in vision-and-language modeling have seen the development of Transformer architectures that achieve remarkable performance on multimodal reasoning tasks. Yet, the exact capabilities of these black-box mod…

Image-text matchingLanguage ModelingLanguage ModellingMultimodal Reasoning+1

Momentum Transformer: Closing the Performance Gap Between Self-attention and Its Linearization

2022-08-01 · Tan Nguyen, Richard G. Baraniuk, Robert M. Kirby, Stanley J. Osher 외

Transformers have achieved remarkable success in sequence modeling and beyond but suffer from quadratic computational and memory complexities with respect to the length of the input sequence. Leveraging techniques includ…

Image GenerationMachine Translation