MLLGJun 16, 2020

Flatness is a False Friend

arXiv:2006.09091v120 citations
Originality Incremental advance
AI Analysis

This work questions a fundamental assumption in machine learning theory about generalization, potentially impacting researchers and practitioners who rely on flatness measures for model analysis.

The paper challenges the link between Hessian-based flatness measures and generalization, showing that low-loss solutions with large weights can have small Hessian measures, and that L2 regularization leads to sharper but better-generalizing solutions, with experiments on networks like VGG-16 achieving 30x sharper solutions with superior generalization.

Hessian based measures of flatness, such as the trace, Frobenius and spectral norms, have been argued, used and shown to relate to generalisation. In this paper we demonstrate that for feed forward neural networks under the cross entropy loss, we would expect low loss solutions with large weights to have small Hessian based measures of flatness. This implies that solutions obtained using $L2$ regularisation should in principle be sharper than those without, despite generalising better. We show this to be true for logistic regression, multi-layer perceptrons, simple convolutional, pre-activated and wide residual networks on the MNIST and CIFAR-$100$ datasets. Furthermore, we show that for adaptive optimisation algorithms using iterate averaging, on the VGG-$16$ network and CIFAR-$100$ dataset, achieve superior generalisation to SGD but are $30 \times$ sharper. This theoretical finding, along with experimental results, raises serious questions about the validity of Hessian based sharpness measures in the discussion of generalisation. We further show that the Hessian rank can be bounded by the a constant times number of neurons multiplied by the number of classes, which in practice is often a small fraction of the network parameters. This explains the curious observation that many Hessian eigenvalues are either zero or very near zero which has been reported in the literature.

Foundations

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

Your Notes