paper-with-me

홈 › Papers

Exploiting Verified Neural Networks via Floating Point Numerical Error

2020-03-06 · Kai Jia, Martin Rinard

Researchers have developed neural network verification algorithms motivated by the need to characterize the robustness of deep neural networks. The verifiers aspire to answer whether a neural network guarantees certain properties with respect to all inputs in a space. However, many verifiers inaccurately model floating point arithmetic but do not thoroughly discuss the consequences. We show that the negligence of floating point error leads to unsound verification that can be systematically exploited in practice. For a pretrained neural network, we present a method that efficiently searches inputs as witnesses for the incorrectness of robustness claims made by a complete verifier. We also present a method to construct neural network architectures and weights that induce wrong results of an incomplete verifier. Our results highlight that, to achieve practically reliable verification of neural networks, any verification system must accurately (or conservatively) model the effects of any floating point computations in the network inference or verification system.

📄 PDF Abstract BibTeX arXiv:2003.03021

Code (1)

jia-kai/realadv 공식 구현 pytorch

Similar Papers 제목 키워드 기반

MGS: Markov Greedy Sums for Accurate Low-Bitwidth Floating-Point Accumulation

2025-04-12 · Vikas Natesh, H. T. Kung, David Kong

We offer a novel approach, MGS (Markov Greedy Sums), to improve the accuracy of low-bitwidth floating-point dot products in neural network computations. In conventional 32-bit floating-point summation, adding values with…

image-classificationImage Classification

Lipschitz-Based Robustness Certification Under Floating-Point Execution

2026-03-06 · Toby Murray arxiv

Lipschitz-based robustness certification bounds a network's sensitivity through concrete numerical computation rather than symbolic reasoning, and so scales efficiently. It is increasingly used even where verifiable guar…

Exploiting Binary Floating-Point Representations for Constraint Propagation: The Complete Unabridged Version

2013-08-18 · Roberto Bagnara, Matthieu Carlier, Roberta Gori, Arnaud Gotlieb

Floating-point computations are quickly finding their way in the design of safety- and mission-critical systems, despite the fact that designing floating-point algorithms is significantly more difficult than designing in…

Benchmarking Large Language Models on Floating-Point Error Classification

2026-06-30 · Lisa Taldir, Muhammad Ahmad Saeed, David Defour, Pablo de Oliveira Castro 외 arxiv

This paper investigates the capability of Large Language Models (LLMs) to detect and classify floating-point errors statically in software code. We introduce InterFLOPBench, a benchmark of 90 C kernels with 1 130 test sa…

Multi-Label Classification

Representing Hyperbolic Space Accurately using Multi-Component Floats

2021-12-01 · NeurIPS 2021 12 · Tao Yu, Christopher M. De Sa

Hyperbolic space is particularly useful for embedding data with hierarchical structure; however, representing hyperbolic space with ordinary floating-point numbers greatly affects the performance due to its \emph{ineluct…