paper-with-me

홈 › Papers

RFAConv: Innovating Spatial Attention and Standard Convolutional Operation

2023-04-06 · Xin Zhang, Chen Liu, Degang Yang, Tingting Song, Yichen Ye, Ke Li, Yingze Song

Spatial attention has been widely used to improve the performance of convolutional neural networks. However, it has certain limitations. In this paper, we propose a new perspective on the effectiveness of spatial attention, which is that the spatial attention mechanism essentially solves the problem of convolutional kernel parameter sharing. However, the information contained in the attention map generated by spatial attention is not sufficient for large-size convolutional kernels. Therefore, we propose a novel attention mechanism called Receptive-Field Attention (RFA). Existing spatial attention, such as Convolutional Block Attention Module (CBAM) and Coordinated Attention (CA) focus only on spatial features, which does not fully address the problem of convolutional kernel parameter sharing. In contrast, RFA not only focuses on the receptive-field spatial feature but also provides effective attention weights for large-size convolutional kernels. The Receptive-Field Attention convolutional operation (RFAConv), developed by RFA, represents a new approach to replace the standard convolution operation. It offers nearly negligible increment of computational cost and parameters, while significantly improving network performance. We conducted a series of experiments on ImageNet-1k, COCO, and VOC datasets to demonstrate the superiority of our approach. Of particular importance, we believe that it is time to shift focus from spatial features to receptive-field spatial features for current spatial attention mechanisms. In this way, we can further improve network performance and achieve even better results. The code and pre-trained models for the relevant tasks can be found at https://github.com/Liuchen1997/RFAConv.

📄 PDF Abstract BibTeX arXiv:2304.03198

Code (1)

liuchen1997/rfaconv 공식 구현 pytorch

Tasks

ClassificationObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Average Pooling 설명 없음
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…
Sigmoid Activation 설명 없음
Communication--Guide||How Do I Communicate to Expedia? To make reservations or communicate with Expedia, the quickest option is typically to call their customer service at +1-888-829-0881 or +1(805) 330 (4056) You can also use the…

Similar Papers 제목 키워드 기반

Optimization of Autonomous Driving Image Detection Based on RFAConv and Triplet Attention

2024-06-25 · Zhipeng Ling, Qi Xin, Yiyu Lin, Guangze Su 외

YOLOv8 plays a crucial role in the realm of autonomous driving, owing to its high-speed target detection, precise identification and positioning, and versatile compatibility across multiple platforms. By processing video…

Autonomous Drivingimage-classificationImage ClassificationInstance Segmentation+4

Convolutional Rectangular Attention Module

2025-03-13 · Hai-Vy Nguyen, Fabrice Gamboa, Sixin Zhang, Reda Chhaibi 외

In this paper, we introduce a novel spatial attention module, that can be integrated to any convolutional network. This module guides the model to pay attention to the most discriminative part of an image. This enables t…

Position

Unifying Convolution and Attention via Convolutional Nearest Neighbors

2025-11-18 · Mingi Kang, Jeová Farias Sales Rocha Neto arxiv

Convolutional Neural Networks and Vision Transformers are the two dominant architectural families in computer vision, defined by spatially local convolution and global self-attention respectively. Despite their apparent …

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 re…

image-classificationImage ClassificationInstance Segmentationobject-detection+2

Interpolation between Convolution and Attention via K-Nearest Neighbors

2026-05-31 · Mingi Kang arxiv

The shift from Convolutional Neural Networks to Transformers has reshaped computer vision, yet these two architectural families are typically viewed as fundamentally distinct. Convolutional Neural Networks are defined by…