2022

Efficient Approximations of the Fisher Matrix in Neural Networks using Kronecker Product Singular Value Decomposition

Koroko, Abdoulaye, Anciaux-Sedrakian, Ani, Gharbia, Ibtihel Ben et al.

Understand

Several studies have shown the ability of natural gradient descent to minimize the objective function more efficiently than ordinary gradient descent based methods.

  • However, the bottleneck of this approach for training deep neural networks lies in the prohibitive cost of solving a large dense linear system corresponding to the Fisher Information Matrix (FIM) at each iteration.
  • This has motivated various approximations of either the exact FIM or the empirical one.
  • The most sophisticated of these is KFAC, which involves a Kronecker-factored block diagonal approximation of the FIM.

Reading the bibliography…