LGSYOCMLJan 3, 2022

Neural network training under semidefinite constraints

arXiv:2201.00632v319 citations
AI Analysis

This work addresses the need for stable and robust neural network training, particularly in generative adversarial networks, though it appears incremental as it builds on existing constraint methods with efficiency improvements.

The paper tackles the problem of training neural networks with robustness and stability guarantees by enforcing semidefinite constraints, specifically for Lipschitz bounds, and demonstrates its superiority in numerical examples, including applications to Wasserstein GANs.

This paper is concerned with the training of neural networks (NNs) under semidefinite constraints, which allows for NN training with robustness and stability guarantees. In particular, we focus on Lipschitz bounds for NNs. Exploiting the banded structure of the underlying matrix constraint, we set up an efficient and scalable training scheme for NN training problems of this kind based on interior point methods. Our implementation allows to enforce Lipschitz constraints in the training of large-scale deep NNs such as Wasserstein generative adversarial networks (WGANs) via semidefinite constraints. In numerical examples, we show the superiority of our method and its applicability to WGAN training.

Code Implementations1 repo
Foundations

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

Your Notes