TL;DR
This paper introduces a new, computationally efficient method for Lipschitz regularization of convolutional layers in neural networks, leveraging Toeplitz matrix theory to produce tighter bounds and improve training stability and robustness.
Contribution
It presents a novel upper bound for convolutional layer Lipschitz constants using Toeplitz matrices, enabling effective regularization with reduced computational cost.
Findings
The new bound is tighter than existing approximations.
The method improves training stability and robustness.
It enables practical Lipschitz regularization for CNNs.
Abstract
This paper tackles the problem of Lipschitz regularization of Convolutional Neural Networks. Lipschitz regularity is now established as a key property of modern deep learning with implications in training stability, generalization, robustness against adversarial examples, etc. However, computing the exact value of the Lipschitz constant of a neural network is known to be NP-hard. Recent attempts from the literature introduce upper bounds to approximate this constant that are either efficient but loose or accurate but computationally expensive. In this work, by leveraging the theory of Toeplitz matrices, we introduce a new upper bound for convolutional layers that is both tight and easy to compute. Based on this result we devise an algorithm to train Lipschitz regularized Convolutional Neural Networks.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
