paper-with-me

Papers

Memory-Efficient Incremental Learning Through Feature Adaptation

2020-04-01 · ECCV 2020 8 · Ahmet Iscen, Jeffrey Zhang, Svetlana Lazebnik, Cordelia Schmid

We introduce an approach for incremental learning that preserves feature descriptors of training images from previously learned classes, instead of the images themselves, unlike most existing work. Keeping the much lower-dimensional feature embeddings of images reduces the memory footprint significantly. We assume that the model is updated incrementally for new classes as new data becomes available sequentially.This requires adapting the previously stored feature vectors to the updated feature space without having access to the corresponding original training images. Feature adaptation is learned with a multi-layer perceptron, which is trained on feature pairs corresponding to the outputs of the original and updated network on a training image. We validate experimentally that such a transformation generalizes well to the features of the previous set of classes, and maps features to a discriminative subspace in the feature space. As a result, the classifier is optimized jointly over new and old classes without requiring old class images. Experimental results show that our method achieves state-of-the-art classification accuracy in incremental learning benchmarks, while having at least an order of magnitude lower memory footprint compared to image-preserving strategies.

📄 PDF Abstract BibTeX arXiv:2004.00713

Code (0)

등록된 구현이 없습니다.

Tasks

Incremental Learning

Similar Papers 제목 키워드 기반

Few-shot Class-Incremental Learning via Generative Co-Memory Regularization

2026-01-12 · Kexin Bao, Yong Li, Dan Zeng, Shiming Ge arxiv

Few-shot class-incremental learning (FSCIL) aims to incrementally learn models from a small amount of novel data, which requires strong representation and adaptation ability of models learned under few-example supervisio…

Few-Shot Class-Incremental LearningDomain Adaptation

Sparse Meta Networks for Sequential Adaptation and its Application to Adaptive Language Modelling

2020-09-03 · Tsendsuren Munkhdalai

Training a deep neural network requires a large amount of single-task data and involves a long time-consuming optimization phase. This is not scalable to complex, realistic environments with new unexpected changes. Human…

Incremental LearningInductive BiasLanguage ModellingMeta-Learning+1

Continual Machine Reading Comprehension via Uncertainty-aware Fixed Memory and Adversarial Domain Adaptation

2022-08-10 · Findings (NAACL) 2022 7 · Zhijing Wu, Hua Xu, Jingliang Fang, Kai Gao

Continual Machine Reading Comprehension aims to incrementally learn from a continuous data stream across time without access the previous seen data, which is crucial for the development of real-world MRC systems. However…

Domain AdaptationIncremental LearningMachine Reading ComprehensionReading Comprehension

InduceKV: Fixed-Footprint Continual Adaptation of Multimodal LLMs via Inducing KV Memories

2026-07-02 · Qianyu Chen, Ziteng Feng, Canran Xiao, Runxuan Tang arxiv

Multimodal large language models must adapt to evolving tasks and domains, yet continual improvement under bounded deployment footprint remains difficult because repeated parameter updates or growing replay stores can ac…

An Efficient Memory Module for Graph Few-Shot Class-Incremental Learning

2024-11-11 · Dong Li, Aijia Zhang, Junqi Gao, Biqing Qi

Incremental graph learning has gained significant attention for its ability to address the catastrophic forgetting problem in graph representation learning. However, traditional methods often rely on a large number of la…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningGraph Learning+6