paper-with-me

Papers

Elastic Feature Consolidation for Cold Start Exemplar-Free Incremental Learning

2024-02-06 · Simone Magistri, Tomaso Trinci, Albin Soutif-Cormerais, Joost Van de Weijer, Andrew D. Bagdanov

Exemplar-Free Class Incremental Learning (EFCIL) aims to learn from a sequence of tasks without having access to previous task data. In this paper, we consider the challenging Cold Start scenario in which insufficient data is available in the first task to learn a high-quality backbone. This is especially challenging for EFCIL since it requires high plasticity, which results in feature drift which is difficult to compensate for in the exemplar-free setting. To address this problem, we propose a simple and effective approach that consolidates feature representations by regularizing drift in directions highly relevant to previous tasks and employs prototypes to reduce task-recency bias. Our method, called Elastic Feature Consolidation (EFC), exploits a tractable second-order approximation of feature drift based on an Empirical Feature Matrix (EFM). The EFM induces a pseudo-metric in feature space which we use to regularize feature drift in important directions and to update Gaussian prototypes used in a novel asymmetric cross entropy loss which effectively balances prototype rehearsal with data from new tasks. Experimental results on CIFAR-100, Tiny-ImageNet, ImageNet-Subset and ImageNet-1K demonstrate that Elastic Feature Consolidation is better able to learn new tasks by maintaining model plasticity and significantly outperform the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2402.03917

Code (1)

simomagi/elastic_feature_consolidation 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning

Similar Papers 제목 키워드 기반

EFC++: Elastic Feature Consolidation with Prototype Re-balancing for Cold Start Exemplar-free Incremental Learning

2025-03-13 · Simone Magistri, Tomaso Trinci, Albin Soutif-Cormerais, Joost Van de Weijer 외

Exemplar-Free Class Incremental Learning (EFCIL) aims to learn from a sequence of tasks without having access to previous task data. In this paper, we consider the challenging Cold Start scenario in which insufficient da…

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning

Data-Free Reservoir Features for Efficient Long-Horizon Cold-Start Continual Learning

2026-06-25 · Augustinas Jučas, Yangchen Pan arxiv

Cold-start exemplar-free class-incremental learning requires learning a growing set of classes without replay, external pretraining, or a large initial task. Existing cold-start methods typically either train the backbon…

class-incremental learningImage ClassificationContinual Learning

EWC-Guided Diffusion Replay for Exemplar-Free Continual Learning in Medical Imaging

2025-09-28 · Anoushka Harit, William Prew, Zhongtian Sun, Florian Markowetz arxiv

Medical imaging foundation models must adapt over time, yet full retraining is often blocked by privacy constraints and cost. We present a continual learning framework that avoids storing patient exemplars by pairing cla…

Continual Learning

Instructional Prompt Optimization for Few-Shot LLM-Based Recommendations on Cold-Start Users

2025-09-11 · Haowei Yang, Yushang Zhao, Sitao Min, Bo Su 외 arxiv

The cold-start user issue further compromises the effectiveness of recommender systems in limiting access to the historical behavioral information. It is an effective pipeline to optimize instructional prompts on a few-s…

Temporally and Distributionally Robust Optimization for Cold-Start Recommendation

2023-12-15 · Xinyu Lin, Wenjie Wang, Jujia Zhao, Yongqi Li 외

Collaborative Filtering (CF) recommender models highly depend on user-item interactions to learn CF representations, thus falling short of recommending cold-start items. To address this issue, prior studies mainly introd…

Collaborative Filtering