paper-with-me

Papers

Class-Aware Patch Embedding Adaptation for Few-Shot Image Classification

2023-01-01 · ICCV 2023 1 · Fusheng Hao, Fengxiang He, Liu Liu, Fuxiang Wu, DaCheng Tao, Jun Cheng

"A picture is worth a thousand words", significantly beyond mere a categorization. Accompanied by that, many patches of the image could have completely irrelevant meanings with the categorization if they were independently observed. This could significantly reduce the efficiency of a large family of few-shot learning algorithms, which have limited data and highly rely on the comparison of image patches. To address this issue, we propose a Class-aware Patch Embedding Adaptation (CPEA) method to learn "class-aware embeddings" of the image patches. The key idea of CPEA is to integrate patch embeddings with class-aware embeddings to make them class-relevant. Furthermore, we define a dense score matrix between class-relevant patch embeddings across images, based on which the degree of similarity between paired images is quantified. Visualization results show that CPEA concentrates patch embeddings by class, thus making them class-relevant. Extensive experiments on four benchmark datasets, miniImageNet, tieredImageNet, CIFAR-FS, and FC-100, indicate that our CPEA significantly outperforms the existing state-of-the-art methods. The source code is available at https://github.com/FushengHao/CPEA.

📄 PDF Abstract BibTeX

Code (1)

fushenghao/cpea 공식 구현 pytorch

Tasks

Few-Shot Image ClassificationFew-Shot Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Stochastic-based Patch Filtering for Few-Shot Learning

2025-08-13 · Javier Rodenas, Eduardo Aguilar, Petia Radeva arxiv

Food images present unique challenges for few-shot learning models due to their visual complexity and variability. For instance, a pasta dish might appear with various garnishes on different plates and in diverse lightin…

Few-Shot Learning

Advancing Cache-Based Few-Shot Classification via Patch-Driven Relational Gated Graph Attention

2025-12-13 · Tasweer Ahmad, Arindam Sikdar, Sandip Pradhan, Ardhendu Behera arxiv

Few-shot image classification remains difficult under limited supervision and visual domain shift. Recent cache-based adaptation approaches (e.g., Tip-Adapter) address this challenge to some extent by learning lightweigh…

Few-Shot Image Classification

BayPrAnoMeta: Bayesian Proto-MAML for Few-Shot Industrial Image Anomaly Detection

2026-01-27 · Soham Sarkar, Tanmay Sen, Sayantan Banerjee arxiv

Industrial image anomaly detection is a challenging problem owing to extreme class imbalance and the scarcity of labeled defective samples, particularly in few-shot settings. We propose BayPrAnoMeta, a Bayesian generaliz…

Anomaly Detection

Class-relevant Patch Embedding Selection for Few-Shot Image Classification

2024-05-06 · Weihao Jiang, Haoyang Cui, Kun He

Effective image classification hinges on discerning relevant features from both foreground and background ele- ments, with the foreground typically holding the critical informa- tion. While humans adeptly classify images…

Computational Efficiencyfeature selectionFew-Shot Image Classificationimage-classification+1

MUSE: Model-based Uncertainty-aware Similarity Estimation for zero-shot 2D Object Detection and Segmentation

2025-10-15 · Sungmin Cho, Sungbum Park, Insoo Oh arxiv

In this work, we introduce MUSE (Model-based Uncertainty-aware Similarity Estimation), a training-free framework designed for model-based zero-shot 2D object detection and segmentation. MUSE leverages 2D multi-view templ…

2D Object Detection