| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
deep_learning:incremental_learning [2021/07/27 23:28] jordan [Papers] |
deep_learning:incremental_learning [2023/03/08 16:04] (current) xujianglong ↷ Page moved from 内部资料:deep_learning:incremental_learning to deep_learning:incremental_learning |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| Incremental Learning(IL) is also referred to as: Continual Learning(CL), | Incremental Learning(IL) is also referred to as: Continual Learning(CL), | ||
| - | 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. | + | 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.(([[https:// |
| + | ===== Key Challenge ===== | ||
| + | |||
| + | Catastrophic Forgetting(CF): | ||
| + | |||
| + | ===== Scenarios ===== | ||
| + | |||
| + | There are 3 scenarios on Incremental Learning(([[https:// | ||
| + | |||
| + | * Task Incremental Learning | ||
| + | * Domain Incremental Learning | ||
| + | * Class Incremental Learning | ||
| + | |||
| + | ===== Methods ===== | ||
| + | |||
| + | All methods of incremental learning can be concluded into 4 categories(([[https:// | ||
| + | |||
| + | * Task specific components(sub-network per task): **XDG**(Context-dependent Gating) | ||
| + | * regularized optimization(differently regularizing parameters): | ||
| + | * Modifying Training Data(pseudo-data, | ||
| + | * Using Exemplars(store data from previous tasks): **[[deep_learning: | ||
| ===== Resources ===== | ===== Resources ===== | ||
| Line 19: | Line 39: | ||
| [[https:// | [[https:// | ||
| - | [[Incremental Learning Papers]] | + | [[.incremental_learning: |