🤖 AI Summary
Addressing the dual challenges of catastrophic forgetting and reliance on prior knowledge in continual learning, this paper proposes OPRE, a prior-free online continual learning framework. Its core is an online patch redundancy elimination compression algorithm, which operates under minimal data assumptions—such as local smoothness—and for the first time systematically reveals the fundamental limitations of pretrained feature extractors on continual learning generalizability. OPRE dispenses with task identifiers, replay buffers, and domain priors; instead, it dynamically compresses redundant information upon data stream arrival and enables plug-and-play learning via test-time classifier adaptation. Evaluated on standard CIFAR-10/100 benchmarks, OPRE consistently outperforms mainstream replay-based, regularization-based, and parameter-isolation methods. These results validate the effectiveness and scalability of the “prior-free + online compression” paradigm for continual learning.
📝 Abstract
In order to achieve Continual Learning (CL), the problem of catastrophic forgetting, one that has plagued neural networks since their inception, must be overcome. The evaluation of continual learning methods relies on splitting a known homogeneous dataset and learning the associated tasks one after the other. We argue that most CL methods introduce a priori information about the data to come and cannot be considered agnostic. We exemplify this point with the case of methods relying on pretrained feature extractors, which are still used in CL. After showing that pretrained feature extractors imply a loss of generality with respect to the data that can be learned by the model, we then discuss other kinds of a priori information introduced in other CL methods. We then present the Online Patch Redundancy Eliminator (OPRE), an online dataset compression algorithm, which, along with the training of a classifier at test time, yields performance on CIFAR-10 and CIFAR-100 superior to a number of other state-of-the-art online continual learning methods. Additionally, OPRE requires only minimal and interpretable hypothesis on the data to come. We suggest that online dataset compression could well be necessary to achieve fully agnostic CL.