PVBF: A Framework for Mitigating Parameter Variation Imbalance in Online Continual Learning
Zelin Tao, Hao Deng, Mingqing Liu, Lijun Zhang, Shengjie Zhao

TL;DR
This paper introduces PVBF, a framework that mitigates parameter variation imbalance in online continual learning, significantly reducing prediction bias and enhancing accuracy through novel correlation-based and layer-wise balancing techniques.
Contribution
The paper proposes PVBF, a novel framework that addresses parameter variation imbalance in ER-based online continual learning, improving performance by balancing parameter updates across layers and tasks.
Findings
PVBF reduces prediction bias in online continual learning.
PVBF achieves up to 47% higher accuracy than existing methods.
The framework effectively balances parameter variations across layers and tasks.
Abstract
Online continual learning (OCL), which enables AI systems to adaptively learn from non-stationary data streams, is commonly achieved using experience replay (ER)-based methods that retain knowledge by replaying stored past during training. However, these methods face challenges of prediction bias, stemming from deviations in parameter update directions during task transitions. This paper identifies parameter variation imbalance as a critical factor contributing to prediction bias in ER-based OCL. Specifically, using the proposed parameter variation evaluation method, we highlight two types of imbalance: correlation-induced imbalance, where certain parameters are disproportionately updated across tasks, and layer-wise imbalance, where output layer parameters update faster than those in preceding layers. To mitigate the above imbalances, we propose the Parameter Variation Balancing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOnline Learning and Analytics
MethodsExperience Replay
