paper-with-me

홈 › Papers

Improving Neural Network Verification through Spurious Region Guided Refinement

2020-10-15 · Pengfei Yang, Renjue Li, Jianlin Li, Cheng-Chao Huang, Jingyi Wang, Jun Sun, Bai Xue, Lijun Zhang

We propose a spurious region guided refinement approach for robustness verification of deep neural networks. Our method starts with applying the DeepPoly abstract domain to analyze the network. If the robustness property cannot be verified, the result is inconclusive. Due to the over-approximation, the computed region in the abstraction may be spurious in the sense that it does not contain any true counterexample. Our goal is to identify such spurious regions and use them to guide the abstraction refinement. The core idea is to make use of the obtained constraints of the abstraction to infer new bounds for the neurons. This is achieved by linear programming techniques. With the new bounds, we iteratively apply DeepPoly, aiming to eliminate spurious regions. We have implemented our approach in a prototypical tool DeepSRGR. Experimental results show that a large amount of regions can be identified as spurious, and as a result, the precision of DeepPoly can be significantly improved. As a side contribution, we show that our approach can be applied to verify quantitative robustness properties.

📄 PDF Abstract BibTeX arXiv:2010.07722

Code (1)

CAS-LRJ/RefineRobustness 공식 구현

Similar Papers 제목 키워드 기반

Abstraction and Refinement: Towards Scalable and Exact Verification of Neural Networks

2022-07-02 · Jiaxiang Liu, Yunhan Xing, Xiaomu Shi, Fu Song 외

As a new programming paradigm, deep neural networks (DNNs) have been increasingly deployed in practice, but the lack of robustness hinders their applications in safety-critical domains. While there are techniques for ver…

GLeVE: Graph-Guided Lesion Grounding with Proposal Verification in 3D CT

2026-05-21 · Shuo Jiang, Yuhao Hong, Chunbo Jiang, Weihong Chen 외 arxiv

Grounding radiology report descriptions to 3D CT volumes is essential for verifiable clinical interpretation, yet remains challenging due to the semantic-spatial gap between free-text narratives and volumetric anatomy. E…

An Abstraction-Based Framework for Neural Network Verification

2019-10-31 · Yizhak Yisrael Elboher, Justin Gottschlich, Guy Katz

Deep neural networks are increasingly being used as controllers for safety-critical systems. Because neural networks are opaque, certifying their correctness is a significant challenge. To address this issue, several neu…

Focusing Image Generation to Mitigate Spurious Correlations

2024-12-27 · XueWei Li, Zhenzhen Nie, Mei Yu, Zijian Zhang 외

Instance features in images exhibit spurious correlations with background features, affecting the training process of deep neural classifiers. This leads to insufficient attention to instance features by the classifier, …

AttributeData AugmentationDiversityImage Generation

SVR: Self-Verifying Refinement via Joint Verdict-Confidence Reinforcement Learning for Adaptive Test-Time Compute

2026-07-30 · Hongyu Chen, Liang Lin, Guangrun Wang arxiv

Scaling test-time computation can improve language-model reasoning, but uniform budgets waste computation on easy inputs, while verifier-guided refinement relies on external feedback. We introduce Self-Verifying Refineme…

Mathematical ReasoningReinforcement Learning