paper-with-me

Papers

Lipschitz constant estimation for 1D convolutional neural networks

2022-11-28 · Patricia Pauli, Dennis Gramlich, Frank Allgöwer

In this work, we propose a dissipativity-based method for Lipschitz constant estimation of 1D convolutional neural networks (CNNs). In particular, we analyze the dissipativity properties of convolutional, pooling, and fully connected layers making use of incremental quadratic constraints for nonlinear activation functions and pooling operations. The Lipschitz constant of the concatenation of these mappings is then estimated by solving a semidefinite program which we derive from dissipativity theory. To make our method as efficient as possible, we exploit the structure of convolutional layers by realizing these finite impulse response filters as causal dynamical systems in state space and carrying out the dissipativity analysis for the state space realizations. The examples we provide show that our Lipschitz bounds are advantageous in terms of accuracy and scalability.

📄 PDF Abstract BibTeX arXiv:2211.15253

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scalable Lipschitz Estimation for CNNs

2024-03-27 · Yusuf Sulehman, Tingting Mu

Estimating the Lipschitz constant of deep neural networks is of growing interest as it is useful for informing on generalisability and adversarial robustness. Convolutional neural networks (CNNs) in particular, underpin …

Adversarial Robustness

Lipschitz constant estimation of Neural Networks via sparse polynomial optimization

2020-04-18 · ICLR 2020 1 · Fabian Latorre, Paul Rolland, Volkan Cevher

We introduce LiPopt, a polynomial optimization framework for computing increasingly tighter upper bounds on the Lipschitz constant of neural networks. The underlying optimization problems boil down to either linear (LP) …

Efficient Bound of Lipschitz Constant for Convolutional Layers by Gram Iteration

2023-05-25 · Blaise Delattre, Quentin Barthélemy, Alexandre Araujo, Alexandre Allauzen

Since the control of the Lipschitz constant has a great impact on the training stability, generalization, and robustness of neural networks, the estimation of this value is nowadays a real scientific challenge. In this p…

MIQCQP reformulation of the ReLU neural networks Lipschitz constant estimation problem

2024-02-02 · Mohammed Sbihi, Sophie Jan, Nicolas Couellan

It is well established that to ensure or certify the robustness of a neural network, its Lipschitz constant plays a prominent role. However, its calculation is NP-hard. In this note, by taking into account activation reg…

Lipschitz constant estimation for general neural network architectures using control tools

2024-05-02 · Patricia Pauli, Dennis Gramlich, Frank Allgöwer

This paper is devoted to the estimation of the Lipschitz constant of general neural network architectures using semidefinite programming. For this purpose, we interpret neural networks as time-varying dynamical systems, …