LGMLMay 29, 2019

Norm-based generalisation bounds for multi-class convolutional neural networks

arXiv:1905.12430v511 citations
Originality Highly original
AI Analysis

This provides improved theoretical guarantees for deep learning practitioners, though it is incremental as it builds on existing Rademacher analysis.

The paper tackles the problem of deriving generalization error bounds for multi-class convolutional neural networks, achieving bounds with no explicit dependence on the number of classes except logarithmic factors and incorporating weight sharing without restrictive assumptions.

We show generalisation error bounds for deep learning with two main improvements over the state of the art. (1) Our bounds have no explicit dependence on the number of classes except for logarithmic factors. This holds even when formulating the bounds in terms of the $L^2$-norm of the weight matrices, where previous bounds exhibit at least a square-root dependence on the number of classes. (2) We adapt the classic Rademacher analysis of DNNs to incorporate weight sharing -- a task of fundamental theoretical importance which was previously attempted only under very restrictive assumptions. In our results, each convolutional filter contributes only once to the bound, regardless of how many times it is applied. Further improvements exploiting pooling and sparse connections are provided. The presented bounds scale as the norms of the parameter matrices, rather than the number of parameters. In particular, contrary to bounds based on parameter counting, they are asymptotically tight (up to log factors) when the weights approach initialisation, making them suitable as a basic ingredient in bounds sensitive to the optimisation procedure. We also show how to adapt the recent technique of loss function augmentation to our situation to replace spectral norms by empirical analogues whilst maintaining the advantages of our approach.

Foundations

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

Your Notes