TL;DR
RECALL is a rehearsal-free continual learning method for object classification that avoids storing old data, using a novel recall mechanism, regularization, and a Mahalanobis loss, and introduces a new dataset.
Contribution
It introduces RECALL, a rehearsal-free continual learning approach with a new dataset, outperforming existing methods on multiple benchmarks.
Findings
RECALL outperforms current state-of-the-art methods on CORe50 and iCIFAR-100.
RECALL achieves the best performance on the new HOWS-CL-25 dataset.
The approach effectively mitigates forgetting without storing previous data.
Abstract
Convolutional neural networks show remarkable results in classification but struggle with learning new things on the fly. We present a novel rehearsal-free approach, where a deep neural network is continually learning new unseen object categories without saving any data of prior sequences. Our approach is called RECALL, as the network recalls categories by calculating logits for old categories before training new ones. These are then used during training to avoid changing the old categories. For each new sequence, a new head is added to accommodate the new categories. To mitigate forgetting, we present a regularization strategy where we replace the classification with a regression. Moreover, for the known categories, we propose a Mahalanobis loss that includes the variances to account for the changing densities between known and unknown categories. Finally, we present a novel dataset…
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.
