TL;DR
This paper introduces RWalk, a new incremental learning algorithm that addresses forgetting and intransigence, providing better accuracy and a balanced trade-off between these issues through novel metrics and theoretical insights.
Contribution
It proposes RWalk, a generalized approach building on EWC++ and Path Integral, with new metrics for forgetting and intransigence, and offers a comprehensive analysis of IL algorithms.
Findings
RWalk outperforms existing methods in accuracy on MNIST and CIFAR-100.
The new metrics effectively quantify forgetting and intransigence.
RWalk achieves a better balance between knowledge retention and updating.
Abstract
Incremental learning (IL) has received a lot of attention recently, however, the literature lacks a precise problem definition, proper evaluation settings, and metrics tailored specifically for the IL problem. One of the main objectives of this work is to fill these gaps so as to provide a common ground for better understanding of IL. The main challenge for an IL algorithm is to update the classifier whilst preserving existing knowledge. We observe that, in addition to forgetting, a known issue while preserving knowledge, IL also suffers from a problem we call intransigence, inability of a model to update its knowledge. We introduce two metrics to quantify forgetting and intransigence that allow us to understand, analyse, and gain better insights into the behaviour of IL algorithms. We present RWalk, a generalization of EWC++ (our efficient version of EWC [Kirkpatrick2016EWC]) and Path…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsElastic Weight Consolidation
