IB-DRR: Incremental Learning with Information-Back Discrete Representation Replay
Jian Jiang, Edoardo Cetin, Oya Celiktutan

TL;DR
This paper introduces IB-DRR, a novel incremental learning method that uses hierarchical vector quantization and information back mechanisms to efficiently replay compressed representations, outperforming state-of-the-art methods with less memory.
Contribution
The paper proposes a two-step compression approach with hierarchical VQ-VAE and BB-ANS, combined with an information back regularization, to improve incremental learning performance and memory efficiency.
Findings
Outperforms state-of-the-art on CIFAR-100 by 4% accuracy.
Achieves higher accuracy with less memory cost.
Further improves accuracy by 2% when combined with raw exemplars.
Abstract
Incremental learning aims to enable machine learning models to continuously acquire new knowledge given new classes, while maintaining the knowledge already learned for old classes. Saving a subset of training samples of previously seen classes in the memory and replaying them during new training phases is proven to be an efficient and effective way to fulfil this aim. It is evident that the larger number of exemplars the model inherits the better performance it can achieve. However, finding a trade-off between the model performance and the number of samples to save for each class is still an open problem for replay-based incremental learning and is increasingly desirable for real-life applications. In this paper, we approach this open problem by tapping into a two-step compression approach. The first step is a lossy compression, we propose to encode input images and save their discrete…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Machine Learning and ELM
MethodsContrastive Learning
