paper-with-me

Papers

Towards Certifying L-infinity Robustness using Neural Networks with L-inf-dist Neurons

2021-02-10 · Bohang Zhang, Tianle Cai, Zhou Lu, Di He, LiWei Wang

It is well-known that standard neural networks, even with a high classification accuracy, are vulnerable to small $\ell_\infty$-norm bounded adversarial perturbations. Although many attempts have been made, most previous works either can only provide empirical verification of the defense to a particular attack method, or can only develop a certified guarantee of the model robustness in limited scenarios. In this paper, we seek for a new approach to develop a theoretically principled neural network that inherently resists $\ell_\infty$ perturbations. In particular, we design a novel neuron that uses $\ell_\infty$-distance as its basic operation (which we call $\ell_\infty$-dist neuron), and show that any neural network constructed with $\ell_\infty$-dist neurons (called $\ell_{\infty}$-dist net) is naturally a 1-Lipschitz function with respect to $\ell_\infty$-norm. This directly provides a rigorous guarantee of the certified robustness based on the margin of prediction outputs. We then prove that such networks have enough expressive power to approximate any 1-Lipschitz function with robust generalization guarantee. We further provide a holistic training strategy that can greatly alleviate optimization difficulties. Experimental results show that using $\ell_{\infty}$-dist nets as basic building blocks, we consistently achieve state-of-the-art performance on commonly used datasets: 93.09% certified accuracy on MNIST ($\epsilon=0.3$), 35.42% on CIFAR-10 ($\epsilon=8/255$) and 16.31% on TinyImageNet ($\epsilon=1/255$).

📄 PDF Abstract BibTeX arXiv:2102.05363

Code (2)

zbh2047/L_inf-dist-net 공식 구현 pytorch
zbh2047/L_inf-dist-net-v2 pytorch

Similar Papers 제목 키워드 기반

Certifying Neural Network Robustness to Random Input Noise from Samples

2020-10-15 · Brendon G. Anderson, Somayeh Sojoudi

Methods to certify the robustness of neural networks in the presence of input uncertainty are vital in safety-critical settings. Most certification methods in the literature are designed for adversarial input uncertainty…

Certifying Out-of-Domain Generalization for Blackbox Functions

2022-02-03 · Maurice Weber, Linyi Li, Boxin Wang, Zhikuan Zhao 외

Certifying the robustness of model performance under bounded data distribution drifts has recently attracted intensive interest under the umbrella of distributional robustness. However, existing techniques either make st…

Domain Generalization

On the rate of convergence of fully connected very deep neural network regression estimates

2019-08-29 · Michael Kohler, Sophie Langer

Recent results in nonparametric regression show that deep learning, i.e., neural network estimates with many hidden layers, are able to circumvent the so-called curse of dimensionality in case that suitable restrictions …

regression

Convergence of the generalization error for deep gradient flow methods for PDEs

2025-12-31 · Chenguang Liu, Antonis Papapantoleon, Jasper Rou arxiv

The aim of this article is to provide a firm mathematical foundation for the application of deep gradient flow methods (DGFMs) for the solution of (high-dimensional) partial differential equations (PDEs). We decompose th…

Statistical Neurodynamics of Deep Networks: Geometry of Signal Spaces

2018-08-22 · Shun-ichi Amari, Ryo Karakida, Masafumi Oizumi

Statistical neurodynamics studies macroscopic behaviors of randomly connected neural networks. We consider a deep layered feedforward network where input signals are processed layer by layer. The manifold of input signal…