Large-Scale Distributed Second-Order Optimization Using Kronecker-Factored Approximate Curvature for Deep Convolutional Neural Networks
Kazuki Osawa, Yohei Tsuji, Yuichiro Ueno, Akira Naruse, Rio Yokota,, and Satoshi Matsuoka

TL;DR
This paper introduces a second-order optimization method using Kronecker-Factored Approximate Curvature for distributed training of deep CNNs, enabling faster convergence and better generalization with very large mini-batches.
Contribution
It presents a novel second-order optimization approach that scales efficiently for large mini-batches in distributed deep learning, outperforming traditional first-order methods.
Findings
Achieved 75% Top-1 accuracy on ImageNet with mini-batch size of 131,072 in 978 iterations.
Converged faster than first-order methods for large mini-batches.
Maintained comparable generalization performance to first-order methods.
Abstract
Large-scale distributed training of deep neural networks suffer from the generalization gap caused by the increase in the effective mini-batch size. Previous approaches try to solve this problem by varying the learning rate and batch size over epochs and layers, or some ad hoc modification of the batch normalization. We propose an alternative approach using a second-order optimization method that shows similar generalization capability to first-order methods, but converges faster and can handle larger mini-batches. To test our method on a benchmark where highly optimized first-order methods are available as references, we train ResNet-50 on ImageNet. We converged to 75% Top-1 validation accuracy in 35 epochs for mini-batch sizes under 16,384, and achieved 75% even with a mini-batch size of 131,072, which took only 978 iterations.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Machine Learning and ELM
