paper-with-me

Papers

A Closer Look at Prototype Classifier for Few-shot Image Classification

2021-10-11 · Mingcheng Hou, Issei Sato

The prototypical network is a prototype classifier based on meta-learning and is widely used for few-shot learning because it classifies unseen examples by constructing class-specific prototypes without adjusting hyper-parameters during meta-testing. Interestingly, recent research has attracted a lot of attention, showing that training a new linear classifier, which does not use a meta-learning algorithm, performs comparably with the prototypical network. However, the training of a new linear classifier requires the retraining of the classifier every time a new class appears. In this paper, we analyze how a prototype classifier works equally well without training a new linear classifier or meta-learning. We experimentally find that directly using the feature vectors, which is extracted by using standard pre-trained models to construct a prototype classifier in meta-testing, does not perform as well as the prototypical network and training new linear classifiers on the feature vectors of pre-trained models. Thus, we derive a novel generalization bound for a prototypical classifier and show that the transformation of a feature vector can improve the performance of prototype classifiers. We experimentally investigate several normalization methods for minimizing the derived bound and find that the same performance can be obtained by using the L2 normalization and minimizing the ratio of the within-class variance to the between-class variance without training a new classifier or meta-learning.

📄 PDF Abstract BibTeX arXiv:2110.05076

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Image ClassificationFew-Shot Learningimage-classificationImage ClassificationMeta-Learning

Similar Papers 제목 키워드 기반

Evolving Semantic Prototype Improves Generative Zero-Shot Learning

2023-06-12 · Shiming Chen, Wenjin Hou, Ziming Hong, Xiaohan Ding 외

In zero-shot learning (ZSL), generative methods synthesize class-related sample features based on predefined semantic prototypes. They advance the ZSL performance by synthesizing unseen class sample features for better t…

Zero-Shot Learning

Noise-Tolerant Hybrid Prototypical Learning with Noisy Web Data

2025-01-05 · Chao Liang, Linchao Zhu, Zongxin Yang, Wei Chen 외

We focus on the challenging problem of learning an unbiased classifier from a large number of potentially relevant but noisily labeled web images given only a few clean labeled images. This problem is particularly practi…

MetaNODE: Prototype Optimization as a Neural ODE for Few-Shot Learning

2021-03-26 · Baoquan Zhang, Xutao Li, Shanshan Feng, Yunming Ye 외

Few-Shot Learning (FSL) is a challenging task, \emph{i.e.}, how to recognize novel classes with few examples? Pre-training based methods effectively tackle the problem by pre-training a feature extractor and then predict…

Few-Shot LearningMeta-Learning

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

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

ClassificationGeneral Classificationimage-classificationImage Classification+2