LGITMLJun 26, 2019

Chaining Meets Chain Rule: Multilevel Entropic Regularization and Training of Neural Nets

arXiv:1906.11148v112 citations
Originality Incremental advance
AI Analysis

This work addresses the need for theoretically grounded training methods in machine learning, but it appears incremental as it builds on existing chaining and regularization techniques.

The authors tackled the problem of deriving generalization and excess risk bounds for neural networks by introducing multilevel entropic regularization, leading to a new training procedure with performance guarantees. They demonstrated this with an experiment on a two-layer neural net on MNIST, though no concrete performance numbers were provided.

We derive generalization and excess risk bounds for neural nets using a family of complexity measures based on a multilevel relative entropy. The bounds are obtained by introducing the notion of generated hierarchical coverings of neural nets and by using the technique of chaining mutual information introduced in Asadi et al. NeurIPS'18. The resulting bounds are algorithm-dependent and exploit the multilevel structure of neural nets. This, in turn, leads to an empirical risk minimization problem with a multilevel entropic regularization. The minimization problem is resolved by introducing a multi-scale generalization of the celebrated Gibbs posterior distribution, proving that the derived distribution achieves the unique minimum. This leads to a new training procedure for neural nets with performance guarantees, which exploits the chain rule of relative entropy rather than the chain rule of derivatives (as in backpropagation). To obtain an efficient implementation of the latter, we further develop a multilevel Metropolis algorithm simulating the multi-scale Gibbs distribution, with an experiment for a two-layer neural net on the MNIST data set.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes