A robot that learns to recognize a new object should not have to re-study every object it has seen before — and should not need to keep those images around either. RECALL performs object classification in a continual/incremental fashion without rehearsal, reaching state-of-the-art results.
A frozen feature extractor is paired with a lightweight regression head trained on recall labels, so previously learned categories are preserved without storing or replaying their samples. On CORe50, iCIFAR-100 and HOWS-CL-25, RECALL outperforms other rehearsal-free continual learning approaches, which suffer from catastrophic forgetting as sequences grow.
Evaluated on HOWS-CL-25, the synthetic household object dataset built for exactly this purpose.