paper-with-me

홈 › Papers

Certified Robustness for Deep Equilibrium Models via Interval Bound Propagation

2021-09-29 · ICLR 2022 4 · Colin Wei, J Zico Kolter

Deep equilibrium layers (DEQs) have demonstrated promising performance and are competitive with standard explicit models on many benchmarks. However, little is known about certifying robustness for these models. Inspired by interval bound propagation (IBP), we propose the IBP-MonDEQ layer, a DEQ layer whose robustness can be verified by computing upper and lower interval bounds on the output. Our key insights are that these interval bounds can be obtained as the fixed-point solution to an IBP-inspired equilibrium equation, and furthermore, that this solution always exists and is unique when the layer obeys a certain parameterization. This fixed point can be interpreted as the result of applying IBP to an infinitely deep, weight-tied neural network, which may be of independent interest, as IBP bounds are typically unstable for deeper networks. Our empirical comparison reveals that models with IBP-MonDEQ layers can achieve comparable or better $\ell_{\infty}$ certified robustness than similarly-sized fully explicit networks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

DEQ A new kind of implicit models, where the output of the network is defined as the solution to an "infinite-level" fixed point equation. Thanks to this we can compute the gradient…

Similar Papers 제목 키워드 기반

Certified Robustness for Deep Equilibrium Models via Serialized Random Smoothing

2024-11-01 · Weizhi Gao, Zhichao Hou, Han Xu, Xiaorui Liu

Implicit models such as Deep Equilibrium Models (DEQs) have emerged as promising alternative approaches for building deep neural networks. Their certified robustness has gained increasing research attention due to securi…

Classification

Quantum Interval Bound Propagation for Certified Training of Quantum Neural Networks

2026-05-01 · Emma Andrews, Nahyeon Kim, Prabhat Mishra arxiv

Quantum machine learning is a promising field for efficiently learning features of a dataset to perform a specified task, such as classification. Interval bound propagation (IBP) is a popular certified training method in…

Quantum Machine LearningAdversarial Robustness

Understanding Certified Training with Interval Bound Propagation

2023-06-17 · Yuhao Mao, Mark Niklas Müller, Marc Fischer, Martin Vechev

As robustness verification methods are becoming more precise, training certifiably robust neural networks is becoming ever more relevant. To this end, certified training methods compute and then optimize an upper bound o…

Towards Stable and Efficient Training of Verifiably Robust Neural Networks

2019-06-14 · ICLR 2020 1 · Huan Zhang, Hongge Chen, Chaowei Xiao, Sven Gowal 외

Training neural networks with verifiable robustness guarantees is challenging. Several existing approaches utilize linear relaxation based neural network output bounds under perturbation, but they can slow down training …

Improving Certified Robustness via Adversarial Distillation

2026-06-30 · Matteo Melis, Jesus Martinez Del Rincon, Vishal Sharma arxiv

Certified training aims to produce models whose predictions can be formally verified against adversarial perturbations, typically by optimising upper bounds on the worst-case loss over an allowed perturbation set. For ne…