paper-with-me

Papers

Exploiting Connections between Lipschitz Structures for Certifiably Robust Deep Equilibrium Models

2023-09-21 · NeurIPS 2023 11

Recently, deep equilibrium models (DEQs) have drawn increasing attention from the machine learning community. However, DEQs are much less understood in terms of certified robustness than their explicit network counterparts. In this paper, we advance the understanding of certified robustness of DEQs via exploiting the connections between various Lipschitz network parameterizations for both explicit and implicit models. Importantly, we show that various popular Lipschitz network structures, including convex potential layers (CPL), SDP-based Lipschitz layers (SLL), almost orthogonal layers (AOL), Sandwich layers, and monotone DEQs (MonDEQ) can all be reparameterized as special cases of the Lipschitz-bounded equilibrium networks (LBEN) without changing the prescribed Lipschitz constant in the original network parameterization. A key feature of our reparameterization technique is that it preserves the Lipschitz prescription used in different structures. This opens the possibility of achieving improved certified robustness of DEQs via a combination of network reparameterization, structure-preserving regularization, and LBEN-based fine-tuning. We also support our theoretical understanding with new empirical results, which show that our proposed method improves the certified robust accuracy of DEQs on classification tasks. All codes and experiments are made available at \url{https://github.com/AaronHavens/ExploitingLipschitzDEQ}.Submission Number: 9248

📄 PDF Abstract BibTeX

Code (1)

aaronhavens/exploitinglipschitzdeq 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Certifiably Robust Variational Autoencoders

2021-02-15 · Ben Barrett, Alexander Camuto, Matthew Willetts, Tom Rainforth

We introduce an approach for training Variational Autoencoders (VAEs) that are certifiably robust to adversarial attack. Specifically, we first derive actionable bounds on the minimal size of an input perturbation requir…

Adversarial AttackDecoder

CertViT: Certified Robustness of Pre-Trained Vision Transformers

2023-02-01 · Kavya Gupta, Sagar Verma

Lipschitz bounded neural networks are certifiably robust and have a good trade-off between clean and certified accuracy. Existing Lipschitz bounding methods train from scratch and are limited to moderately sized networks…

Adversarial Robustness

Certifiable Robustness to Graph Perturbations

2019-10-31 · NeurIPS 2019 12 · Aleksandar Bojchevski, Stephan Günnemann

Despite the exploding interest in graph neural networks there has been little effort to verify and improve their robustness. This is even more alarming given recent findings showing that they are extremely vulnerable to …

Training Certifiably Robust Neural Networks with Efficient Local Lipschitz Bounds

2021-11-02 · NeurIPS 2021 12 · Yujia Huang, huan zhang, Yuanyuan Shi, J Zico Kolter 외

Certified robustness is a desirable property for deep neural networks in safety-critical applications, and popular training algorithms can certify robustness of a neural network by computing a global bound on its Lipschi…

Globally-Robust Neural Networks

2021-02-16 · Klas Leino, Zifan Wang, Matt Fredrikson

The threat of adversarial examples has motivated work on training certifiably robust neural networks to facilitate efficient verification of local robustness at inference time. We formalize a notion of global robustness,…