CVMar 4, 2021

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

arXiv:2103.02782v250 citationsHas Code
AI Analysis

This work improves fine-grained visual classification for tasks like species or product identification, but it is incremental as it builds on existing attention mechanisms with new modules.

The paper tackles the problem of fine-grained visual classification by addressing the neglect of inconspicuous but distinguishable parts and the isolation of part features in attention-based methods, achieving state-of-the-art performances on several benchmark datasets.

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 Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes