ONG: Orthogonal Natural Gradient Descent
Yajat Yadav, Patrick Mendoza, Jathin Korrapati
TL;DR
ONG tackles catastrophic forgetting in continual learning by fusing natural gradient updates with orthogonal gradient projections. It preconditions task gradients with an EKFAC-approximated inverse Fisher information and preserves previously learned directions via an orthogonal subspace, offering descent guarantees under the Fisher metric. However, empirical results on Permuted and Rotated MNIST reveal that naively combining Fisher preconditioning with Euclidean projections can degrade performance, indicating a geometry clash between the Fisher metric and standard projections. The work outlines promising future directions, including geometry-consistent projections (e.g., parallel transport) and more rigorous theoretical grounding, to enable robust, scalable continual learning.
Abstract
Orthogonal Gradient Descent (OGD) has emerged as a powerful method for continual learning. However, its Euclidean projections do not leverage the underlying information-geometric structure of the problem, which can lead to suboptimal convergence in learning tasks. To address this, we propose incorporating the natural gradient into OGD and present \textbf{ONG (Orthogonal Natural Gradient Descent)}. ONG preconditions each new task-specific gradient with an efficient EKFAC approximation of the inverse Fisher information matrix, yielding updates that follow the steepest descent direction under a Riemannian metric. To preserve performance on previously learned tasks, ONG projects these natural gradients onto the orthogonal complement of prior tasks' natural gradients. We provide an initial theoretical justification for this procedure, introduce the Orthogonal Natural Gradient Descent (ONG) algorithm, and present preliminary results on the Permuted and Rotated MNIST benchmarks. Our preliminary results, however, indicate that a naive combination of natural gradients and orthogonal projections has potential issues. This finding has motivated continued future work focused on robustly reconciling these geometric perspectives to develop a continual learning method, establishing a more rigorous theoretical foundation with formal convergence guarantees, and extending empirical validation to large-scale continual learning benchmarks.
