CVAISep 29, 2022

RECALL: Rehearsal-free Continual Learning for Object Classification

arXiv:2209.14774v12 citationsh-index: 38
Originality Incremental advance
AI Analysis

This addresses the challenge of continual learning for object classification in mobile robots, offering a rehearsal-free solution that is incremental in nature.

The authors tackled the problem of catastrophic forgetting in convolutional neural networks when learning new object categories sequentially without storing previous data, and their RECALL approach achieved state-of-the-art performance on benchmarks like CORe50 and iCIFAR-100, as well as on a new dataset HOWS-CL-25.

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 for continual learning, especially suited for object recognition on a mobile robot (HOWS-CL-25), including 150,795 synthetic images of 25 household object categories. Our approach RECALL outperforms the current state of the art on CORe50 and iCIFAR-100 and reaches the best performance on HOWS-CL-25.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes