User Tools

Site Tools


Sidebar

deep_learning:incremental_learning

Incremental Learning

Introduction

Incremental Learning(IL) is also referred to as: Continual Learning(CL), Life Long Learning(LLL), Online Learning(OL), Never Ending Learning(NEL).

Incremental learning aims to develop artificially intelligent systems that can continuously learn to address new tasks from new data while preserving knowledge learned from previously learned tasks.1)

Key Challenge

Catastrophic Forgetting(CF): Learning multiple tasks in sequence, however, remains a substantial challenge for deep learning. When trained on a new task, standard neural networks forget most of the information related to previously learned tasks, a phenomenon referred to as “catastrophic forgetting”2).

Scenarios

There are 3 scenarios on Incremental Learning3), including:

  • Task Incremental Learning
  • Domain Incremental Learning
  • Class Incremental Learning

Resources

Course

Papers

deep_learning/incremental_learning.1628174870.txt.gz · Last modified: 2021/08/05 22:47 by jordan