LGMLNov 5, 2018

Sample Compression, Support Vectors, and Generalization in Deep Learning

arXiv:1811.02067v43 citations
Originality Incremental advance
AI Analysis

This provides theoretical insights into generalization in deep learning, addressing a fundamental problem for researchers, but it is incremental as it builds on existing compression and margin theories.

The paper tackles the challenge of explaining how deep neural networks generalize by reparameterizing them as linear functions of a feature map, linking them to sample compression theory. It shows that the number of support vectors s relates to sample complexity, with bounds of O(ns/epsilon) for networks with n neurons, and finds s increases with width and noise but decreases with depth.

Even though Deep Neural Networks (DNNs) are widely celebrated for their practical performance, they possess many intriguing properties related to depth that are difficult to explain both theoretically and intuitively. Understanding how weights in deep networks coordinate together across layers to form useful learners has proven challenging, in part because the repeated composition of nonlinearities has proved intractable. This paper presents a reparameterization of DNNs as a linear function of a feature map that is locally independent of the weights. This feature map transforms depth-dependencies into simple tensor products and maps each input to a discrete subset of the feature space. Then, using a max-margin assumption, the paper develops a sample compression representation of the neural network in terms of the discrete activation state of neurons induced by s ``support vectors". The paper shows that the number of support vectors s relates with learning guarantees for neural networks through sample compression bounds, yielding a sample complexity of O(ns/epsilon) for networks with n neurons. Finally, the number of support vectors s is found to monotonically increase with width and label noise but decrease with depth.

Foundations

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

Your Notes