paper-with-me

홈 › Papers

Lipschitz Bound Analysis of Neural Networks

2022-07-14 · Sarosij Bose

Lipschitz Bound Estimation is an effective method of regularizing deep neural networks to make them robust against adversarial attacks. This is useful in a variety of applications ranging from reinforcement learning to autonomous systems. In this paper, we highlight the significant gap in obtaining a non-trivial Lipschitz bound certificate for Convolutional Neural Networks (CNNs) and empirically support it with extensive graphical analysis. We also show that unrolling Convolutional layers or Toeplitz matrices can be employed to convert Convolutional Neural Networks (CNNs) to a Fully Connected Network. Further, we propose a simple algorithm to show the existing 20x-50x gap in a particular data distribution between the actual lipschitz constant and the obtained tight bound. We also ran sets of thorough experiments on various network architectures and benchmark them on datasets like MNIST and CIFAR-10. All these proposals are supported by extensive testing, graphs, histograms and comparative analysis.

📄 PDF Abstract BibTeX arXiv:2207.07232

Code (0)

등록된 구현이 없습니다.

Tasks

Rolling Shutter Correction

Similar Papers 제목 키워드 기반

Global Well-posedness and Convergence Analysis of Score-based Generative Models via Sharp Lipschitz Estimates

2024-05-25 · Connor Mooney, Zhongjian Wang, Jack Xin, Yifeng Yu

We establish global well-posedness and convergence of the score-based generative models (SGM) under minimal general assumptions of initial data for score estimation. For the smooth case, we start from a Lipschitz bound o…

valid

On Lipschitz Bounds of General Convolutional Neural Networks

2018-08-04 · Dongmian Zou, Radu Balan, Maneesh Singh

Many convolutional neural networks (CNNs) have a feed-forward structure. In this paper, a linear program that estimates the Lipschitz bound of such CNNs is proposed. Several CNNs, including the scattering networks, the A…

LipBaB: Computing exact Lipschitz constant of ReLU networks

2021-05-12 · Aritra Bhowmick, Meenakshi D'Souza, G. Srinivasa Raghavan

The Lipschitz constant of neural networks plays an important role in several contexts of deep learning ranging from robustness certification and regularization to stability analysis of systems with neural network control…

ReachLipBnB: A branch-and-bound method for reachability analysis of neural autonomous systems using Lipschitz bounds

2022-11-01 · Taha Entesari, Sina Sharifi, Mahyar Fazlyab

We propose a novel Branch-and-Bound method for reachability analysis of neural networks in both open-loop and closed-loop settings. Our idea is to first compute accurate bounds on the Lipschitz constant of the neural net…

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…