Integral Continual Learning Along the Tangent Vector Field of Tasks
Tian Yu Liu, Aditya Golatkar, Stefano Soatto, Alessandro Achille

TL;DR
This paper introduces a lightweight continual learning approach that leverages the tangent vector field of generalist models to incorporate new data incrementally, effectively reducing catastrophic forgetting with minimal memory overhead.
Contribution
It presents a novel tangent plane-based method for continual learning that avoids overfitting and can be combined with existing replay techniques, outperforming prior methods.
Findings
Achieves 18.77% and 28.48% higher accuracy on Seq-CIFAR-10 and Seq-TinyImageNet.
Uses as little as 0.4% of dataset size for memory buffer.
Reduces error by 17.84% with metadata storage.
Abstract
We propose a lightweight continual learning method which incorporates information from specialized datasets incrementally, by integrating it along the vector field of "generalist" models. The tangent plane to the specialist model acts as a generalist guide and avoids the kind of over-fitting that leads to catastrophic forgetting, while exploiting the convexity of the optimization landscape in the tangent plane. It maintains a small fixed-size memory buffer, as low as 0.4% of the source datasets, which is updated by simple resampling. Our method achieves strong performance across various buffer sizes for different datasets. Specifically, in the class-incremental setting we outperform the existing methods that do not require distillation by an average of 18.77% and 28.48%, for Seq-CIFAR-10 and Seq-TinyImageNet respectively. Our method can easily be used in conjunction with existing…
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
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
