CLeAN: Continual Learning Adaptive Normalization in Dynamic Environments
AI 摘要
CLeAN提出了一种自适应归一化方法,用于解决持续学习中数据分布变化的问题,提升模型性能并缓解灾难性遗忘。
主要贡献
- 提出了CLeAN:一种针对持续学习的自适应归一化技术。
- 使用可学习参数和EMA模块估计全局特征尺度,适应数据分布变化。
- 通过实验验证了CLeAN在表格数据持续学习中的有效性,提高了模型性能并缓解了灾难性遗忘。
方法论
CLeAN通过可学习参数和EMA模块估计全局特征尺度,自适应地调整数据分布,从而缓解持续学习中的灾难性遗忘问题。
原文摘要
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.