NAPA-VQ: Neighborhood Aware Prototype Augmentation with Vector Quantization for Continual Learning
Tamasha Malepathirana, Damith Senanayake, Saman Halgamuge

TL;DR
NAPA-VQ introduces a novel framework that leverages neighborhood-aware prototype augmentation and vector quantization to improve class discrimination in non-exemplar continual learning, effectively reducing forgetting and class overlap.
Contribution
It proposes a new method combining neighborhood information and vector quantization to enhance class separation without using past exemplars in continual learning.
Findings
Outperforms state-of-the-art NECIL methods on CIFAR-100, TinyImageNet, and ImageNet-Subset.
Achieves 5%, 2%, and 4% higher accuracy respectively.
Reduces forgetting by up to 10%, 3%, and 9%.
Abstract
Catastrophic forgetting; the loss of old knowledge upon acquiring new knowledge, is a pitfall faced by deep neural networks in real-world applications. Many prevailing solutions to this problem rely on storing exemplars (previously encountered data), which may not be feasible in applications with memory limitations or privacy constraints. Therefore, the recent focus has been on Non-Exemplar based Class Incremental Learning (NECIL) where a model incrementally learns about new classes without using any past exemplars. However, due to the lack of old data, NECIL methods struggle to discriminate between old and new classes causing their feature representations to overlap. We propose NAPA-VQ: Neighborhood Aware Prototype Augmentation with Vector Quantization, a framework that reduces this class overlap in NECIL. We draw inspiration from Neural Gas to learn the topological relationships in…
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
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · COVID-19 diagnosis using AI
MethodsAttentive Walk-Aggregating Graph Neural Network · Focus
