paper-with-me

홈 › Papers

Focus Longer to See Better:Recursively Refined Attention for Fine-Grained Image Classification

2020-05-22 · Prateek Shroff, Tianlong Chen, Yunchao Wei, Zhangyang Wang

Deep Neural Network has shown great strides in the coarse-grained image classification task. It was in part due to its strong ability to extract discriminative feature representations from the images. However, the marginal visual difference between different classes in fine-grained images makes this very task harder. In this paper, we tried to focus on these marginal differences to extract more representative features. Similar to human vision, our network repetitively focuses on parts of images to spot small discriminative parts among the classes. Moreover, we show through interpretability techniques how our network focus changes from coarse to fine details. Through our experiments, we also show that a simple attention model can aggregate (weighted) these finer details to focus on the most dominant discriminative part of the image. Our network uses only image-level labels and does not need bounding box/part annotation information. Further, the simplicity of our network makes it an easy plug-n-play module. Apart from providing interpretability, our network boosts the performance (up to 2%) when compared to its baseline counterparts. Our codebase is available at https://github.com/TAMU-VITA/Focus-Longer-to-See-Better

📄 PDF Abstract BibTeX arXiv:2005.10979

Code (1)

TAMU-VITA/Focus-Longer-to-See-Better 공식 구현 pytorch

Tasks

Fine-Grained Image ClassificationGeneral Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Development of spatial suppression surrounding the focus of visual attention

2018-09-17 · Wong-Kee-You Audrey M. B., Tsotsos John K., Adler Scott A.

The capacity to filter out irrelevant information from our environment is critical to efficient processing. Yet, during development, when building a knowledge base of the world is occurring, the ability to selectively al…

RDRN: Recursively Defined Residual Network for Image Super-Resolution

2022-11-17 · Alexander Panaetov, Karim Elhadji Daou, Igor Samenko, Evgeny Tetin 외

Deep convolutional neural networks (CNNs) have obtained remarkable performance in single image super-resolution (SISR). However, very deep networks can suffer from training difficulty and hardly achieve further performan…

Image Super-ResolutionSuper-Resolution

Recursively Refined R-CNN: Instance Segmentation with Self-RoI Rebalancing

2021-04-03 · Leonardo Rossi, Akbar Karimi, Andrea Prati

Within the field of instance segmentation, most of the state-of-the-art deep learning networks rely nowadays on cascade architectures, where multiple object detectors are trained sequentially, re-sampling the ground trut…

Instance SegmentationObject DetectionSemantic Segmentation

Hierarchically-Refined Label Attention Network for Sequence Labeling

2019-08-23 · IJCNLP 2019 11 · Leyang Cui, Yue Zhang

CRF has been used as a powerful model for statistical sequence labeling. For neural sequence labeling, however, BiLSTM-CRF does not always lead to better results compared with BiLSTM-softmax local classification. This ca…

CCG SupertaggingNamed Entity Recognition (NER)NERPart-Of-Speech Tagging+2

Recursive Agent Optimization

2026-05-07 · Apurva Gandhi, Satyaki Chakraborty, Xiangjun Wang, Aviral Kumar 외 arxiv

We introduce Recursive Agent Optimization (RAO), a reinforcement learning approach for training recursive agents: agents that can spawn and delegate sub-tasks to new instantiations of themselves recursively. Recursive ag…

Reinforcement Learning