paper-with-me

홈 › Papers

The impact of model size on catastrophic forgetting in Online Continual Learning

2024-06-28 · Eunhae Lee

This study investigates the impact of model size on Online Continual Learning performance, with a focus on catastrophic forgetting. Employing ResNet architectures of varying sizes, the research examines how network depth and width affect model performance in class-incremental learning using the SplitCIFAR-10 dataset. Key findings reveal that larger models do not guarantee better Continual Learning performance; in fact, they often struggle more in adapting to new tasks, particularly in online settings. These results challenge the notion that larger models inherently mitigate catastrophic forgetting, highlighting the nuanced relationship between model size and Continual Learning efficacy. This study contributes to a deeper understanding of model scalability and its practical implications in Continual Learning scenarios.

📄 PDF Abstract BibTeX arXiv:2407.00176

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Focus 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Kaiming Initialization 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Online Distillation with Continual Learning for Cyclic Domain Shifts

2023-04-03 · Joachim Houyon, Anthony Cioppa, Yasir Ghunaim, Motasem Alfarra 외

In recent years, online distillation has emerged as a powerful technique for adapting real-time deep neural networks on the fly using a slow, but accurate teacher model. However, a major challenge in online distillation …

Autonomous DrivingContinual Learning

Online Coreset Selection for Rehearsal-based Continual Learning

2021-06-02 · ICLR 2022 4 · Jaehong Yoon, Divyam Madaan, Eunho Yang, Sung Ju Hwang

A dataset is a shred of crucial evidence to describe a task. However, each data point in the dataset does not have the same potential, as some of the data points can be more representative or informative than others. Thi…

Continual Learning

Disentanglement of Color and Shape Representations for Continual Learning

2020-07-13 · David Berga, Marc Masana, Joost Van de Weijer

We hypothesize that disentangled feature representations suffer less from catastrophic forgetting. As a case study we perform explicit disentanglement of color and shape, by adjusting the network architecture. We tested …

Continual LearningDisentanglement

Wide Neural Networks Forget Less Catastrophically

2021-10-21 · Seyed Iman Mirzadeh, Arslan Chaudhry, Dong Yin, Huiyi Hu 외

A primary focus area in continual learning research is alleviating the "catastrophic forgetting" problem in neural networks by designing new algorithms that are more robust to the distribution shifts. While the recent pr…

Continual Learning

Continual Learning with Adaptive Weights (CLAW)

2019-11-21 · ICLR 2020 1 · Tameem Adel, Han Zhao, Richard E. Turner

Approaches to continual learning aim to successfully learn a set of related tasks that arrive in an online manner. Recently, several frameworks have been developed which enable deep learning to be deployed in this learni…

Continual LearningTransfer LearningVariational Inference