paper-with-me

Papers

Efficient and Accurate Estimation of Lipschitz Constants for Deep Neural Networks

2019-06-12 · NeurIPS 2019 12 · Mahyar Fazlyab, Alexander Robey, Hamed Hassani, Manfred Morari, George J. Pappas

Tight estimation of the Lipschitz constant for deep neural networks (DNNs) is useful in many applications ranging from robustness certification of classifiers to stability analysis of closed-loop systems with reinforcement learning controllers. Existing methods in the literature for estimating the Lipschitz constant suffer from either lack of accuracy or poor scalability. In this paper, we present a convex optimization framework to compute guaranteed upper bounds on the Lipschitz constant of DNNs both accurately and efficiently. Our main idea is to interpret activation functions as gradients of convex potential functions. Hence, they satisfy certain properties that can be described by quadratic constraints. This particular description allows us to pose the Lipschitz constant estimation problem as a semidefinite program (SDP). The resulting SDP can be adapted to increase either the estimation accuracy (by capturing the interaction between activation functions of different layers) or scalability (by decomposition and parallel implementation). We illustrate the utility of our approach with a variety of experiments on randomly generated networks and on classifiers trained on the MNIST and Iris datasets. In particular, we experimentally demonstrate that our Lipschitz bounds are the most accurate compared to those in the literature. We also study the impact of adversarial training methods on the Lipschitz bounds of the resulting classifiers and show that our bounds can be used to efficiently provide robustness guarantees.

📄 PDF Abstract BibTeX arXiv:1906.04893

Code (1)

arobey1/LipSDP pytorch

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Efficient and Accurate Estimation of Lipschitz Constants for Hybrid Quantum-Classical Decision Models

2025-03-11 · Sajjad Hashemian, Mohammad Saeed Arvenaghi

In this paper, we propose a novel framework for efficiently and accurately estimating Lipschitz constants in hybrid quantum-classical decision models. Our approach integrates classical neural network with quantum variati…

Computational EfficiencyFairnessLearning Theory

Chordal Sparsity for Lipschitz Constant Estimation of Deep Neural Networks

2022-04-02 · Anton Xue, Lars Lindemann, Alexander Robey, Hamed Hassani 외

Lipschitz constants of neural networks allow for guarantees of robustness in image classification, safety in controller design, and generalizability beyond the training data. As calculating Lipschitz constants is NP-hard…

image-classificationImage ClassificationNavigate

Efficiently Computing Local Lipschitz Constants of Neural Networks via Bound Propagation

2022-10-13 · Zhouxing Shi, Yihan Wang, huan zhang, Zico Kolter 외

Lipschitz constants are connected to many properties of neural networks, such as robustness, fairness, and generalization. Existing methods for computing Lipschitz constants either produce relatively loose upper bounds o…

Fairness

Local Lipschitz Bounds of Deep Neural Networks

2020-04-27 · Calypso Herrera, Florian Krach, Josef Teichmann

The Lipschitz constant is an important quantity that arises in analysing the convergence of gradient-based optimization methods. It is generally unclear how to estimate the Lipschitz constant of a complex model. Thus, th…

Lipschitz Continuity of Mahalanobis Distances and Bilinear Forms

2016-04-04 · Valentina Zantedeschi, Rémi Emonet, Marc Sebban

Many theoretical results in the machine learning domain stand only for functions that are Lipschitz continuous. Lipschitz continuity is a strong form of continuity that linearly bounds the variations of a function. In th…

BIG-bench Machine Learning