paper-with-me

홈 › Papers

Subspace Regularizers for Few-Shot Class Incremental Learning

2021-10-13 · ICLR 2022 4 · Afra Feyza Akyürek, Ekin Akyürek, Derry Tanti Wijaya, Jacob Andreas

Few-shot class incremental learning -- the problem of updating a trained classifier to discriminate among an expanded set of classes with limited labeled data -- is a key challenge for machine learning systems deployed in non-stationary environments. Existing approaches to the problem rely on complex model architectures and training procedures that are difficult to tune and re-use. In this paper, we present an extremely simple approach that enables the use of ordinary logistic regression classifiers for few-shot incremental learning. The key to this approach is a new family of subspace regularization schemes that encourage weight vectors for new classes to lie close to the subspace spanned by the weights of existing classes. When combined with pretrained convolutional feature extractors, logistic regression models trained with subspace regularization outperform specialized, state-of-the-art approaches to few-shot incremental image classification by up to 22% on the miniImageNet dataset. Because of its simplicity, subspace regularization can be straightforwardly extended to incorporate additional background information about the new classes (including class names and descriptions specified in natural language); these further improve accuracy by up to 2%. Our results show that simple geometric regularization of class representations offers an effective tool for continual learning.

📄 PDF Abstract BibTeX arXiv:2110.07059

Code (1)

feyzaakyurek/subspace-reg 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningContinual LearningFew-Shot Class-Incremental Learningimage-classificationImage ClassificationIncremental Learningregression

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Synthesized Feature Based Few-Shot Class-Incremental Learning on a Mixture of Subspaces

2021-01-01 · ICCV 2021 10 · Ali Cheraghian, Shafin Rahman, Sameera Ramasinghe, Pengfei Fang 외

Few-shot class incremental learning (FSCIL) aims to incrementally add sets of novel classes to a well-trained base model in multiple training sessions with the restriction that only a few novel instances are availabl…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental Learningimage-classification+2

Embedding Space Allocation with Angle-Norm Joint Classifiers for Few-Shot Class-Incremental Learning

2024-11-14 · Dunwei Tu, Huiyu Yi, Tieyi Zhang, Ruotong Li 외

Few-shot class-incremental learning (FSCIL) aims to continually learn new classes from only a few samples without forgetting previous ones, requiring intelligent agents to adapt to dynamic environments. FSCIL combines th…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningFew-Shot Learning+1

Few Shot Class Incremental Learning using Vision-Language models

2024-05-02 · Anurag Kumar, Chinmay Bharti, Saikat Dutta, Srikrishna Karanam 외

Recent advancements in deep learning have demonstrated remarkable performance comparable to human capabilities across various supervised computer vision tasks. However, the prevalent assumption of having an extensive poo…

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

Optical-Guided Neural Collapse for SAR Few-Shot Class Incremental Learning

2026-06-03 · Fan Zhang, Sijin Zheng, Fei Ma, Qiang Yin 외 arxiv

Few-shot class-incremental learning (FSCIL) in synthetic aperture radar imagery presents unique challenges due to severe data scarcity and SAR-specific variability. In particular, strong azimuth sensitivity in SAR induce…

Few-Shot Class-Incremental LearningClass Incremental Learning

Expandable Subspace Ensemble for Pre-Trained Model-Based Class-Incremental Learning

2024-03-18 · CVPR 2024 1 · Da-Wei Zhou, Hai-Long Sun, Han-Jia Ye, De-Chuan Zhan

Class-Incremental Learning (CIL) requires a learning system to continually learn new classes without forgetting. Despite the strong performance of Pre-Trained Models (PTMs) in CIL, a critical issue persists: learning new…

class-incremental learningClass Incremental LearningDecision MakingIncremental Learning