TL;DR
This paper introduces a novel continual learning method called Remembering for the Right Reasons (RRR) that uses explanations to reduce forgetting and improve model interpretability across tasks.
Contribution
The paper proposes a simple training paradigm that incorporates explanation consistency into continual learning, reducing forgetting and enhancing explainability.
Findings
RRR reduces catastrophic forgetting across various CL approaches.
Incorporating explanations improves model interpretability.
The method shows consistent gains in both standard and few-shot learning settings.
Abstract
The goal of continual learning (CL) is to learn a sequence of tasks without suffering from the phenomenon of catastrophic forgetting. Previous work has shown that leveraging memory in the form of a replay buffer can reduce performance degradation on prior tasks. We hypothesize that forgetting can be further reduced when the model is encouraged to remember the \textit{evidence} for previously made decisions. As a first step towards exploring this hypothesis, we propose a simple novel training paradigm, called Remembering for the Right Reasons (RRR), that additionally stores visual model explanations for each example in the buffer and ensures the model has "the right reasons" for its predictions by encouraging its explanations to remain consistent with those used to make decisions at training time. Without this constraint, there is a drift in explanations and increase in forgetting as…
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
