paper-with-me

Papers

Memory Replay with Data Compression for Continual Learning

2022-02-14 · ICLR 2022 4 · Liyuan Wang, Xingxing Zhang, Kuo Yang, Longhui Yu, Chongxuan Li, Lanqing Hong, Shifeng Zhang, Zhenguo Li, Yi Zhong, Jun Zhu

Continual learning needs to overcome catastrophic forgetting of the past. Memory replay of representative old training samples has been shown as an effective solution, and achieves the state-of-the-art (SOTA) performance. However, existing work is mainly built on a small memory buffer containing a few original data, which cannot fully characterize the old data distribution. In this work, we propose memory replay with data compression (MRDC) to reduce the storage cost of old training samples and thus increase their amount that can be stored in the memory buffer. Observing that the trade-off between the quality and quantity of compressed data is highly nontrivial for the efficacy of memory replay, we propose a novel method based on determinantal point processes (DPPs) to efficiently determine an appropriate compression quality for currently-arrived training samples. In this way, using a naive data compression algorithm with a properly selected quality can largely boost recent strong baselines by saving more compressed data in a limited storage space. We extensively validate this across several benchmarks of class-incremental learning and in a realistic scenario of object detection for autonomous driving.

📄 PDF Abstract BibTeX arXiv:2202.06592

Code (1)

lywang3081/MRDC 공식 구현 pytorch

Tasks

Autonomous Drivingclass-incremental learningClass Incremental LearningContinual LearningData CompressionIncremental Learningobject-detectionObject DetectionPoint Processes

Similar Papers 제목 키워드 기반

FETCH: A Memory-Efficient Replay Approach for Continual Learning in Image Classification

2024-07-17 · Markus Weißflog, Peter Protzel, Peer Neubert

Class-incremental continual learning is an important area of research, as static deep learning methods fail to adapt to changing tasks and data distributions. In previous works, promising results were achieved using repl…

BenchmarkingContinual Learningimage-classificationImage Classification+1

Latent Replay Detection: Memory-Efficient Continual Object Detection on Microcontrollers via Task-Adaptive Compression

2026-02-24 · Bibin Wilson arxiv

Deploying object detection on microcontrollers (MCUs) enables intelligent edge devices but current models cannot learn new object categories after deployment. Existing continual learning methods require storing raw image…

Continual LearningObject Detection

Replay4NCL: An Efficient Memory Replay-based Methodology for Neuromorphic Continual Learning in Embedded AI Systems

2025-03-21 · Mishal Fatima Minhas, Rachmad Vidya Wicaksana Putra, Falah Awwad, Osman Hasan 외

Neuromorphic Continual Learning (NCL) paradigm leverages Spiking Neural Networks (SNNs) to enable continual learning (CL) capabilities for AI systems to adapt to dynamically changing environments. Currently, the state-of…

Continual Learning

AHC: Meta-Learned Adaptive Compression for Continual Object Detection on Memory-Constrained Microcontrollers

2026-02-24 · Bibin Wilson arxiv

Deploying continual object detection on microcontrollers (MCUs) with under 100KB memory requires efficient feature compression that can adapt to evolving task distributions. Existing approaches rely on fixed compression …

Object Detection

ACAE-REMIND for Online Continual Learning with Compressed Feature Replay

2021-05-18 · Kai Wang, Luis Herranz, Joost Van de Weijer

Online continual learning aims to learn from a non-IID stream of data from a number of different tasks, where the learner is only allowed to consider data once. Methods are typically allowed to use a limited buffer to st…

Continual Learning