paper-with-me

홈 › Papers

One-Shot Image Classification by Learning to Restore Prototypes

2020-05-04 · Wanqi Xue, Wei Wang

One-shot image classification aims to train image classifiers over the dataset with only one image per category. It is challenging for modern deep neural networks that typically require hundreds or thousands of images per class. In this paper, we adopt metric learning for this problem, which has been applied for few- and many-shot image classification by comparing the distance between the test image and the center of each class in the feature space. However, for one-shot learning, the existing metric learning approaches would suffer poor performance because the single training image may not be representative of the class. For example, if the image is far away from the class center in the feature space, the metric-learning based algorithms are unlikely to make correct predictions for the test images because the decision boundary is shifted by this noisy image. To address this issue, we propose a simple yet effective regression model, denoted by RestoreNet, which learns a class agnostic transformation on the image feature to move the image closer to the class center in the feature space. Experiments demonstrate that RestoreNet obtains superior performance over the state-of-the-art methods on a broad range of datasets. Moreover, RestoreNet can be easily combined with other methods to achieve further improvement.

📄 PDF Abstract BibTeX arXiv:2005.01234

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationimage-classificationImage ClassificationMetric LearningOne-Shot Learning

Similar Papers 제목 키워드 기반

Cross-Modal Prototype Alignment and Mixing for Training-Free Few-Shot Classification

2026-03-25 · Dipam Goswami, Simone Magistri, Gido M. van de Ven, Bartłomiej Twardowski 외 arxiv

Vision-language models (VLMs) like CLIP are trained with the objective of aligning text and image pairs. To improve CLIP-based few-shot image classification, recent works have observed that, along with text embeddings, i…

Few-Shot Image Classification

Self-Regularized Prototypical Network for Few-Shot Semantic Segmentation

2022-10-30 · Henghui Ding, HUI ZHANG, Xudong Jiang

The deep CNNs in image semantic segmentation typically require a large number of densely-annotated images for training and have difficulties in generalizing to unseen object categories. Therefore, few-shot segmentation h…

Few-Shot Semantic SegmentationSegmentationSemantic Segmentation

Proto-CLIP: Vision-Language Prototypical Network for Few-Shot Learning

2023-07-06 · Jishnu Jaykumar P, Kamalesh Palanisamy, Yu-Wei Chao, Xinya Du 외

We propose a novel framework for few-shot learning by leveraging large-scale vision-language models such as CLIP. Motivated by unimodal prototypical networks for few-shot learning, we introduce Proto-CLIP which utilizes …

Few-Shot Image ClassificationFew-Shot Learning

Supervised Classification Heads as Semantic Prototypes: Unlocking Vision-Language Alignment via Weight Recycling

2026-05-21 · David Méndez, Roberto Confalonieri, Natalia Díaz Rodríguez arxiv

Vision-Language Models (VLMs) excel at tasks like zero-shot classification and cross-modal retrieval by mapping images and text to a shared space, but this requires expensive end-to-end training with massive paired datas…

Cross-Modal RetrievalData Augmentation

Inferring Prototypes for Multi-Label Few-Shot Image Classification with Word Vector Guided Attention

2021-12-02 · Kun Yan, Chenbin Zhang, Jun Hou, Ping Wang 외

Multi-label few-shot image classification (ML-FSIC) is the task of assigning descriptive labels to previously unseen images, based on a small number of training examples. A key feature of the multi-label setting is that …

DescriptiveFew-Shot Image Classificationimage-classificationImage Classification+1