paper-with-me

홈 › Papers

Forward Compatible Few-Shot Class-Incremental Learning

2022-03-14 · CVPR 2022 1 · Da-Wei Zhou, Fu-Yun Wang, Han-Jia Ye, Liang Ma, ShiLiang Pu, De-Chuan Zhan

Novel classes frequently arise in our dynamically changing world, e.g., new users in the authentication system, and a machine learning model should recognize new classes without forgetting old ones. This scenario becomes more challenging when new class instances are insufficient, which is called few-shot class-incremental learning (FSCIL). Current methods handle incremental learning retrospectively by making the updated model similar to the old one. By contrast, we suggest learning prospectively to prepare for future updates, and propose ForwArd Compatible Training (FACT) for FSCIL. Forward compatibility requires future new classes to be easily incorporated into the current model based on the current stage data, and we seek to realize it by reserving embedding space for future new classes. In detail, we assign virtual prototypes to squeeze the embedding of known classes and reserve for new ones. Besides, we forecast possible new classes and prepare for the updating process. The virtual prototypes allow the model to accept possible updates in the future, which act as proxies scattered among embedding space to build a stronger classifier during inference. FACT efficiently incorporates new classes with forward compatibility and meanwhile resists forgetting of old ones. Extensive experiments validate FACT's state-of-the-art performance. Code is available at: https://github.com/zhoudw-zdw/CVPR22-Fact

📄 PDF Abstract BibTeX arXiv:2203.06953

Code (1)

zhoudw-zdw/cvpr22-fact 공식 구현 pytorch

Tasks

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

Similar Papers 제목 키워드 기반

A Forward and Backward Compatible Framework for Few-shot Class-incremental Pill Recognition

2023-04-24 · Jinghua Zhang, Li Liu, Kai Gao, Dewen Hu

Automatic Pill Recognition (APR) systems are crucial for enhancing hospital efficiency, assisting visually impaired individuals, and preventing cross-infection. However, most existing deep learning-based pill recognition…

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

Sculpting Margin Penalty: Intra-Task Adapter Merging and Classifier Calibration for Few-Shot Class-Incremental Learning

2025-08-07 · Liang Bai, Hong Song, Jinfu Li, Yucong Lin 외 arxiv

Real-world applications often face data privacy constraints and high acquisition costs, making the assumption of sufficient training data in incremental tasks unrealistic and leading to significant performance degradatio…

Few-Shot Class-Incremental Learningparameter-efficient fine-tuningClassifier calibration

Few-shot Tuning of Foundation Models for Class-incremental Learning

2024-05-26 · Shuvendu Roy, Elham Dolatabadi, Arash Afkanpour, Ali Etemad

For the first time, we explore few-shot tuning of vision foundation models for class-incremental learning. Unlike existing few-shot class incremental learning (FSCIL) methods, which train an encoder on a base session to …

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

Improving Forward Compatibility in Class Incremental Learning by Increasing Representation Rank and Feature Richness

2024-03-22 · Jaeill Kim, Wonseok Lee, Moonjung Eo, Wonjong Rhee

Class Incremental Learning (CIL) constitutes a pivotal subfield within continual learning, aimed at enabling models to progressively learn new classification tasks while retaining knowledge obtained from prior tasks. Alt…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

Incremental Few-Shot Object Detection

2020-03-10 · CVPR 2020 6 · Juan-Manuel Perez-Rua, Xiatian Zhu, Timothy Hospedales, Tao Xiang

Most existing object detection methods rely on the availability of abundant labelled training samples per class and offline model training in a batch mode. These requirements substantially limit their scalability to open…

Few-Shot LearningFew-Shot Object DetectionIncremental LearningMeta-Learning+3