Continual Learning with Extended Kronecker-Factored Approximate Curvature

Abstract

We propose a quadratic penalty method for continual learning of neural networks that contain batch normalization (BN) layers. The Hessian of a loss function represents the curvature of the quadratic penalty function, and a Kronecker-factored approximate curvature (K-FAC) is used widely to practically compute the Hessian of a neural network. However, the approximation is not valid if there is dependence between examples, typically caused by BN layers in deep network architectures. We extend the K-FAC method so that the inter-example relations are taken into account and the Hessian of deep neural networks can be properly approximated under practical assumptions. We also propose a method of weight merging and reparameterization to properly handle statistical parameters of BN, which plays a critical role for continual learning with BN, and a method that selects hyperparameters without source task data. Our method shows better performance than baselines in the permuted MNIST task with BN layers and in sequential learning from the ImageNet classification task to fine-grained classification tasks with ResNet-50, without any explicit or implicit use of source task data for hyperparameter selection.

Cite

Text

Lee et al. "Continual Learning with Extended Kronecker-Factored Approximate Curvature." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00902

Markdown

[Lee et al. "Continual Learning with Extended Kronecker-Factored Approximate Curvature." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/lee2020cvpr-continual/) doi:10.1109/CVPR42600.2020.00902

BibTeX

@inproceedings{lee2020cvpr-continual,
  title     = {{Continual Learning with Extended Kronecker-Factored Approximate Curvature}},
  author    = {Lee, Janghyeon and Hong, Hyeong Gwon and Joo, Donggyu and Kim, Junmo},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2020},
  doi       = {10.1109/CVPR42600.2020.00902},
  url       = {https://mlanthology.org/cvpr/2020/lee2020cvpr-continual/}
}