paper-with-me

홈 › Papers

Incremental Few-Shot Learning via Implanting and Compressing

2022-03-19 · Yiting Li, Haiyue Zhu, Xijia Feng, Zilong Cheng, Jun Ma, Cheng Xiang, Prahlad Vadakkepat, Tong Heng Lee

This work focuses on tackling the challenging but realistic visual task of Incremental Few-Shot Learning (IFSL), which requires a model to continually learn novel classes from only a few examples while not forgetting the base classes on which it was pre-trained. Our study reveals that the challenges of IFSL lie in both inter-class separation and novel-class representation. Dur to intra-class variation, a novel class may implicitly leverage the knowledge from multiple base classes to construct its feature representation. Hence, simply reusing the pre-trained embedding space could lead to a scattered feature distribution and result in category confusion. To address such issues, we propose a two-step learning strategy referred to as \textbf{Im}planting and \textbf{Co}mpressing (\textbf{IMCO}), which optimizes both feature space partition and novel class reconstruction in a systematic manner. Specifically, in the \textbf{Implanting} step, we propose to mimic the data distribution of novel classes with the assistance of data-abundant base set, so that a model could learn semantically-rich features that are beneficial for discriminating between the base and other unseen classes. In the \textbf{Compressing} step, we adapt the feature extractor to precisely represent each novel class for enhancing intra-class compactness, together with a regularized parameter updating rule for preventing aggressive model updating. Finally, we demonstrate that IMCO outperforms competing baselines with a significant margin, both in image classification task and more challenging object detection task.

📄 PDF Abstract BibTeX arXiv:2203.10297

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Learningimage-classificationImage Classificationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Dense Classification and Implanting for Few-Shot Learning

2019-03-12 · CVPR 2019 6 · Yann Lifchitz, Yannis Avrithis, Sylvaine Picard, Andrei Bursuc

Training deep neural networks from few examples is a highly challenging and key problem for many computer vision tasks. In this context, we are targeting knowledge transfer from a set with abundant data to other sets wit…

ClassificationFew-Shot LearningGeneral ClassificationTransfer Learning

Class-Incremental Exemplar Compression for Class-Incremental Learning

2023-03-24 · CVPR 2023 1 · Zilin Luo, Yaoyao Liu, Bernt Schiele, Qianru Sun

Exemplar-based class-incremental learning (CIL) finetunes the model with all samples of new classes but few-shot exemplars of old classes in each incremental phase, where the "few-shot" abides by the limited memory budge…

Bilevel Optimizationclass-incremental learningClass Incremental LearningIncremental Learning

Learnable Expansion-and-Compression Network for Few-shot Class-Incremental Learning

2021-04-06 · Boyu Yang, Mingbao Lin, Binghao Liu, Mengying Fu 외

Few-shot class-incremental learning (FSCIL), which targets at continuously expanding model's representation capacity under few supervisions, is an important yet challenging problem. On the one hand, when fitting new task…

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

Neural Language Model Pruning for Automatic Speech Recognition

2023-10-05 · Leonardo Emili, Thiago Fraga-Silva, Ernest Pusateri, Markus Nußbaum-Thom 외

We study model pruning methods applied to Transformer-based neural network language models for automatic speech recognition. We explore three aspects of the pruning frame work, namely criterion, method and scheduler, ana…

Automatic Speech RecognitionLanguage ModelingLanguage Modellingspeech-recognition+1

World Model Implanting for Test-time Adaptation of Embodied Agents

2025-09-04 · Minjong Yoo, Jinwoo Jang, Sihyung Yoon, Honguk Woo arxiv

In embodied AI, a persistent challenge is enabling agents to robustly adapt to novel domains without requiring extensive data collection or retraining. To address this, we present a world model implanting framework (WorM…

Test-time Adaptation