paper-with-me

홈 › Papers

Dual-attention Guided Dropblock Module for Weakly Supervised Object Localization

2020-03-09 · Junhui Yin, Siqing Zhang, Dongliang Chang, Zhanyu Ma, Jun Guo

Attention mechanisms is frequently used to learn the discriminative features for better feature representations. In this paper, we extend the attention mechanism to the task of weakly supervised object localization (WSOL) and propose the dual-attention guided dropblock module (DGDM), which aims at learning the informative and complementary visual patterns for WSOL. This module contains two key components, the channel attention guided dropout (CAGD) and the spatial attention guided dropblock (SAGD). To model channel interdependencies, the CAGD ranks the channel attentions and treats the top-k attentions with the largest magnitudes as the important ones. It also keeps some low-valued elements to increase their value if they become important during training. The SAGD can efficiently remove the most discriminative information by erasing the contiguous regions of feature maps rather than individual pixels. This guides the model to capture the less discriminative parts for classification. Furthermore, it can also distinguish the foreground objects from the background regions to alleviate the attention misdirection. Experimental results demonstrate that the proposed method achieves new state-of-the-art localization performance.

📄 PDF Abstract BibTeX arXiv:2003.04719

Code (1)

cpuimage/DualAttentionGuidedDropout tf

Tasks

Object LocalizationWeakly-Supervised Object Localization

Methods 이 논문이 사용한 방법론

DropBlock DropBlock is a structured form of dropout directed at regularizing convolutional networks. In DropBlock, units in a contiguous…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

STADB: A Self-Thresholding Attention Guided ADB Network for Person Re-identification

2020-07-07 · Bo Jiang, Sheng Wang, Xiao Wang, Aihua Zheng

Recently, Batch DropBlock network (BDB) has demonstrated its effectiveness on person image representation and re-identification task via feature erasing. However, BDB drops the features \textbf{randomly} which may lead t…

Person Re-Identification

Channel DropBlock: An Improved Regularization Method for Fine-Grained Visual Classification

2021-06-07 · Yifeng Ding, Shuwei Dong, Yujun Tong, Zhanyu Ma 외

Classifying the sub-categories of an object from the same super-category (e.g., bird) in a fine-grained visual classification (FGVC) task highly relies on mining multiple discriminative features. Existing approaches main…

Fine-Grained Image Classification

Weakly Supervised Attention Pyramid Convolutional Neural Network for Fine-Grained Visual Classification

2020-02-09 · Yifeng Ding, Shaoguo Wen, Jiyang Xie, Dongliang Chang 외

Classifying the sub-categories of an object from the same super-category (e.g. bird species, car and aircraft models) in fine-grained visual classification (FGVC) highly relies on discriminative feature representation an…

Fine-Grained Image ClassificationGeneral Classification

DSAGL: Dual-Stream Attention-Guided Learning for Weakly Supervised Whole Slide Image Classification

2025-05-29 · Daoxi Cao, Hangbei Cheng, Yijin Li, Ruolin Zhou 외

Whole-slide images (WSIs) are critical for cancer diagnosis due to their ultra-high resolution and rich semantic content. However, their massive size and the limited availability of fine-grained annotations pose substant…

image-classificationImage ClassificationWeakly Supervised Classificationwhole slide images

Incomplete Descriptor Mining with Elastic Loss for Person Re-Identification

2020-08-10 · Hongchen Tan, Yuhao Bian, Huasheng Wang, Xiuping Liu 외

In this paper, we propose a novel person Re-ID model, Consecutive Batch DropBlock Network (CBDB-Net), to capture the attentive and robust person descriptor for the person Re-ID task. The CBDB-Net contains two novel desig…

Image RetrievalPerson Re-IdentificationRetrieval