paper-with-me

홈 › Papers

Feature Boosting, Suppression, and Diversification for Fine-Grained Visual Classification

2021-03-04 · Jianwei Song, Ruoyu Yang

Learning feature representation from discriminative local regions plays a key role in fine-grained visual classification. Employing attention mechanisms to extract part features has become a trend. However, there are two major limitations in these methods: First, they often focus on the most salient part while neglecting other inconspicuous but distinguishable parts. Second, they treat different part features in isolation while neglecting their relationships. To handle these limitations, we propose to locate multiple different distinguishable parts and explore their relationships in an explicit way. In this pursuit, we introduce two lightweight modules that can be easily plugged into existing convolutional neural networks. On one hand, we introduce a feature boosting and suppression module that boosts the most salient part of feature maps to obtain a part-specific representation and suppresses it to force the following network to mine other potential parts. On the other hand, we introduce a feature diversification module that learns semantically complementary information from the correlated part-specific representations. Our method does not need bounding boxes/part annotations and can be trained end-to-end. Extensive experimental results show that our method achieves state-of-the-art performances on several benchmark fine-grained datasets. Source code is available at https://github.com/chaomaer/FBSD.

📄 PDF Abstract BibTeX arXiv:2103.02782

Code (1)

chaomaer/FBSD 공식 구현 pytorch

Tasks

ClassificationFine-Grained Image ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Transformer with Peak Suppression and Knowledge Guidance for Fine-grained Image Recognition

2021-07-14 · Xinda Liu, Lili Wang, Xiaoguang Han

Fine-grained image recognition is challenging because discriminative clues are usually fragmented, whether from a single image or multiple images. Despite their significant improvements, most existing methods still focus…

Fine-Grained Image ClassificationFine-Grained Image Recognition

Boosting Few-shot Fine-grained Recognition with Background Suppression and Foreground Alignment

2022-10-04 · Zican Zha, Hao Tang, Yunlian Sun, Jinhui Tang

Few-shot fine-grained recognition (FS-FGR) aims to recognize novel fine-grained categories with the help of limited available samples. Undoubtedly, this task inherits the main challenges from both few-shot learning and f…

Few-Shot Learning

Attention Diversification for Domain Generalization

2022-10-09 · Rang Meng, Xianfeng Li, WeiJie Chen, Shicai Yang 외

Convolutional neural networks (CNNs) have demonstrated gratifying results at learning discriminative features. However, when applied to unseen domains, state-of-the-art models are usually prone to errors due to domain sh…

Domain Generalization

Fine-grained Visual Classification with High-temperature Refinement and Background Suppression

2023-03-11 · Po-Yung Chou, Yu-Yung Kao, Cheng-Hung Lin

Fine-grained visual classification is a challenging task due to the high similarity between categories and distinct differences among data within one single category. To address the challenges, previous strategies have f…

Fine-Grained Image ClassificationVocal Bursts Intensity Prediction

Fine-grained Recognition: Accounting for Subtle Differences between Similar Classes

2019-12-14 · Guolei Sun, Hisham Cholakkal, Salman Khan, Fahad Shahbaz Khan 외

The main requisite for fine-grained recognition task is to focus on subtle discriminative details that make the subordinate classes different from each other. We note that existing methods implicitly address this require…

Fine-Grained Image Classification