paper-with-me

Papers

Correctness Verification of Neural Networks

2019-06-03 · Yichen Yang, Martin Rinard

We present a novel framework for specifying and verifying correctness globally for neural networks on perception tasks. Most previous works on neural network verification for perception tasks focus on robustness verification. Unlike robustness verification, which aims to verify that the prediction of a network is stable in some local regions around labelled points, our framework provides a way to specify correctness globally in the whole target input space and verify that the network is correct for all target inputs (or find the regions where the network is not correct). We provide a specification through 1) a state space consisting of all relevant states of the world and 2) an observation process that produces neural network inputs from the states of the world. Tiling the state and input spaces with a finite number of tiles, obtaining ground truth bounds from the state tiles and network output bounds from the input tiles, then comparing the ground truth and network output bounds delivers an upper bound on the network output error for any inputs of interest. The presented framework also enables detecting illegal inputs -- inputs that are not contained in (or close to) the target input space as defined by the state space and observation process (the neural network is not designed to work on them), so that we can flag when we don't have guarantees. Results from two case studies highlight the ability of our technique to verify error bounds over the whole target input space and show how the error bounds vary over the state and input spaces.

📄 PDF Abstract BibTeX arXiv:1906.01030

Code (1)

yycdavid/TilerVerify 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Correctness Learning: Deductive Verification Guided Learning for Human-AI Collaboration

2025-03-10 · Zhao Jin, Lu Jin, Yizhe Luo, Shuo Feng 외

Despite significant progress in AI and decision-making technologies in safety-critical fields, challenges remain in verifying the correctness of decision output schemes and verification-result driven design. We propose c…

Decision Making

A Protocol for Trustless Verification Under Uncertainty

2025-07-01 · David Shi, Kevin Joo arxiv

Correctness is an emergent property of systems where exposing error is cheaper than committing it. In dynamic, low-trust environments, autonomous AI agents benefit from delegating work to sub-agents, yet correctness cann…

Think Before You Accept: Semantic Reflective Verification for Faster Speculative Decoding

2025-05-24 · YiXuan Wang, Yijun Liu, Shiyu Ji, Yuzhuang Xu 외

Large language models (LLMs) suffer from high inference latency due to the auto-regressive decoding process. Speculative decoding accelerates inference by generating multiple draft tokens using a lightweight model and ve…

Contribution to the Formal Specification and Verification of a Multi-Agent Robotic System

2015-10-02 · Nadeem Akhtar, Malik M. Saad Missen

It is important to have multi-agent robotic system specifications that ensure correctness properties of safety and liveness. As these systems have concurrency, and often have dynamic environment, the formal specification…

Unified Generation and Self-Verification for Vision-Language Models via Advantage Decoupled Preference Optimization

2026-01-04 · Xinyu Qiu, Heng Jia, Zhengwen Zeng, Shuheng Shen 외 arxiv

Parallel test-time scaling typically trains separate generation and verification models, incurring high training and inference costs. We propose Advantage Decoupled Preference Optimization (ADPO), a unified reinforcement…

Reinforcement LearningAnswer Generation