paper-with-me

홈 › Papers

Continual Learning for Adaptive AI Systems

2025-10-09 · Md Hasibul Amin, Tamzid Tanvi Alam arxiv

Continual learning the ability of a neural network to learn multiple sequential tasks without catastrophic forgetting remains a central challenge in developing adaptive artificial intelligence systems. While deep learning models achieve state-of-the-art performance across domains, they remain limited by overfitting and forgetting. This paper introduces Cluster-Aware Replay (CAR), a hybrid continual learning framework that integrates a small, class-balanced replay buffer with a regularization term based on Inter-Cluster Fitness (ICF) in the feature space. The ICF loss penalizes overlapping feature representations between new and previously learned tasks, encouraging geometric separation in the latent space and reducing interference. Using the standard five-task Split CIFAR-10 benchmark with a ResNet-18 backbone, initial experiments demonstrate that CAR better preserves earlier task performance compared to fine-tuning alone. These findings are preliminary but highlight feature-space regularization as a promising direction for mitigating catastrophic forgetting.

📄 PDF Abstract BibTeX arXiv:2510.07648

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

SAMix: Calibrated and Accurate Continual Learning via Sphere-Adaptive Mixup and Neural Collapse

2025-10-17 · Trung-Anh Dang, Vincent Nguyen, Ngoc-Son Vu, Christel Vrain arxiv

While most continual learning methods focus on mitigating forgetting and improving accuracy, they often overlook the critical aspect of network calibration, despite its importance. Neural collapse, a phenomenon where las…

Continual Learning

CLeAN: Continual Learning Adaptive Normalization in Dynamic Environments

2026-03-18 · Isabella Marasco, Davide Evangelista, Elena Loli Piccolomini, Michele Colajanni arxiv

Artificial intelligence systems predominantly rely on static data distributions, making them ineffective in dynamic real-world environments, such as cybersecurity, autonomous transportation, or finance, where data shifts…

Continual Learning

Continual Learning in Practice

2019-03-12 · Tom Diethe, Tom Borchert, Eno Thereska, Borja Balle 외

This paper describes a reference architecture for self-maintaining systems that can learn continually, as data arrives. In environments where data evolves, we need architectures that manage Machine Learning (ML) models i…

AutoMLBIG-bench Machine LearningContinual Learning

Continual Learning for Natural Language Generation in Task-oriented Dialog Systems

2020-10-02 · Findings of the Association for Computational Linguistics 2020 · Fei Mi, LiangWei Chen, Mengjie Zhao, Minlie Huang 외

Natural language generation (NLG) is an essential component of task-oriented dialog systems. Despite the recent success of neural approaches for NLG, they are typically developed in an offline manner for particular domai…

Continual LearningText Generation

Continual Learning With Participation Privacy: An Auditable Buffering-Aggregation Recipe

2026-07-08 · T-H. Hubert Chan, Elaine Shi, Mengshi Zhao, Mingxun Zhou arxiv

Modern federated and streaming learning systems often release intermediate models, so privacy must hold for the full trajectory under adaptive interaction. Motivated by participation privacy, we study single-edit neighbo…

Continual Learning