paper-with-me

Papers

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 frequently. Continual learning offers a potential solution by enabling models to learn from sequential data while retaining prior knowledge. However, a critical and underexplored issue in this domain is data normalization. Conventional normalization methods, such as min-max scaling, presuppose access to the entire dataset, which is incongruent with the sequential nature of continual learning. In this paper we introduce Continual Learning Adaptive Normalization (CLeAN), a novel adaptive normalization technique designed for continual learning in tabular data. CLeAN involves the estimation of global feature scales using learnable parameters that are updated via an Exponential Moving Average (EMA) module, enabling the model to adapt to evolving data distributions. Through comprehensive evaluations on two datasets and various continual learning strategies, including Resevoir Experience Replay, A-GEM, and EwC we demonstrate that CLeAN not only improves model performance on new data but also mitigates catastrophic forgetting. The findings underscore the importance of adaptive normalization in enhancing the stability and effectiveness of tabular data, offering a novel perspective on the use of normalization to preserve knowledge in dynamic learning environments.

📄 PDF Abstract BibTeX arXiv:2603.17548

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Dynamic Layer Normalization for Adaptive Neural Acoustic Modeling in Speech Recognition

2017-07-19 · Taesup Kim, Inchul Song, Yoshua Bengio

Layer normalization is a recently introduced technique for normalizing the activities of neurons in deep neural networks to improve the training speed and stability. In this paper, we introduce a new layer normalization …

speech-recognitionSpeech Recognition

Beyond Entropy: Style Transfer Guided Single Image Continual Test-Time Adaptation

2023-11-30 · Younggeol Cho, Youngrae Kim, Dongman Lee

Continual test-time adaptation (cTTA) methods are designed to facilitate the continual adaptation of models to dynamically changing real-world environments where computational resources are limited. Due to this inherent …

image-classificationImage ClassificationSemantic SegmentationStyle Transfer+1

EverAdapt: Continuous Adaptation for Dynamic Machine Fault Diagnosis Environments

2024-07-24 · Edward, Mohamed Ragab, Min Wu, Yuecong Xu 외

Unsupervised Domain Adaptation (UDA) has emerged as a key solution in data-driven fault diagnosis, addressing domain shift where models underperform in changing environments. However, under the realm of continually chang…

Domain AdaptationFault DiagnosisUnsupervised Domain Adaptation

Parameter Importance-Driven Continual Learning for Foundation Models

2025-11-19 · Lingxiang Wang, Hainan Zhang, Zhiming Zheng arxiv

Domain-specific post-training often causes catastrophic forgetting, making foundation models lose their general reasoning ability and limiting their adaptability to dynamic real-world environments. Preserving general cap…

Continual Learning

Adaptive Batch Normalization Networks for Adversarial Robustness

2024-05-20 · Shao-Yuan Lo, Vishal M. Patel

Deep networks are vulnerable to adversarial examples. Adversarial Training (AT) has been a standard foundation of modern adversarial defense approaches due to its remarkable effectiveness. However, AT is extremely time-c…

Adversarial DefenseAdversarial RobustnessDomain Adaptation