paper-with-me

홈 › Papers

A Novel Plug-in Module for Fine-Grained Visual Classification

2022-02-08 · arXiv 2022 2 · Po-Yung Chou, Cheng-Hung Lin, Wen-Chung Kao

Visual classification can be divided into coarse-grained and fine-grained classification. Coarse-grained classification represents categories with a large degree of dissimilarity, such as the classification of cats and dogs, while fine-grained classification represents classifications with a large degree of similarity, such as cat species, bird species, and the makes or models of vehicles. Unlike coarse-grained visual classification, fine-grained visual classification often requires professional experts to label data, which makes data more expensive. To meet this challenge, many approaches propose to automatically find the most discriminative regions and use local features to provide more precise features. These approaches only require image-level annotations, thereby reducing the cost of annotation. However, most of these methods require two- or multi-stage architectures and cannot be trained end-to-end. Therefore, we propose a novel plug-in module that can be integrated to many common backbones, including CNN-based or Transformer-based networks to provide strongly discriminative regions. The plugin module can output pixel-level feature maps and fuse filtered features to enhance fine-grained visual classification. Experimental results show that the proposed plugin module outperforms state-of-the-art approaches and significantly improves the accuracy to 92.77\% and 92.83\% on CUB200-2011 and NABirds, respectively. We have released our source code in Github https://github.com/chou141253/FGVC-PIM.git.

📄 PDF Abstract BibTeX arXiv:2202.03822

Code (1)

chou141253/fgvc-pim 공식 구현 pytorch

Tasks

ClassificationFine-Grained Image ClassificationFine-Grained Image Recognition

Similar Papers 제목 키워드 기반

The Loupe: A Plug-and-Play Attention Module for Amplifying Discriminative Features in Vision Transformers

2025-08-20 · Naren Sengodan arxiv

Fine-Grained Visual Classification (FGVC) requires models to focus on subtle, task-relevant regions rather than broad object context. We present The Loupe, a lightweight plug-and-play spatial gating module for hierarchic…

Enhancing Fine-grained Image Classification through Attentive Batch Training

2024-12-27 · Duy M. Le, Bao Q. Bui, Anh Tran, Cong Tran 외

Fine-grained image classification, which is a challenging task in computer vision, requires precise differentiation among visually similar object categories. In this paper, we propose 1) a novel module called Residual Re…

Fine-Grained Image Classificationimage-classificationImage Classification

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…

ClassificationFine-Grained Image ClassificationGeneral Classification

Enhancing Zero-Shot Brain Tumor Subtype Classification via Fine-Grained Patch-Text Alignment

2025-08-03 · Lubin Gan, Jing Zhang, Linhao Qu, Yijun Wang 외 arxiv

The fine-grained classification of brain tumor subtypes from histopathological whole slide images is highly challenging due to subtle morphological variations and the scarcity of annotated data. Although vision-language …

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 margin…

Fine-Grained Image ClassificationGeneral Classificationimage-classificationImage Classification