LGDIS-NNMLMay 26, 2020

Is deeper better? It depends on locality of relevant features

arXiv:2005.12488v25 citations
AI Analysis

This work addresses the understudied role of depth in overparameterized networks, providing insights into feature locality for researchers in deep learning theory.

The study investigated how network depth affects generalization in overparameterized neural networks, finding that deeper networks perform better for local classification rules while shallower ones excel for global rules, with experiments showing the neural tangent kernel fails to capture this depth dependence.

It has been recognized that a heavily overparameterized artificial neural network exhibits surprisingly good generalization performance in various machine-learning tasks. Recent theoretical studies have made attempts to unveil the mystery of the overparameterization. In most of those previous works, the overparameterization is achieved by increasing the width of the network, while the effect of increasing the depth has remained less well understood. In this work, we investigate the effect of increasing the depth within an overparameterized regime. To gain an insight into the advantage of depth, we introduce local and global labels as abstract but simple classification rules. It turns out that the locality of the relevant feature for a given classification rule plays a key role; our experimental results suggest that deeper is better for local labels, whereas shallower is better for global labels. We also compare the results of finite networks with those of the neural tangent kernel (NTK), which is equivalent to an infinitely wide network with a proper initialization and an infinitesimal learning rate. It is shown that the NTK does not correctly capture the depth dependence of the generalization performance, which indicates the importance of the feature learning rather than the lazy learning.

Foundations

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

Your Notes