paper-with-me

Papers

A Closer Look at Few-shot Classification Again

2023-01-28 · Xu Luo, Hao Wu, Ji Zhang, Lianli Gao, Jing Xu, Jingkuan Song

Few-shot classification consists of a training phase where a model is learned on a relatively large dataset and an adaptation phase where the learned model is adapted to previously-unseen tasks with limited labeled samples. In this paper, we empirically prove that the training algorithm and the adaptation algorithm can be completely disentangled, which allows algorithm analysis and design to be done individually for each phase. Our meta-analysis for each phase reveals several interesting insights that may help better understand key aspects of few-shot classification and connections with other fields such as visual representation learning and transfer learning. We hope the insights and research challenges revealed in this paper can inspire future work in related directions. Code and pre-trained models (in PyTorch) are available at https://github.com/Frankluox/CloserLookAgainFewShot.

📄 PDF Abstract BibTeX arXiv:2301.12246

Code (3)

Frankluox/Pytorch-MetaDataset 공식 구현 pytorch
frankluox/closerlookagainfewshot 공식 구현 pytorch
raflaf/fsl-benchmark-again pytorch

Tasks

ClassificationRepresentation LearningTransfer Learning

Similar Papers 제목 키워드 기반

A Closer Look at Few-shot Classification

2019-04-08 · ICLR 2019 5 · Wei-Yu Chen, Yen-Cheng Liu, Zsolt Kira, Yu-Chiang Frank Wang 외

Few-shot classification aims to learn a classifier to recognize unseen classes during training with limited labeled examples. While significant progress has been made, the growing complexity of network designs, meta-lear…

Domain GeneralizationFew-Shot LearningGeneral Classification

A Closer Look at Few-Shot Out-of-Distribution Intent Detection

2022-10-01 · COLING 2022 10 · Li-Ming Zhan, Haowen Liang, Lu Fan, Xiao-Ming Wu 외

We consider few-shot out-of-distribution (OOD) intent detection, a practical and important problem for the development of task-oriented dialogue systems. Despite its importance, this problem is seldom studied in the lite…

Intent DetectionTask-Oriented Dialogue Systems

A Closer Look at Few-Shot 3D Point Cloud Classification

2023-03-31 · Chuangguan Ye, Hongyuan Zhu, Bo Zhang, Tao Chen

In recent years, research on few-shot learning (FSL) has been fast-growing in the 2D image domain due to the less requirement for labeled training data and greater generalization for novel classes. However, its applicati…

3D Point Cloud ClassificationFew-Shot 3D Point Cloud ClassificationFew-Shot LearningPoint Cloud Classification

Query-Guided Networks for Few-shot Fine-grained Classification and Person Search

2022-09-21 · Bharti Munjal, Alessandro Flaborea, Sikandar Amin, Federico Tombari 외

Few-shot fine-grained classification and person search appear as distinct tasks and literature has treated them separately. But a closer look unveils important similarities: both tasks target categories that can only be …

Metric LearningPerson SearchRegion Proposal

A Closer Look at Few-Shot Video Classification: A New Baseline and Benchmark

2021-10-24 · Zhenxi Zhu, LiMin Wang, Sheng Guo, Gangshan Wu

The existing few-shot video classification methods often employ a meta-learning paradigm by designing customized temporal alignment module for similarity calculation. While significant progress has been made, these metho…

ClassificationMeta-LearningRepresentation LearningVideo Classification