English

Continual Learning for Adaptive AI Systems

Machine Learning 2025-10-14 v2

Abstract

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.

Keywords

Cite

@article{arxiv.2510.07648,
  title  = {Continual Learning for Adaptive AI Systems},
  author = {Md Hasibul Amin and Tamzid Tanvi Alam},
  journal= {arXiv preprint arXiv:2510.07648},
  year   = {2025}
}

Comments

Version 2: Revised abstract and figures. Updated terminology (ICF). Preliminary results

R2 v1 2026-07-01T06:25:29.749Z