paper-with-me

홈 › Papers

Rethinking Few-shot Class-incremental Learning: Learning from Yourself

2024-07-10 · Yu-Ming Tang, Yi-Xing Peng, Jingke Meng, Wei-Shi Zheng

Few-shot class-incremental learning (FSCIL) aims to learn sequential classes with limited samples in a few-shot fashion. Inherited from the classical class-incremental learning setting, the popular benchmark of FSCIL uses averaged accuracy (aAcc) and last-task averaged accuracy (lAcc) as the evaluation metrics. However, we reveal that such evaluation metrics may not provide adequate emphasis on the novel class performance, and the continual learning ability of FSCIL methods could be ignored under this benchmark. In this work, as a complement to existing metrics, we offer a new metric called generalized average accuracy (gAcc) which is designed to provide an extra equitable evaluation by incorporating different perspectives of the performance under the guidance of a parameter $\alpha$. We also present an overall metric in the form of the area under the curve (AUC) along the $\alpha$. Under the guidance of gAcc, we release the potential of intermediate features of the vision transformers to boost the novel-class performance. Taking information from intermediate layers which are less class-specific and more generalizable, we manage to rectify the final features, leading to a more generalizable transformer-based FSCIL framework. Without complex network designs or cumbersome training procedures, our method outperforms existing FSCIL methods at aAcc and gAcc on three datasets. See codes at https://github.com/iSEE-Laboratory/Revisting_FSCIL

📄 PDF Abstract BibTeX arXiv:2407.07468

Code (1)

isee-laboratory/revisting_fscil 공식 구현 pytorch

Tasks

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

Similar Papers 제목 키워드 기반

Doodle It Yourself: Class Incremental Learning by Drawing a Few Sketches

2022-03-28 · CVPR 2022 1 · Ayan Kumar Bhunia, Viswanatha Reddy Gajjala, Subhadeep Koley, Rohit Kundu 외

The human visual system is remarkable in learning new visual concepts from just a few examples. This is precisely the goal behind few-shot class incremental learning (FSCIL), where the emphasis is additionally placed on …

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningGraph Attention+2

Rethinking Few-Shot Class-Incremental Learning with Open-Set Hypothesis in Hyperbolic Geometry

2022-07-20 · Yawen Cui, Zitong Yu, Wei Peng, Li Liu

Few-Shot Class-Incremental Learning (FSCIL) aims at incrementally learning novel classes from a few labeled samples by avoiding the overfitting and catastrophic forgetting simultaneously. The current protocol of FSCIL is…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning+2

Learning Yourself: Class-Incremental Semantic Segmentation with Language-Inspired Bootstrapped Disentanglement

2025-08-30 · Ruitao Wu, Yifan Zhao, Jia Li arxiv

Class-Incremental Semantic Segmentation (CISS) requires continuous learning of newly introduced classes while retaining knowledge of past classes. By abstracting mainstream methods into two stages (visual feature extract…

Semantic Segmentation

Incremental-DETR: Incremental Few-Shot Object Detection via Self-Supervised Learning

2022-05-09 · Na Dong, Yongqiang Zhang, Mingli Ding, Gim Hee Lee

Incremental few-shot object detection aims at detecting novel classes without forgetting knowledge of the base classes with only a few labeled training data from the novel classes. Most related prior works are on increme…

Few-Shot Object DetectionKnowledge DistillationObjectobject-detection+2

Few-Shot Batch Incremental Road Object Detection via Detector Fusion

2021-08-18 · Anuj Tambwekar, Kshitij Agrawal, Anay Majee, Anbumani Subramanian

Incremental few-shot learning has emerged as a new and challenging area in deep learning, whose objective is to train deep learning models using very few samples of new class data, and none of the old class data. In this…

Few-Shot Learningobject-detectionObject Detection