paper-with-me

홈 › Papers

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 focused on localizing subtle discrepancies between categories and enhencing the discriminative features in them. However, the background also provides important information that can tell the model which features are unnecessary or even harmful for classification, and models that rely too heavily on subtle features may overlook global features and contextual information. In this paper, we propose a novel network called ``High-temperaturE Refinement and Background Suppression'' (HERBS), which consists of two modules, namely, the high-temperature refinement module and the background suppression module, for extracting discriminative features and suppressing background noise, respectively. The high-temperature refinement module allows the model to learn the appropriate feature scales by refining the features map at different scales and improving the learning of diverse features. And, the background suppression module first splits the features map into foreground and background using classification confidence scores and suppresses feature values in low-confidence areas while enhancing discriminative features. The experimental results show that the proposed HERBS effectively fuses features of varying scales, suppresses background noise, discriminative features at appropriate scales for fine-grained visual classification.The proposed method achieves state-of-the-art performance on the CUB-200-2011 and NABirds benchmarks, surpassing 93% accuracy on both datasets. Thus, HERBS presents a promising solution for improving the performance of fine-grained visual classification tasks. code: https://github.com/chou141253/FGVC-HERBS

📄 PDF Abstract BibTeX arXiv:2303.06442

Code (1)

chou141253/FGVC-HERBS 공식 구현 pytorch

Tasks

Fine-Grained Image ClassificationVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

1D CNN 1D Convolutional Neural Networks are similar to well known and more established 2D Convolutional Neural Networks. 1D Convolutional Neural Networks are used mainly used on text and…

Similar Papers 제목 키워드 기반

Generalizable Whole Slide Image Classification with Fine-Grained Visual-Semantic Interaction

2024-02-29 · CVPR 2024 1 · Hao Li, Ying Chen, Yifei Chen, Wenxian Yang 외

Whole Slide Image (WSI) classification is often formulated as a Multiple Instance Learning (MIL) problem. Recently, Vision-Language Models (VLMs) have demonstrated remarkable performance in WSI classification. However, e…

image-classificationImage ClassificationLanguage ModellingLarge Language Model+2

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

ClassificationFine-Grained Image ClassificationFine-Grained Image Recognition

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 …

Fine-grained Image Classification and Retrieval by Combining Visual and Locally Pooled Textual Features

2020-01-14 · Andres Mafla, Sounak Dey, Ali Furkan Biten, Lluis Gomez 외

Text contained in an image carries high-level semantics that can be exploited to achieve richer image understanding. In particular, the mere presence of text provides strong guiding content that should be employed to tac…

ClassificationDiversityFine-Grained Image ClassificationGeneral Classification+7

Transfer Learning for Fine-grained Classification Using Semi-supervised Learning and Visual Transformers

2023-05-17 · Manuel Lagunas, Brayan Impata, Victor Martinez, Virginia Fernandez 외

Fine-grained classification is a challenging task that involves identifying subtle differences between objects within the same category. This task is particularly challenging in scenarios where data is scarce. Visual tra…

Classificationimage-classificationImage ClassificationTransfer Learning