paper-with-me

홈 › Papers

STEAM: Squeeze and Transform Enhanced Attention Module

2024-12-12 · Rishabh Sabharwal, Ram Samarth B B, Parikshit Singh Rathore, Punit Rathore

Channel and spatial attention mechanisms introduced by earlier works enhance the representation abilities of deep convolutional neural networks (CNNs) but often lead to increased parameter and computation costs. While recent approaches focus solely on efficient feature context modeling for channel attention, we aim to model both channel and spatial attention comprehensively with minimal parameters and reduced computation. Leveraging the principles of relational modeling in graphs, we introduce a constant-parameter module, STEAM: Squeeze and Transform Enhanced Attention Module, which integrates channel and spatial attention to enhance the representation power of CNNs. To our knowledge, we are the first to propose a graph-based approach for modeling both channel and spatial attention, utilizing concepts from multi-head graph transformers. Additionally, we introduce Output Guided Pooling (OGP), which efficiently captures spatial context to further enhance spatial attention. We extensively evaluate STEAM for large-scale image classification, object detection and instance segmentation on standard benchmark datasets. STEAM achieves a 2% increase in accuracy over the standard ResNet-50 model with only a meager increase in GFLOPs. Furthermore, STEAM outperforms leading modules ECA and GCT in terms of accuracy while achieving a three-fold reduction in GFLOPs.

📄 PDF Abstract BibTeX arXiv:2412.09023

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationInstance Segmentationobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
GCT GCT first collects global information by computing the l2-norm of each channel. Next, a learnable vector $ \alpha $ is applied to scale the feature. Then a competition mechanism…
Focus 설명 없음

Similar Papers 제목 키워드 기반

AUREXA-SE: Audio-Visual Unified Representation Exchange Architecture with Cross-Attention and Squeezeformer for Speech Enhancement

2025-10-06 · M. Sajid, Deepanshu Gupta, Yash Modi, Sanskriti Jain 외 arxiv

In this paper, we propose AUREXA-SE (Audio-Visual Unified Representation Exchange Architecture with Cross-Attention and Squeezeformer for Speech Enhancement), a progressive bimodal framework tailored for audio-visual spe…

Representation LearningSpeech Enhancement

Squeeze-and-Attention Networks for Semantic Segmentation

2019-09-08 · CVPR 2020 6 · Zilong Zhong, Zhong Qiu Lin, Rene Bidart, Xiaodan Hu 외

The recent integration of attention mechanisms into segmentation networks improves their representational capabilities through a great emphasis on more informative features. However, these attention mechanisms ignore an …

SegmentationSemantic Segmentation

Squeezeformer: An Efficient Transformer for Automatic Speech Recognition

2022-06-02 · Sehoon Kim, Amir Gholami, Albert Shaw, Nicholas Lee 외

The recently proposed Conformer model has become the de facto backbone model for various downstream speech tasks based on its hybrid attention-convolution architecture that captures both local and global features. Howeve…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Speech Recognition

Attention Enhanced Citrinet for Speech Recognition

2022-09-01 · Xianchao Wu

Citrinet is an end-to-end convolutional Connectionist Temporal Classification (CTC) based automatic speech recognition (ASR) model. To capture local and global contextual information, 1D time-channel separable convolutio…

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

Multi-Frequency Information Enhanced Channel Attention Module for Speaker Representation Learning

2022-07-10 · Mufan Sang, John H. L. Hansen

Recently, attention mechanisms have been applied successfully in neural network-based speaker verification systems. Incorporating the Squeeze-and-Excitation block into convolutional neural networks has achieved remarkabl…

Representation LearningSpeaker Verification