Toward Certified Robustness Against Real-World Distribution Shifts
Haoze Wu, Teruhiro Tagomori, Alexander Robey, Fengjun Yang, Nikolai, Matni, George Pappas, Hamed Hassani, Corina Pasareanu, Clark Barrett

TL;DR
This paper introduces a neural-symbolic verification framework that certifies neural network robustness against real-world distribution shifts by learning perturbations and refining sigmoid approximations, demonstrating superior performance on MNIST and CIFAR-10.
Contribution
It proposes a novel neural-symbolic verification method with a meta-algorithm for tight sigmoid approximation, bridging the gap between specifications and deployment settings.
Findings
Outperforms existing methods on MNIST and CIFAR-10 distribution shifts
Effectively handles sigmoid activation approximation challenges
Provides a scalable approach for real-world robustness certification
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Adversarial Robustness in Machine Learning · Model Reduction and Neural Networks
