paper-with-me

Papers

Many-Class Few-Shot Learning on Multi-Granularity Class Hierarchy

2020-06-28 · Lu Liu, Tianyi Zhou, Guodong Long, Jing Jiang, Chengqi Zhang

We study many-class few-shot (MCFS) problem in both supervised learning and meta-learning settings. Compared to the well-studied many-class many-shot and few-class few-shot problems, the MCFS problem commonly occurs in practical applications but has been rarely studied in previous literature. It brings new challenges of distinguishing between many classes given only a few training samples per class. In this paper, we leverage the class hierarchy as a prior knowledge to train a coarse-to-fine classifier that can produce accurate predictions for MCFS problem in both settings. The propose model, "memory-augmented hierarchical-classification network (MahiNet)", performs coarse-to-fine classification where each coarse class can cover multiple fine classes. Since it is challenging to directly distinguish a variety of fine classes given few-shot data per class, MahiNet starts from learning a classifier over coarse-classes with more training data whose labels are much cheaper to obtain. The coarse classifier reduces the searching range over the fine classes and thus alleviates the challenges from "many classes". On architecture, MahiNet firstly deploys a convolutional neural network (CNN) to extract features. It then integrates a memory-augmented attention module and a multi-layer perceptron (MLP) together to produce the probabilities over coarse and fine classes. While the MLP extends the linear classifier, the attention module extends the KNN classifier, both together targeting the "few-shot" problem. We design several training strategies of MahiNet for supervised learning and meta-learning. In addition, we propose two novel benchmark datasets "mcfsImageNet" and "mcfsOmniglot" specially designed for MCFS problem. In experiments, we show that MahiNet outperforms several state-of-the-art models on MCFS problems in both supervised learning and meta-learning.

📄 PDF Abstract BibTeX arXiv:2006.15479

Code (1)

liulu112601/MahiNet 공식 구현

Tasks

Few-Shot LearningMeta-Learning

Similar Papers 제목 키워드 기반

Multi-Granularity Mutual Refinement Network for Zero-Shot Learning

2025-11-11 · Ning Wang, Long Yu, Cong Hua, Guangming Zhu 외 arxiv

Zero-shot learning (ZSL) aims to recognize unseen classes with zero samples by transferring semantic knowledge from seen classes. Current approaches typically correlate global visual features with semantic information (i…

Zero-Shot Learning

Towards Cross-Granularity Few-Shot Learning: Coarse-to-Fine Pseudo-Labeling with Visual-Semantic Meta-Embedding

2020-07-11 · Jinhai Yang, Hua Yang, Lin Chen

Few-shot learning aims at rapidly adapting to novel categories with only a handful of samples at test time, which has been predominantly tackled with the idea of meta-learning. However, meta-learning approaches essential…

ClassificationFew-Shot LearningGeneral ClassificationMeta-Learning

Fine-grained Angular Contrastive Learning with Coarse Labels

2020-12-07 · CVPR 2021 1 · Guy Bukchin, Eli Schwartz, Kate Saenko, Ori Shahar 외

Few-shot learning methods offer pre-training techniques optimized for easier later adaptation of the model to new classes (unseen during training) using one or a few examples. This adaptivity to unseen classes is especia…

Contrastive LearningFew-Shot LearningLearning with coarse labels

An Information Compensation Framework for Zero-Shot Skeleton-based Action Recognition

2024-06-02 · Haojun Xu, Yan Gao, Jie Li, Xinbo Gao

Zero-shot human skeleton-based action recognition aims to construct a model that can recognize actions outside the categories seen during training. Previous research has focused on aligning sequences' visual and semantic…

Action RecognitionEnsemble LearningSkeleton Based Action RecognitionZero-Shot Action Recognition+1

Few-shot Learning by Focusing on Differences

2019-09-25 · Muhammad Rizki Maulana, Lee Wee Sun

Few-shot classification may involve differentiating data that belongs to a different level of labels granularity. Compounded by the fact that the number of available labeled examples are scarce in the novel classificatio…

ClassificationFew-Shot Learning