paper-with-me

Papers

Essentials for Class Incremental Learning

2021-02-18 · Sudhanshu Mittal, Silvio Galesso, Thomas Brox

Contemporary neural networks are limited in their ability to learn from evolving streams of training data. When trained sequentially on new or evolving tasks, their accuracy drops sharply, making them unsuitable for many real-world applications. In this work, we shed light on the causes of this well-known yet unsolved phenomenon - often referred to as catastrophic forgetting - in a class-incremental setup. We show that a combination of simple components and a loss that balances intra-task and inter-task learning can already resolve forgetting to the same extent as more complex measures proposed in literature. Moreover, we identify poor quality of the learned representation as another reason for catastrophic forgetting in class-IL. We show that performance is correlated with secondary class information (dark knowledge) learned by the model and it can be improved by an appropriate regularizer. With these lessons learned, class-incremental learning results on CIFAR-100 and ImageNet improve over the state-of-the-art by a large margin, while keeping the approach simple.

📄 PDF Abstract BibTeX arXiv:2102.09517

Code (1)

sud0301/essentials_for_CIL 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

Similar Papers 제목 키워드 기반

A Continual Deepfake Detection Benchmark: Dataset, Methods, and Essentials

2022-05-11 · Chuqiao Li, Zhiwu Huang, Danda Pani Paudel, Yabin Wang 외

There have been emerging a number of benchmarks and techniques for the detection of deepfakes. However, very few works study the detection of incrementally appearing deepfakes in the real-world scenarios. To simulate the…

Continual LearningDeepFake DetectionFace SwappingIncremental Learning

Book Reviews: Linguistic Fundamentals for Natural Language Processing: 100 Essentials from Morphology and Syntax by Emily M. Bender

2015-03-01 · CL 2015 3 · Chris Dyer

The Essentials of AI for Life and Society: An AI Literacy Course for the University Community

2025-01-13 · Joydeep Biswas, Don Fussell, Peter Stone, Kristin Patterson 외

We describe the development of a one-credit course to promote AI literacy at The University of Texas at Austin. In response to a call for the rapid deployment of class to serve a broad audience in Fall of 2023, we design…

Pack only the essentials: Adaptive dictionary learning for kernel ridge regression

2026-04-24 · Daniele Calandriello, Alessandro Lazaric, Michal Valko arxiv

One of the major limits of kernel ridge regression (KRR) is that storing and manipulating the kernel matrix K_n for n samples requires O(n^2) space, which rapidly becomes unfeasible for large n. Nystrom approximations re…

Bayesian Neural Networks: Essentials

2021-06-22 · Daniel T. Chang

Bayesian neural networks utilize probabilistic layers that capture uncertainty over weights and activations, and are trained using Bayesian inference. Since these probabilistic layers are designed to be drop-in replaceme…

Bayesian InferenceProbabilistic Deep Learning