Skip to content
/ ADL Public
forked from junsukchoe/ADL

Attention-based Dropout Layer for Weakly Supervised Object Localization, CVPR 2019 (Oral)

License

Notifications You must be signed in to change notification settings

kfzyqin/ADL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADL: Attention-based Dropout Layer for Weakly Supervised Object Localization

Implementation of Attention-Dropout Layer for Weakly Supservised Object Localization.

Junsuk Choe, Hyunjung Shim
Vision and Learning Lab., Yonsei University.

Attention-based Dropout Layer for Weakly Supervised Object Localization, CVPR'19 (Oral)

Weakly Supervised Object Localization (WSOL) techniques learn the object location only using image-level labels, without location annotations. A common limitation for these techniques is that they cover only the most discriminative part of the object, not the entire object. To address this problem, we propose an Attention-based Dropout Layer (ADL), which utilizes the self-attention mechanism to process the feature maps of the model. The proposed method is composed of two key components: 1) hiding the most discriminative part from the model for capturing the integral extent of object, and 2) highlighting the informative region for improving the recognition power of the model. Based on extensive experiments, we demonstrate that the proposed method is effective to improve the accuracy of WSOL, achieving a new state-of-the-art localization accuracy in CUB-200-2011 dataset. We also show that the proposed method is much more efficient in terms of both parameter and computation overheads than existing techniques.

teaser

Updates

21 July, 2019: Pytorch implementation released
23 June, 2019: Initial upload

Citation

If this work is useful for your research, please cite with:

@inproceedings{choe2019attention,
  title={Attention-Based Dropout Layer for Weakly Supervised Object Localization},
  author={Choe, Junsuk and Shim, Hyunjung},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  pages={2219--2228},
  year={2019}
}

About

Attention-based Dropout Layer for Weakly Supervised Object Localization, CVPR 2019 (Oral)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Shell 1.3%