paper-with-me

Papers

Constructing Sample-to-Class Graph for Few-Shot Class-Incremental Learning

2023-10-31 · Fuyuan Hu, Jian Zhang, Fan Lyu, Linyan Li, Fenglei Xu

Few-shot class-incremental learning (FSCIL) aims to build machine learning model that can continually learn new concepts from a few data samples, without forgetting knowledge of old classes. The challenges of FSCIL lies in the limited data of new classes, which not only lead to significant overfitting issues but also exacerbates the notorious catastrophic forgetting problems. As proved in early studies, building sample relationships is beneficial for learning from few-shot samples. In this paper, we promote the idea to the incremental scenario, and propose a Sample-to-Class (S2C) graph learning method for FSCIL. Specifically, we propose a Sample-level Graph Network (SGN) that focuses on analyzing sample relationships within a single session. This network helps aggregate similar samples, ultimately leading to the extraction of more refined class-level features. Then, we present a Class-level Graph Network (CGN) that establishes connections across class-level features of both new and old classes. This network plays a crucial role in linking the knowledge between different sessions and helps improve overall learning in the FSCIL scenario. Moreover, we design a multi-stage strategy for training S2C model, which mitigates the training challenges posed by limited data in the incremental process. The multi-stage training strategy is designed to build S2C graph from base to few-shot stages, and improve the capacity via an extra pseudo-incremental stage. Experiments on three popular benchmark datasets show that our method clearly outperforms the baselines and sets new state-of-the-art results in FSCIL.

📄 PDF Abstract BibTeX arXiv:2310.20268

Code (1)

demonjianz/s2c 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningGraph LearningIncremental Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Bi-Semantic Reconstructing Generative Network for Zero-shot Learning

2019-12-09 · Shibing Xu, Zishu Gao, Guojun Xie

Many recent methods of zero-shot learning (ZSL) attempt to utilize generative model to generate the unseen visual samples from semantic descriptions and random noise. Therefore, the ZSL problem becomes a traditional supe…

General ClassificationGenerative Adversarial NetworkZero-Shot Learning

FAITH: Few-Shot Graph Classification with Hierarchical Task Graphs

2022-05-05 · Song Wang, Yushun Dong, Xiao Huang, Chen Chen 외

Few-shot graph classification aims at predicting classes for graphs, given limited labeled graphs for each class. To tackle the bottleneck of label scarcity, recent works propose to incorporate few-shot learning framewor…

ClassificationFew-Shot LearningGraph Classification

Semi Supervised Learning For Few-shot Audio Classification By Episodic Triplet Mining

2021-02-16 · Swapnil Bhosale, Rupayan Chakraborty, Sunil Kumar Kopparapu

Few-shot learning aims to generalize unseen classes that appear during testing but are unavailable during training. Prototypical networks incorporate few-shot metric learning, by constructing a class prototype in the for…

Audio ClassificationEvent DetectionFew-Shot Audio ClassificationFew-Shot Learning+5

Few-Shot Learning of a Graph-Based Neural Network Model Without Backpropagation

2025-12-20 · Mykyta Lapin, Kostiantyn Bokhan, Yurii Parzhyn arxiv

We propose a structural-graph approach to classifying contour images in a few-shot regime without using backpropagation. The core idea is to make structure the carrier of explanations: an image is encoded as an attribute…

Few-Shot Learning

Two-level Graph Network for Few-Shot Class-Incremental Learning

2023-03-24 · Hao Chen, Linyan Li, Fan Lyu, Fuyuan Hu 외

Few-shot class-incremental learning (FSCIL) aims to design machine learning algorithms that can continually learn new concepts from a few data points, without forgetting knowledge of old classes. The difficulty lies in t…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningGraph Neural Network+2