paper-with-me

Papers

Conformer: Local Features Coupling Global Representations for Visual Recognition

2021-05-09 · ICCV 2021 10 · Zhiliang Peng, Wei Huang, Shanzhi Gu, Lingxi Xie, YaoWei Wang, Jianbin Jiao, Qixiang Ye

Within Convolutional Neural Network (CNN), the convolution operations are good at extracting local features but experience difficulty to capture global representations. Within visual transformer, the cascaded self-attention modules can capture long-distance feature dependencies but unfortunately deteriorate local feature details. In this paper, we propose a hybrid network structure, termed Conformer, to take advantage of convolutional operations and self-attention mechanisms for enhanced representation learning. Conformer roots in the Feature Coupling Unit (FCU), which fuses local features and global representations under different resolutions in an interactive fashion. Conformer adopts a concurrent structure so that local features and global representations are retained to the maximum extent. Experiments show that Conformer, under the comparable parameter complexity, outperforms the visual transformer (DeiT-B) by 2.3% on ImageNet. On MSCOCO, it outperforms ResNet-101 by 3.7% and 3.6% mAPs for object detection and instance segmentation, respectively, demonstrating the great potential to be a general backbone network. Code is available at https://github.com/pengzhiliang/Conformer.

📄 PDF Abstract BibTeX arXiv:2105.03889

Code (4)

pengzhiliang/Conformer 공식 구현 pytorch
open-mmlab/mmclassification pytorch
vasgaowei/TS-CAM pytorch
vasgaowei/ts-cam-voc pytorch

Tasks

Image ClassificationInstance Segmentationobject-detectionObject DetectionRepresentation LearningSemantic Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

DEFORMER: Coupling Deformed Localized Patterns with Global Context for Robust End-to-end Speech Recognition

2022-07-04 · Jiamin Xie, John H. L. Hansen

Convolutional neural networks (CNN) have improved speech recognition performance greatly by exploiting localized time-frequency patterns. But these patterns are assumed to appear in symmetric and rigid kernels by the con…

speech-recognitionSpeech Recognition

DBConformer: Dual-Branch Convolutional Transformer for EEG Decoding

2025-06-26 · Ziwei Wang, Hongbin Wang, Tianwang Jia, Xingyi He 외

Electroencephalography (EEG)-based brain-computer interfaces (BCIs) transform spontaneous/evoked neural activity into control commands for external communication. While convolutional neural networks (CNNs) remain the mai…

EEGEeg DecodingMotor ImagerySeizure Detection

Raw Waveform Encoder with Multi-Scale Globally Attentive Locally Recurrent Networks for End-to-End Speech Recognition

2021-06-08 · Max W. Y. Lam, Jun Wang, Chao Weng, Dan Su 외

End-to-end speech recognition generally uses hand-engineered acoustic features as input and excludes the feature extraction module from its joint optimization. To extract learnable and adaptive features and mitigate info…

speech-recognitionSpeech Recognition

Deep Sparse Conformer for Speech Recognition

2022-09-01 · Xianchao Wu

Conformer has achieved impressive results in Automatic Speech Recognition (ASR) by leveraging transformer's capturing of content-based global interactions and convolutional neural network's exploiting of local features. …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

TransCAM: Transformer Attention-based CAM Refinement for Weakly Supervised Semantic Segmentation

2022-03-14 · Ruiwen Li, Zheda Mai, Chiheb Trabelsi, Zhibo Zhang 외

Weakly supervised semantic segmentation (WSSS) with only image-level supervision is a challenging task. Most existing methods exploit Class Activation Maps (CAM) to generate pixel-level pseudo labels for supervised train…

Semantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation