paper-with-me

홈 › Papers

Execution Time Program Verification With Tight Bounds

2022-10-20 · Ana Carolina Silva, Manuel Barbosa, Mario Florido

This paper presents a proof system for reasoning about execution time bounds for a core imperative programming language. Proof systems are defined for three different scenarios: approximations of the worst-case execution time, exact time reasoning, and less pessimistic execution time estimation using amortized analysis. We define a Hoare logic for the three cases and prove its soundness with respect to an annotated cost-aware operational semantics. Finally, we define a verification conditions (VC) generator that generates the goals needed to prove program correctness, cost, and termination. Those goals are then sent to the Easycrypt toolset for validation. The practicality of the proof system is demonstrated with an implementation in OCaml of the different modules needed to apply it to example programs. Our case studies are motivated by real-time and cryptographic software.

📄 PDF Abstract BibTeX arXiv:2210.11105

Code (1)

carolinafsilva/time-verification 공식 구현

Similar Papers 제목 키워드 기반

E-Globe: Scalable $ε$-Global Verification of Neural Networks via Tight Upper Bounds and Pattern-Aware Branching

2026-02-04 · Wenting Li, Saif R. Kazi, Russell Bent, Duo Zhou 외 arxiv

Neural networks achieve strong empirical performance, but robustness concerns still hinder deployment in safety-critical applications. Formal verification provides robustness guarantees, but current methods face a scalab…

Tight Verification of Probabilistic Robustness in Bayesian Neural Networks

2024-01-21 · Ben Batten, Mehran Hosseini, Alessio Lomuscio

We introduce two algorithms for computing tight guarantees on the probabilistic robustness of Bayesian Neural Networks (BNNs). Computing robustness guarantees for BNNs is a significantly more challenging task than verify…

Robustness Verification of Tree-based Models

2019-06-10 · NeurIPS 2019 12 · Hongge Chen, huan zhang, Si Si, Yang Li 외

We study the robustness verification problem for tree-based models, including decision trees, random forests (RFs) and gradient boosted decision trees (GBDTs). Formal robustness verification of decision tree ensembles in…

Zonotope Domains for Lagrangian Neural Network Verification

2022-10-14 · Matt Jordan, Jonathan Hayase, Alexandros G. Dimakis, Sewoong Oh

Neural network verification aims to provide provable bounds for the output of a neural network for a given input range. Notable prior works in this domain have either generated bounds using abstract domains, which preser…

Scaling the Convex Barrier with Sparse Dual Algorithms

2021-01-14 · ICLR 2021 1 · Alessandro De Palma, Harkirat Singh Behl, Rudy Bunel, Philip H. S. Torr 외

Tight and efficient neural network bounding is crucial to the scaling of neural network verification systems. Many efficient bounding algorithms have been presented recently, but they are often too loose to verify more c…

Efficient Neural NetworkGPUvalid