paper-with-me

홈 › Papers

Storing Encoded Episodes as Concepts for Continual Learning

2020-06-26 · ICML Workshop LifelongML 2020 7 · Ali Ayub, Alan R. Wagner

The two main challenges faced by continual learning approaches are catastrophic forgetting and memory limitations on the storage of data. To cope with these challenges, we propose a novel, cognitively-inspired approach which trains autoencoders with Neural Style Transfer to encode and store images. Reconstructed images from encoded episodes are replayed when training the classifier model on a new task to avoid catastrophic forgetting. The loss function for the reconstructed images is weighted to reduce its effect during classifier training to cope with image degradation. When the system runs out of memory the encoded episodes are converted into centroids and covariance matrices, which are used to generate pseudo-images during classifier training, keeping classifier performance stable with less memory. Our approach increases classification accuracy by 13-17% over state-of-the-art methods on benchmark datasets, while requiring 78% less storage space.

📄 PDF Abstract BibTeX arXiv:2007.06637

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningStyle Transfer

Similar Papers 제목 키워드 기반

EEC: Learning to Encode and Regenerate Images for Continual Learning

2021-01-13 · ICLR 2021 1 · Ali Ayub, Alan R. Wagner

The two main impediments to continual learning are catastrophic forgetting and memory limitations on the storage of data. To cope with these challenges, we propose a novel, cognitively-inspired approach which trains auto…

Continual LearningStyle Transfer

Continual Learning via Inter-Task Synaptic Mapping

2021-06-26 · Mao Fubing, Weng Weiwei, Mahardhika Pratama, Edward Yapp Kien Yee

Learning from streaming tasks leads a model to catastrophically erase unique experiences it absorbs from previous episodes. While regularization techniques such as LWF, SI, EWC have proven themselves as an effective aven…

Continual Learning

Class-Incremental Experience Replay for Continual Learning under Concept Drift

2021-04-24 · Łukasz Korycki, Bartosz Krawczyk

Modern machine learning systems need to be able to cope with constantly arriving and changing data. Two main areas of research dealing with such scenarios are continual learning and data stream mining. Continual learning…

Continual Learningvalid

Mitigating Catastrophic Forgetting and Mode Collapse in Text-to-Image Diffusion via Latent Replay

2025-09-04 · Aoi Otani arxiv

Continual learning -- the ability to acquire knowledge incrementally without forgetting previous skills -- is fundamental to natural intelligence. While the human brain excels at this, artificial neural networks struggle…

Continual Learning

DELTAMEM: Incremental Experience Memory for LLM Agents via Residual Trees

2026-06-02 · Haoran Tan, Zeyu Zhang, Zhicheng Cao, Rui Li 외 arxiv

Large Language Model (LLM)-based agents increasingly rely on memory to learn from experiences over continual interactions. However, storing experiences as independent, flat units leads to substantial redundancy and retri…