Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Orthogonal Gradient Descent for Continual Learning

About

Neural networks are achieving state of the art and sometimes super-human performance on learning tasks across a variety of domains. Whenever these problems require learning in a continual or sequential manner, however, neural networks suffer from the problem of catastrophic forgetting; they forget how to solve previous tasks after being trained on a new task, despite having the essential capacity to solve both tasks if they were trained on both simultaneously. In this paper, we propose to address this issue from a parameter space perspective and study an approach to restrict the direction of the gradient updates to avoid forgetting previously-learned data. We present the Orthogonal Gradient Descent (OGD) method, which accomplishes this goal by projecting the gradients from new tasks onto a subspace in which the neural network output on previous task does not change and the projected gradient is still in a useful direction for learning the new task. Our approach utilizes the high capacity of a neural network more efficiently and does not require storing the previously learned data that might raise privacy concerns. Experiments on common benchmarks reveal the effectiveness of the proposed OGD method.

Mehrdad Farajtabar, Navid Azizan, Alex Mott, Ang Li• 2019

Related benchmarks

TaskDatasetResultRank
Continual LearningPermuted MNIST
Mean Test Accuracy86.44
44
RegressionVascular flow
Metric A98.81
40
Image ClassificationMNIST Split--
24
Continual LearningSplit MNIST
Mean Test Accuracy98.84
19
Object DetectionSpaceDet Domain 2
Precision83.48
14
Object DetectionSpaceDet Total Metric
Precision62.65
14
Object DetectionSpaceDet Domain 1
Precision41.81
14
Continual LearningRotated-MNIST
Accuracy88.32
13
Image ClassificationCIFAR-10 Split--
12
Continual LearningSequential TAWSS Simulation Stage D
FA34.58
10
Showing 10 of 17 rows

Other info

Follow for update