paper-with-me

Papers

Do Your Best and Get Enough Rest for Continual Learning

2025-03-24 · CVPR 2025 1 · Hankyul Kang, Gregor Seifer, DongHyun Lee, Jongbin Ryu

According to the forgetting curve theory, we can enhance memory retention by learning extensive data and taking adequate rest. This means that in order to effectively retain new knowledge, it is essential to learn it thoroughly and ensure sufficient rest so that our brain can memorize without forgetting. The main takeaway from this theory is that learning extensive data at once necessitates sufficient rest before learning the same data again. This aspect of human long-term memory retention can be effectively utilized to address the continual learning of neural networks. Retaining new knowledge for a long period of time without catastrophic forgetting is the critical problem of continual learning. Therefore, based on Ebbinghaus' theory, we introduce the view-batch model that adjusts the learning schedules to optimize the recall interval between retraining the same samples. The proposed view-batch model allows the network to get enough rest to learn extensive knowledge from the same samples with a recall interval of sufficient length. To this end, we specifically present two approaches: 1) a replay method that guarantees the optimal recall interval, and 2) a self-supervised learning that acquires extensive knowledge from a single training sample at a time. We empirically show that these approaches of our method are aligned with the forgetting curve theory, which can enhance long-term memory. In our experiments, we also demonstrate that our method significantly improves many state-of-the-art continual learning methods in various protocols and scenarios. We open-source this project at https://github.com/hankyul2/ViewBatchModel.

📄 PDF Abstract BibTeX arXiv:2503.18371

Code (1)

hankyul2/viewbatchmodel 공식 구현 pytorch

Tasks

Continual LearningIncremental LearningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

How to Train your DNN: The Network Operator Edition

2020-04-21 · Michael Alan Chang, Domenic Bottini, Lisa Jian, Pranay Kumar 외

Deep Neural Nets have hit quite a crest, But physical networks are where they must rest, And here we put them all to the test, To see which network optimization is best.

Continual Learning Approaches for Anomaly Detection

2022-12-21 · Davide Dalle Pezze, Eugenia Anello, Chiara Masiero, Gian Antonio Susto

Anomaly Detection is a relevant problem that arises in numerous real-world applications, especially when dealing with images. However, there has been little research for this task in the Continual Learning setting. In th…

Anomaly DetectionContinual LearningImage ReconstructionSuper-Resolution

A Simple Baseline that Questions the Use of Pretrained-Models in Continual Learning

2022-10-10 · Paul Janson, Wenxuan Zhang, Rahaf Aljundi, Mohamed Elhoseiny

With the success of pretraining techniques in representation learning, a number of continual learning methods based on pretrained models have been proposed. Some of these methods design continual learning mechanisms on t…

Continual LearningExemplar-FreeRepresentation Learning

Watch Your Step: Optimal Retrieval for Continual Learning at Scale

2024-04-16 · Truman Hickok, Dhireesha Kudithipudi

In continual learning, a model learns incrementally over time while minimizing interference between old and new tasks. One of the most widely used approaches in continual learning is referred to as replay. Replay methods…

Continual Learningobject-detectionObject DetectionOpen-vocabulary object detection+2

You Are Your Own Best Teacher: Achieving Centralized-level Performance in Federated Learning under Heterogeneous and Long-tailed Data

2025-03-10 · Shanshan Yan, Zexi Li, Chao Wu, Meng Pang 외

Data heterogeneity, stemming from local non-IID data and global long-tailed distributions, is a major challenge in federated learning (FL), leading to significant performance gaps compared to centralized learning. Previo…

Federated LearningRepresentation Learning