paper-with-me

Papers

Accelerating Robustness Verification of Deep Neural Networks Guided by Target Labels

2020-07-16 · Wenjie Wan, Zhaodi Zhang, Yiwei Zhu, Min Zhang, Fu Song

Deep Neural Networks (DNNs) have become key components of many safety-critical applications such as autonomous driving and medical diagnosis. However, DNNs have been shown suffering from poor robustness because of their susceptibility to adversarial examples such that small perturbations to an input result in misprediction. Addressing to this concern, various approaches have been proposed to formally verify the robustness of DNNs. Most of these approaches reduce the verification problem to optimization problems of searching an adversarial example for a given input so that it is not correctly classified to the original label. However, they are limited in accuracy and scalability. In this paper, we propose a novel approach that can accelerate the robustness verification techniques by guiding the verification with target labels. The key insight of our approach is that the robustness verification problem of DNNs can be solved by verifying sub-problems of DNNs, one per target label. Fixing the target label during verification can drastically reduce the search space and thus improve the efficiency. We also propose an approach by leveraging symbolic interval propagation and linear relaxation techniques to sort the target labels in terms of chances that adversarial examples exist. This often allows us to quickly falsify the robustness of DNNs and the verification for remaining target labels could be avoided. Our approach is orthogonal to, and can be integrated with, many existing verification techniques. For evaluation purposes, we integrate it with three recent promising DNN verification tools, i.e., MipVerify, DeepZ, and Neurify. Experimental results show that our approach can significantly improve these tools by 36X speedup when the perturbation distance is set in a reasonable range.

📄 PDF Abstract BibTeX arXiv:2007.08520

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingMedical Diagnosis

Similar Papers 제목 키워드 기반

Fast SDP certification of neural networks : towards large multi-class datasets

2026-07-03 · Margot Boyer, Clément Rambour, Zacharie Alès, Amélie Lambert arxiv

We present a new quadratic model for the certification problem in adversarial robustness, which simultaneously accounts for all possible target classes. Building on this model, we propose a novel semidefinite programming…

Adversarial Robustness

Cluster-Guided Unsupervised Domain Adaptation for Deep Speaker Embedding

2023-03-28 · Haiquan Mao, Feng Hong, Man-Wai Mak

Recent studies have shown that pseudo labels can contribute to unsupervised domain adaptation (UDA) for speaker verification. Inspired by the self-training strategies that use an existing classifier to label the unlabele…

ClusteringDomain AdaptationSpeaker VerificationUnsupervised Domain Adaptation

Stress-Testing Neural Network Verifiers with Provably Robust Instances

2026-05-16 · David Troxell, Yulia Alexandr, Sofia Hunt, Stephanie Lei 외 arxiv

Neural network verifiers aim to provide formal guarantees on model behavior, but existing verification benchmarks are fundamentally limited by their lack of ground-truth labels. As a result, verifier evaluation relies on…

VVS: Accelerating Speculative Decoding for Visual Autoregressive Generation via Partial Verification Skipping

2025-11-17 · Haotian Dong, Ye Li, Rongwei Lu, Chen Tang 외 arxiv

Visual autoregressive (AR) generation models have demonstrated strong potential for image generation, yet their next-token-prediction paradigm introduces considerable inference latency. Although speculative decoding (SD)…

Image Generation

DeepSafe: A Data-driven Approach for Checking Adversarial Robustness in Neural Networks

2017-10-02 · Divya Gopinath, Guy Katz, Corina S. Pasareanu, Clark Barrett

Deep neural networks have become widely used, obtaining remarkable results in domains such as computer vision, speech recognition, natural language processing, audio recognition, social network filtering, machine transla…

Adversarial RobustnessClusteringCollision AvoidanceMachine Translation+2