CVJun 24, 2020

Learning Semantically Enhanced Feature for Fine-Grained Image Classification

arXiv:2006.13457v371 citationsHas Code
Originality Incremental advance
AI Analysis

This provides a computationally cheap and effective solution for fine-grained image classification tasks, though it appears incremental.

The paper tackles fine-grained image classification by learning semantically enhanced features without complex part localization, achieving comparable performance to state-of-the-art methods.

We aim to provide a computationally cheap yet effective approach for fine-grained image classification (FGIC) in this letter. Unlike previous methods that rely on complex part localization modules, our approach learns fine-grained features by enhancing the semantics of sub-features of a global feature. Specifically, we first achieve the sub-feature semantic by arranging feature channels of a CNN into different groups through channel permutation. Meanwhile, to enhance the discriminability of sub-features, the groups are guided to be activated on object parts with strong discriminability by a weighted combination regularization. Our approach is parameter parsimonious and can be easily integrated into the backbone model as a plug-and-play module for end-to-end training with only image-level supervision. Experiments verified the effectiveness of our approach and validated its comparable performance to the state-of-the-art methods. Code is available at https://github.com/cswluo/SEF

Code Implementations2 repos
Foundations

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

Your Notes