paper-with-me

홈 › 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 autoencoders with Neural Style Transfer to encode and store images. During training on a new task, reconstructed images from encoded episodes are replayed in order 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 while using 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:2101.04904

Code (1)

aliayub7/EEC 공식 구현 pytorch

Tasks

Continual LearningStyle Transfer

Similar Papers 제목 키워드 기반

Logarithmic Continual Learning

2022-01-17 · Wojciech Masarczyk, Paweł Wawrzyński, Daniel Marczak, Kamil Deja 외

We introduce a neural network architecture that logarithmically reduces the number of self-rehearsal steps in the generative rehearsal of continually learned models. In continual learning (CL), training samples come in s…

Continual Learning

Autoencoded Image Compression for Secure and Fast Transmission

2024-07-04 · Aryan Kashyap Naveen, Sunil Thunga, Anuhya Murki, Mahati A Kalale 외

With exponential growth in the use of digital image data, the need for efficient transmission methods has become imperative. Traditional image compression techniques often sacrifice image fidelity for reduced file sizes,…

Dimensionality ReductionImage CompressionSSIM

Noise Learning Based Denoising Autoencoder

2021-01-20 · Woong-Hee Lee, Mustafa Ozger, Ursula Challita, Ki Won Sung

This letter introduces a new denoiser that modifies the structure of denoising autoencoder (DAE), namely noise learning based DAE (nlDAE). The proposed nlDAE learns the noise of the input data. Then, the denoising is per…

Denoising

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 w…

Continual LearningStyle Transfer

Knowledge Pull Requests for Continual Document Authoring

2026-09-22 · Alexander Martin, Benjamin Van Durme hf

We introduce Knowledge Pull Requests (KPRs), a framework for continual document authoring that makes each change interpretable. Documents require ongoing revision as new knowledge surfaces from other sources, languages, …

Question Answering