paper-with-me

Papers

SIESTA: Efficient Online Continual Learning with Sleep

2023-03-19 · Md Yousuf Harun, Jhair Gallardo, Tyler L. Hayes, Ronald Kemker, Christopher Kanan

In supervised continual learning, a deep neural network (DNN) is updated with an ever-growing data stream. Unlike the offline setting where data is shuffled, we cannot make any distributional assumptions about the data stream. Ideally, only one pass through the dataset is needed for computational efficiency. However, existing methods are inadequate and make many assumptions that cannot be made for real-world applications, while simultaneously failing to improve computational efficiency. In this paper, we propose a novel continual learning method, SIESTA based on wake/sleep framework for training, which is well aligned to the needs of on-device learning. The major goal of SIESTA is to advance compute efficient continual learning so that DNNs can be updated efficiently using far less time and energy. The principal innovations of SIESTA are: 1) rapid online updates using a rehearsal-free, backpropagation-free, and data-driven network update rule during its wake phase, and 2) expedited memory consolidation using a compute-restricted rehearsal policy during its sleep phase. For memory efficiency, SIESTA adapts latent rehearsal using memory indexing from REMIND. Compared to REMIND and prior arts, SIESTA is far more computationally efficient, enabling continual learning on ImageNet-1K in under 2 hours on a single GPU; moreover, in the augmentation-free setting it matches the performance of the offline learner, a milestone critical to driving adoption of continual learning in real-world applications.

📄 PDF Abstract BibTeX arXiv:2303.10725

Code (1)

yousuf907/SIESTA 공식 구현 pytorch

Tasks

Computational EfficiencyContinual LearningGPU

Similar Papers 제목 키워드 기반

Actigraphy-based Sleep/Wake Pattern Detection using Convolutional Neural Networks

2018-02-22 · Lena Granovsky, Gabi Shalev, Nancy Yacovzada, Yotam Frank 외

Common medical conditions are often associated with sleep abnormalities. Patients with medical disorders often suffer from poor sleep quality compared to healthy individuals, which in turn may worsen the symptoms of the …

ManagementMulti-Task LearningSleep Qualityslot-filling+1

Continual learning benefits from multiple sleep mechanisms: NREM, REM, and Synaptic Downscaling

2022-09-09 · Brian S. Robinson, Clare W. Lau, Alexander New, Shane M. Nichols 외

Learning new tasks and skills in succession without losing prior learning (i.e., catastrophic forgetting) is a computational challenge for both artificial and biological neural networks, yet artificial systems struggle t…

Continual Learningimage-classificationImage Classification

Wake-Sleep Consolidated Learning

2023-12-06 · Amelia Sorrenti, Giovanni Bellitto, Federica Proietto Salanitri, Matteo Pennisi 외

We propose Wake-Sleep Consolidated Learning (WSCL), a learning strategy leveraging Complementary Learning System theory and the wake-sleep phases of the human brain to improve the performance of deep neural networks for …

Continual LearningHippocampus

A Study on Efficiency in Continual Learning Inspired by Human Learning

2020-10-28 · Philip J. Ball, Yingzhen Li, Angus Lamb, Cheng Zhang

Humans are efficient continual learning systems; we continually learn new skills from birth with finite cells and resources. Our learning is highly optimized both in terms of capacity and time while not suffering from ca…

Continual Learning

Unsupervised Replay Strategies for Continual Learning with Limited Data

2024-10-21 · Anthony Bazhenov, Pahan Dewasurendra, Giri P. Krishnan, Jean Erik Delanois

Artificial neural networks (ANNs) show limited performance with scarce or imbalanced training data and face challenges with continuous learning, such as forgetting previously learned data after new tasks training. In con…

Continual Learning