paper-with-me

Papers

Progress & Compress: A scalable framework for continual learning

2018-05-16 · ICML 2018 7 · Jonathan Schwarz, Jelena Luketina, Wojciech M. Czarnecki, Agnieszka Grabska-Barwinska, Yee Whye Teh, Razvan Pascanu, Raia Hadsell

We introduce a conceptually simple and scalable framework for continual learning domains where tasks are learned sequentially. Our method is constant in the number of parameters and is designed to preserve performance on previously encountered tasks while accelerating learning progress on subsequent problems. This is achieved by training a network with two components: A knowledge base, capable of solving previously encountered problems, which is connected to an active column that is employed to efficiently learn the current task. After learning a new task, the active column is distilled into the knowledge base, taking care to protect any previously acquired skills. This cycle of active learning (progression) followed by consolidation (compression) requires no architecture growth, no access to or storing of previous data or tasks, and no task-specific parameters. We demonstrate the progress & compress approach on sequential classification of handwritten alphabets as well as two reinforcement learning domains: Atari games and 3D maze navigation.

📄 PDF Abstract BibTeX arXiv:1805.06370

Code (1)

wabbajack1/tapd pytorch

Tasks

Active LearningAtari GamesContinual LearningReinforcement Learning

Methods 이 논문이 사용한 방법론

EWC The methon to overcome catastrophic forgetting in neural network while continual learning

Similar Papers 제목 키워드 기반

ContCap: A scalable framework for continual image captioning

2019-09-19 · Giang Nguyen, Tae Joon Jun, Trung Tran, Tolcha Yalew 외

While advanced image captioning systems are increasingly describing images coherently and exactly, recent progress in continual learning allows deep learning models to avoid catastrophic forgetting. However, the domain w…

Continual LearningImage CaptioningVideo Captioning

Compacting, Picking and Growing for Unforgetting Continual Learning

2019-10-15 · NeurIPS 2019 12 · Steven C. Y. Hung, Cheng-Hao Tu, Cheng-En Wu, Chien-Hung Chen 외

Continual lifelong learning is essential to many applications. In this paper, we propose a simple but effective approach to continual deep learning. Our approach leverages the principles of deep model compression, critic…

Age And Gender ClassificationContinual LearningFace VerificationFacial Expression Recognition (FER)+3

LANCE: Low Rank Activation Compression for Efficient On-Device Continual Learning

2025-09-25 · Marco Paul E. Apolinario, Kaushik Roy arxiv

On-device learning is essential for personalization, privacy, and long-term adaptation in resource-constrained environments. Achieving this requires efficient learning, both fine-tuning existing models and continually ac…

Continual Learning

Online Learned Continual Compression with Adaptive Quantization Modules

2019-11-19 · ICML 2020 1 · Lucas Caccia, Eugene Belilovsky, Massimo Caccia, Joelle Pineau

We introduce and study the problem of Online Continual Compression, where one attempts to simultaneously learn to compress and store a representative dataset from a non i.i.d data stream, while only observing each sample…

Continual LearningDecoderQuantizationReinforcement Learning

MemVerse: Multimodal Memory for Lifelong Learning Agents

2025-12-03 · Junming Liu, Yifei Sun, Weihua Cheng, Haodong Lei 외 arxiv

Despite rapid progress in large-scale language and vision models, AI agents still suffer from a fundamental limitation: they cannot remember. Without reliable memory, agents catastrophically forget past experiences, stru…

Multimodal ReasoningContinual LearningKnowledge Graphs