paper-with-me

홈 › Papers

TDAM: Top-Down Attention Module for Contextually Guided Feature Selection in CNNs

2021-11-26 · Shantanu Jaiswal, Basura Fernando, Cheston Tan

Attention modules for Convolutional Neural Networks (CNNs) are an effective method to enhance performance on multiple computer-vision tasks. While existing methods appropriately model channel-, spatial- and self-attention, they primarily operate in a feedforward bottom-up manner. Consequently, the attention mechanism strongly depends on the local information of a single input feature map and does not incorporate relatively semantically-richer contextual information available at higher layers that can specify "what and where to look" in lower-level feature maps through top-down information flow. Accordingly, in this work, we propose a lightweight top-down attention module (TDAM) that iteratively generates a "visual searchlight" to perform channel and spatial modulation of its inputs and outputs more contextually-relevant feature maps at each computation step. Our experiments indicate that TDAM enhances the performance of CNNs across multiple object-recognition benchmarks and outperforms prominent attention modules while being more parameter and memory efficient. Further, TDAM-based models learn to "shift attention" by localizing individual objects or features at each computation step without any explicit supervision resulting in a 5% improvement for ResNet50 on weakly-supervised object localization. Source code and models are publicly available at: https://github.com/shantanuj/TDAM_Top_down_attention_module .

📄 PDF Abstract BibTeX arXiv:2111.13470

Code (1)

shantanuj/tdam_top_down_attention_module 공식 구현 pytorch

Tasks

feature selectionImage ClassificationMulti-Label ClassificationObject LocalizationObject RecognitionWeakly-Supervised Object Localization

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
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…
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 설명 없음
Sigmoid Activation 설명 없음

Similar Papers 제목 키워드 기반

X-Mesh: Towards Fast and Accurate Text-driven 3D Stylization via Dynamic Textual Guidance

2023-03-28 · ICCV 2023 1 · Yiwei Ma, Xiaioqing Zhang, Xiaoshuai Sun, Jiayi Ji 외

Text-driven 3D stylization is a complex and crucial task in the fields of computer vision (CV) and computer graphics (CG), aimed at transforming a bare mesh to fit a target text. Prior methods adopt text-independent mult…

Attribute

DeU-Net: Deformable U-Net for 3D Cardiac MRI Video Segmentation

2020-07-13 · Shunjie Dong, Jinlong Zhao, Maojun Zhang, Zhengxue Shi 외

Automatic segmentation of cardiac magnetic resonance imaging (MRI) facilitates efficient and accurate volume measurement in clinical applications. However, due to anisotropic resolution and ambiguous border (e.g., right …

Video SegmentationVideo Semantic Segmentation

LSKSANet: A Novel Architecture for Remote Sensing Image Semantic Segmentation Leveraging Large Selective Kernel and Sparse Attention Mechanism

2024-06-03 · Miao Fu, Feng Gao, Ruzhuang Hua, Yanhai Gan 외

In this paper, we proposed large selective kernel and sparse attention network (LSKSANet) for remote sensing image semantic segmentation. The LSKSANet is a lightweight network that effectively combines convolution with s…

Semantic Segmentation

Bayesian Deep Learning Via Expectation Maximization and Turbo Deep Approximate Message Passing

2024-02-12 · Wei Xu, An Liu, Yiting Zhang, Vincent Lau

Efficient learning and model compression algorithm for deep neural network (DNN) is a key workhorse behind the rise of deep learning (DL). In this work, we propose a message passing based Bayesian deep learning algorithm…

Bayesian InferenceFederated LearningHandwriting RecognitionModel Compression+1

Deep Pathomic Learning Defines Prognostic Subtypes and Molecular Drivers in Colorectal Cancer

2025-11-19 · Zisong Wang, Xuanyu Wang, Hang Chen, Haizhou Wang 외 arxiv

Precise prognostic stratification of colorectal cancer (CRC) remains a major clinical challenge due to its high heterogeneity. The conventional TNM staging system is inadequate for personalized medicine. We aimed to deve…

Multiple Instance Learning