A Distributed Optimisation Framework Combining Natural Gradient with Hessian-Free for Discriminative Sequence Training
Adnan Haider, Chao Zhang, Florian L. Kreyssig, Philip C., Woodland

TL;DR
This paper introduces a distributed optimization framework combining natural gradient and Hessian-free methods, significantly improving training efficiency and accuracy for neural networks in speech recognition tasks.
Contribution
The novel NGHF framework effectively combines natural gradient and Hessian-free methods with a new CG solution and preconditioning, enabling efficient distributed training with fewer iterations.
Findings
NGHF outperforms SGD and Adam in word error rate reduction
Requires 5-8 CG iterations instead of 200
Achieves larger WER reductions with fewer parameter updates
Abstract
This paper presents a novel natural gradient and Hessian-free (NGHF) optimisation framework for neural network training that can operate efficiently in a distributed manner. It relies on the linear conjugate gradient (CG) algorithm to combine the natural gradient (NG) method with local curvature information from Hessian-free (HF) or other second-order methods. A solution to a numerical issue in CG allows effective parameter updates to be generated with far fewer CG iterations than usually used (e.g. 5-8 instead of 200). This work also presents a novel preconditioning approach to improve the progress made by individual CG iterations for models with shared parameters. Although applicable to other training losses and model structures, NGHF is investigated in this paper for lattice-based discriminative sequence training for hybrid hidden Markov model acoustic models using a standard…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAdam
