paper-with-me

홈 › Papers

Convolutional Rectangular Attention Module

2025-03-13 · Hai-Vy Nguyen, Fabrice Gamboa, Sixin Zhang, Reda Chhaibi, Serge Gratton, Thierry Giaccone

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 the model to attain a better performance by an end-to-end training. In standard approaches, a spatial attention map is generated in a position-wise fashion. We observe that this results in very irregular boundaries. This could make it difficult to generalize to new samples. In our method, the attention region is constrained to be rectangular. This rectangle is parametrized by only 5 parameters, allowing for a better stability and generalization to new samples. In our experiments, our method systematically outperforms the position-wise counterpart. Thus, this provides us a novel useful spatial attention mechanism for convolutional models. Besides, our module also provides the interpretability concerning the ``where to look" question, as it helps to know the part of the input on which the model focuses to produce the prediction.

📄 PDF Abstract BibTeX arXiv:2503.10875

Code (0)

등록된 구현이 없습니다.

Tasks

Position

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 설명 없음

Similar Papers 제목 키워드 기반

EGformer: Equirectangular Geometry-biased Transformer for 360 Depth Estimation

2023-04-16 · ICCV 2023 1 · IlWi Yun, Chanyong Shin, Hyunku Lee, Hyuk-Jae Lee 외

Estimating the depths of equirectangular (i.e., 360) images (EIs) is challenging given the distorted 180 x 360 field-of-view, which is hard to be addressed via convolutional neural network (CNN). Although a transformer w…

Depth Estimation

Global and Local Attention-Based Free-Form Image Inpainting

2020-06-04 · Sensors 2020 6 · S. M. Nadim Uddin, Yong Ju Jung

Deep-learning-based image inpainting methods have shown significant promise in both rectangular and irregular holes. However, the inpainting of irregular holes presents numerous challenges owing to uncertainties in their…

FormImage Inpainting

Adaptive Rectangular Convolution for Remote Sensing Pansharpening

2025-03-01 · CVPR 2025 1 · Xueyang Wang, Zhixin Zheng, Jiandong Shao, Yule Duan 외

Recent advancements in convolutional neural network (CNN)-based techniques for remote sensing pansharpening have markedly enhanced image quality. However, conventional convolutional modules in these methods have two crit…

Pansharpening

ACDNet: Adaptively Combined Dilated Convolution for Monocular Panorama Depth Estimation

2021-12-29 · Chuanqing Zhuang, Zhengda Lu, Yiqun Wang, Jun Xiao 외

Depth estimation is a crucial step for 3D reconstruction with panorama images in recent years. Panorama images maintain the complete spatial information but introduce distortion with equirectangular projection. In this p…

3D ReconstructionDepth Estimation

AttnGrounder: Talking to Cars with Attention

2020-09-11 · Vivek Mittal

We propose Attention Grounder (AttnGrounder), a single-stage end-to-end trainable model for the task of visual grounding. Visual grounding aims to localize a specific object in an image based on a given natural language …

Referring Expression ComprehensionVisual Grounding