Embedding Principle in Depth for the Loss Landscape Analysis of Deep Neural Networks
Zhiwei Bai, Tao Luo, Zhi-Qin John Xu, Yaoyu Zhang
TL;DR
This work addresses how depth shapes neural network loss landscapes by proving an embedding principle in depth. It introduces a critical lifting operator that maps a shallow network's critical points to lifted critical manifolds in a deeper network while preserving outputs on the training set. Key contributions include the depth embedding theorem, preservation of network outputs and Hessian inertia, data-dependent reduction of lifted manifolds with more data, BN-based avoidance of liftings, and a practical layer-pruning technique. The findings illuminate a depth-wise hierarchical structure of loss landscapes and provide practical guidance for training, regularization, and compression of deep models.
Abstract
Understanding the relation between deep and shallow neural networks is extremely important for the theoretical study of deep learning. In this work, we discover an embedding principle in depth that loss landscape of an NN "contains" all critical points of the loss landscapes for shallower NNs. The key tool for our discovery is the critical lifting operator proposed in this work that maps any critical point of a network to critical manifolds of any deeper network while preserving the outputs. This principle provides new insights to many widely observed behaviors of DNNs. Regarding the easy training of deep networks, we show that local minimum of an NN can be lifted to strict saddle points of a deeper NN. Regarding the acceleration effect of batch normalization, we demonstrate that batch normalization helps avoid the critical manifolds lifted from shallower NNs by suppressing layer linearization. We also prove that increasing training data shrinks the lifted critical manifolds, which can result in acceleration of training as demonstrated in experiments. Overall, our discovery of the embedding principle in depth uncovers the depth-wise hierarchical structure of deep learning loss landscape, which serves as a solid foundation for the further study about the role of depth for DNNs.
