Learning Equi-angular Representations for Online Continual Learning
Minhyuk Seo, Hyunseo Koh, Wonje Jeung, Minjae Lee, San Kim, Hankook Lee, Sungjun Cho, Sungik Choi, Hyunwoo Kim, Jonghyun Choi
TL;DR
The paper tackles the challenge of online continual learning where single-pass updates impede convergence to optimal representations. It leverages neural collapse by enforcing an equiangular tight frame ETF structure in the last-layer space and introduces two key mechanisms: preparatory data training to mitigate bias toward existing classes, and residual correction at inference to compensate for incomplete convergence. The proposed EARL method shows strong improvements across CIFAR-10/100, TinyImageNet, ImageNet-200, and ImageNet-1K in both disjoint and Gaussian scheduled setups, with notable gains in anytime inference performance. This approach offers a practical, scalable pathway to robust online CL by combining representation-level alignment with lightweight correction during deployment.
Abstract
Online continual learning suffers from an underfitted solution due to insufficient training for prompt model update (e.g., single-epoch training). To address the challenge, we propose an efficient online continual learning method using the neural collapse phenomenon. In particular, we induce neural collapse to form a simplex equiangular tight frame (ETF) structure in the representation space so that the continuously learned model with a single epoch can better fit to the streamed data by proposing preparatory data training and residual correction in the representation space. With an extensive set of empirical validations using CIFAR-10/100, TinyImageNet, ImageNet-200, and ImageNet-1K, we show that our proposed method outperforms state-of-the-art methods by a noticeable margin in various online continual learning scenarios such as disjoint and Gaussian scheduled continuous (i.e., boundary-free) data setups.
