paper-with-me

홈 › Papers

Boosting Few-shot Fine-grained Recognition with Background Suppression and Foreground Alignment

2022-10-04 · Zican Zha, Hao Tang, Yunlian Sun, Jinhui Tang

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 fine-grained recognition. First, the lack of labeled samples makes the learned model easy to overfit. Second, it also suffers from high intra-class variance and low inter-class differences in the datasets. To address this challenging task, we propose a two-stage background suppression and foreground alignment framework, which is composed of a background activation suppression (BAS) module, a foreground object alignment (FOA) module, and a local-to-local (L2L) similarity metric. Specifically, the BAS is introduced to generate a foreground mask for localization to weaken background disturbance and enhance dominative foreground objects. The FOA then reconstructs the feature map of each support sample according to its correction to the query ones, which addresses the problem of misalignment between support-query image pairs. To enable the proposed method to have the ability to capture subtle differences in confused samples, we present a novel L2L similarity metric to further measure the local similarity between a pair of aligned spatial features in the embedding space. What's more, considering that background interference brings poor robustness, we infer the pairwise similarity of feature maps using both the raw image and the refined image. Extensive experiments conducted on multiple popular fine-grained benchmarks demonstrate that our method outperforms the existing state of the art by a large margin. The source codes are available at: https://github.com/CSer-Tang-hao/BSFA-FSFG.

📄 PDF Abstract BibTeX arXiv:2210.01439

Code (1)

cser-tang-hao/bsfa-fsfg 공식 구현 pytorch

Tasks

Few-Shot Learning

Similar Papers 제목 키워드 기반

RAR: Retrieving And Ranking Augmented MLLMs for Visual Recognition

2024-03-20 · Ziyu Liu, Zeyi Sun, Yuhang Zang, Wei Li 외

CLIP (Contrastive Language-Image Pre-training) uses contrastive learning from noise image-text pairs to excel at recognizing a wide array of candidates, yet its focus on broad associations hinders the precision in distin…

Contrastive LearningFine-Grained Visual Recognitionobject-detectionObject Detection+1

Revisiting Pose-Normalization for Fine-Grained Few-Shot Recognition

2020-04-01 · CVPR 2020 6 · Luming Tang, Davis Wertheimer, Bharath Hariharan

Few-shot, fine-grained classification requires a model to learn subtle, fine-grained distinctions between different classes (e.g., birds) based on a few images alone. This requires a remarkable degree of invariance to po…

ClassificationGeneral Classification

Application of attention-based Siamese composite neural network in medical image recognition

2023-04-19 · Zihao Huang, Yue Wang, Weixing Xin, Xingtong Lin 외

Medical image recognition often faces the problem of insufficient data in practical applications. Image recognition and processing under few-shot conditions will produce overfitting, low recognition accuracy, low reliabi…

Fine-Grained Image Recognition

Meta-Reinforced Synthetic Data for One-Shot Fine-Grained Visual Recognition

2019-11-17 · NeurIPS 2019 12 · Satoshi Tsutsui, Yanwei Fu, David Crandall

One-shot fine-grained visual recognition often suffers from the problem of training data scarcity for new fine-grained classes. To alleviate this problem, an off-the-shelf image generator can be applied to synthesize add…

Fine-Grained Image ClassificationFine-Grained Visual Recognitionimage-classificationImage Classification+2

Frequency-Enhanced Dual-Subspace Networks for Few-Shot Fine-Grained Image Classification

2026-04-16 · Meijia Wang, Guochao Wang, Haozhen Chu, Bin Yao 외 arxiv

Few-shot fine-grained image classification aims to recognize subcategories with high visual similarity using only a limited number of annotated samples. Existing metric learning-based methods typically rely solely on spa…

Fine-Grained Image ClassificationFine-Grained Visual RecognitionComputational EfficiencyMetric Learning