Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Layerwise Optimization by Gradient Decomposition for Continual Learning

About

Deep neural networks achieve state-of-the-art and sometimes super-human performance across various domains. However, when learning tasks sequentially, the networks easily forget the knowledge of previous tasks, known as "catastrophic forgetting". To achieve the consistencies between the old tasks and the new task, one effective solution is to modify the gradient for update. Previous methods enforce independent gradient constraints for different tasks, while we consider these gradients contain complex information, and propose to leverage inter-task information by gradient decomposition. In particular, the gradient of an old task is decomposed into a part shared by all old tasks and a part specific to that task. The gradient for update should be close to the gradient of the new task, consistent with the gradients shared by all old tasks, and orthogonal to the space spanned by the gradients specific to the old tasks. In this way, our approach encourages common knowledge consolidation without impairing the task-specific knowledge. Furthermore, the optimization is performed for the gradients of each layer separately rather than the concatenation of all gradients as in previous works. This effectively avoids the influence of the magnitude variation of the gradients in different layers. Extensive experiments validate the effectiveness of both gradient-decomposed optimization and layer-wise updates. Our proposed method achieves state-of-the-art results on various benchmarks of continual learning.

Shixiang Tang, Dapeng Chen, Jinguo Zhu, Shijie Yu, Wanli Ouyang• 2021

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 Split
Accuracy65.3
61
Continual LearningPermuted MNIST
Mean Test Accuracy84.3
44
Continual LearningTinyImageNet 25-split
ACC39.5
29
Class-incremental learningSplit CIFAR-10
Accuracy81.6
26
Online Task-incremental LearningSplit CIFAR100
Accuracy71
18
Showing 5 of 5 rows

Other info

Follow for update