TL;DR
This paper introduces C-FSCIL, a novel continual learning method that efficiently learns new classes with minimal forgetting, using hyperdimensional embeddings and a flexible memory structure, suitable for resource-constrained environments.
Contribution
C-FSCIL is a new architecture that combines hyperdimensional embeddings, a fixed-size trainable layer, and a dynamic memory to enable constrained few-shot class-incremental learning.
Findings
Outperforms baseline methods on CIFAR100, miniImageNet, and Omniglot datasets.
Successfully learns 423 new classes with less than 1.6% accuracy drop.
Scales to large class-incremental problems with minimal resource usage.
Abstract
Continually learning new classes from fresh data without forgetting previous knowledge of old classes is a very challenging research problem. Moreover, it is imperative that such learning must respect certain memory and computational constraints such as (i) training samples are limited to only a few per class, (ii) the computational cost of learning a novel class remains constant, and (iii) the memory footprint of the model grows at most linearly with the number of classes observed. To meet the above constraints, we propose C-FSCIL, which is architecturally composed of a frozen meta-learned feature extractor, a trainable fixed-size fully connected layer, and a rewritable dynamically growing memory that stores as many vectors as the number of encountered classes. C-FSCIL provides three update modes that offer a trade-off between accuracy and compute-memory cost of learning novel classes.…
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
MethodsBalanced Selection
