paper-with-me

Papers

Toward Certified Robustness Against Real-World Distribution Shifts

2022-06-08 · Haoze Wu, Teruhiro Tagomori, Alexander Robey, Fengjun Yang, Nikolai Matni, George Pappas, Hamed Hassani, Corina Pasareanu, Clark Barrett

We consider the problem of certifying the robustness of deep neural networks against real-world distribution shifts. To do so, we bridge the gap between hand-crafted specifications and realistic deployment settings by proposing a novel neural-symbolic verification framework, in which we train a generative model to learn perturbations from data and define specifications with respect to the output of the learned model. A unique challenge arising from this setting is that existing verifiers cannot tightly approximate sigmoid activations, which are fundamental to many state-of-the-art generative models. To address this challenge, we propose a general meta-algorithm for handling sigmoid activations which leverages classical notions of counter-example-guided abstraction refinement. The key idea is to "lazily" refine the abstraction of sigmoid functions to exclude spurious counter-examples found in the previous abstraction, thus guaranteeing progress in the verification process while keeping the state-space small. Experiments on the MNIST and CIFAR-10 datasets show that our framework significantly outperforms existing methods on a range of challenging distribution shifts.

📄 PDF Abstract BibTeX arXiv:2206.03669

Code (1)

wu-haoze/dist-shift-vnn-comp pytorch

Similar Papers 제목 키워드 기반

UniCR: Universally Approximated Certified Robustness via Randomized Smoothing

2022-07-05 · Hanbin Hong, Binghui Wang, Yuan Hong

We study certified robustness of machine learning classifiers against adversarial perturbations. In particular, we propose the first universally approximated certified robustness (UniCR) framework, which can approximate …

Effects of Exponential Gaussian Distribution on (Double Sampling) Randomized Smoothing

2024-06-04 · Youwei Shu, Xi Xiao, Derui Wang, Yuxin Cao 외

Randomized Smoothing (RS) is currently a scalable certified defense method providing robustness certification against adversarial examples. Although significant progress has been achieved in providing defenses against $\…

Certified Robustness for Top-k Predictions against Adversarial Perturbations via Randomized Smoothing

2019-12-20 · ICLR 2020 1 · Jinyuan Jia, Xiaoyu Cao, Binghui Wang, Neil Zhenqiang Gong

It is well-known that classifiers are vulnerable to adversarial perturbations. To defend against adversarial perturbations, various certified robustness results have been derived. However, existing certified robustnesses…

Certified Defenses for Adversarial Patches

2020-03-14 · ICLR 2020 1 · Ping-Yeh Chiang, Renkun Ni, Ahmed Abdelkader, Chen Zhu 외

Adversarial patch attacks are among one of the most practical threat models against real-world computer vision systems. This paper studies certified and empirical defenses against patch attacks. We begin with a set of ex…

Efficient Certified Defenses Against Patch Attacks on Image Classifiers

2021-02-08 · ICLR 2021 1 · Jan Hendrik Metzen, Maksym Yatsura

Adversarial patches pose a realistic threat model for physical world attacks on autonomous systems via their perception component. Autonomous systems in safety-critical domains such as automated driving should thus conta…

GPU