Feature Boosting, Suppression, and Diversification for Fine-Grained Visual Classification
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.
Code (1)
Tasks
ClassificationFine-Grained Image ClassificationGeneral ClassificationSimilar Papers 제목 키워드 기반
Transformer with Peak Suppression and Knowledge Guidance for Fine-grained Image Recognition
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 RecognitionBoosting Few-shot Fine-grained Recognition with Background Suppression and Foreground Alignment
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 LearningAttention Diversification for Domain Generalization
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 GeneralizationFine-grained Visual Classification with High-temperature Refinement and Background Suppression
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 PredictionFine-grained Recognition: Accounting for Subtle Differences between Similar Classes
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