paper-with-me

홈 › Papers

Efficient Multi-Scale Attention Module with Cross-Spatial Learning

2023-05-23 · Daliang Ouyang, Su He, Guozhong Zhang, Mingzhu Luo, Huaiyong Guo, Jian Zhan, Zhijie Huang

Remarkable effectiveness of the channel or spatial attention mechanisms for producing more discernible feature representation are illustrated in various computer vision tasks. However, modeling the cross-channel relationships with channel dimensionality reduction may bring side effect in extracting deep visual representations. In this paper, a novel efficient multi-scale attention (EMA) module is proposed. Focusing on retaining the information on per channel and decreasing the computational overhead, we reshape the partly channels into the batch dimensions and group the channel dimensions into multiple sub-features which make the spatial semantic features well-distributed inside each feature group. Specifically, apart from encoding the global information to re-calibrate the channel-wise weight in each parallel branch, the output features of the two parallel branches are further aggregated by a cross-dimension interaction for capturing pixel-level pairwise relationship. We conduct extensive ablation studies and experiments on image classification and object detection tasks with popular benchmarks (e.g., CIFAR-100, ImageNet-1k, MS COCO and VisDrone2019) for evaluating its performance.

📄 PDF Abstract BibTeX arXiv:2305.13563

Code (1)

yoloonme/ema-attention-module 공식 구현 pytorch

Tasks

Dimensionality Reductionimage-classificationImage Classificationobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Dual Cross-Attention for Medical Image Segmentation

2023-03-30 · Gorkem Can Ates, Prasoon Mohan, Emrah Celik

We propose Dual Cross-Attention (DCA), a simple yet effective attention module that is able to enhance skip-connections in U-Net-based architectures for medical image segmentation. DCA addresses the semantic gap between …

DecoderMedical Image Segmentation

Emphasizing Crucial Features for Efficient Image Restoration

2024-05-19 · Hu Gao, Bowen Ma, Ying Zhang, Jingfan Yang 외

Image restoration is a challenging ill-posed problem which estimates latent sharp image from its degraded counterpart. Although the existing methods have achieved promising performance by designing novelty architecture o…

Image Restoration

CoFusion: Multispectral and Hyperspectral Image Fusion via Spectral Coordinate Attention

2026-04-12 · Baisong Li arxiv

Multispectral and Hyperspectral Image Fusion (MHIF) aims to reconstruct high-resolution images by integrating low-resolution hyperspectral images (LRHSI) and high-resolution multispectral images (HRMSI). However, existin…

Multi-Scale Wavelet Transformer for Face Forgery Detection

2022-10-08 · Jie Liu, Jingjing Wang, Peng Zhang, Chunmao Wang 외

Currently, many face forgery detection methods aggregate spatial and frequency features to enhance the generalization ability and gain promising performance under the cross-dataset scenario. However, these methods only l…

Revisiting the Ordering of Channel and Spatial Attention: A Comprehensive Study on Sequential and Parallel Designs

2026-01-12 · Zhongming Liu, Bingbing Jiang arxiv

Attention mechanisms have become a core component of deep learning models, with Channel Attention and Spatial Attention being the two most representative architectures. Current research on their fusion strategies primari…