中文
相关论文

相关论文: A Verified Compiler for Probability Density Functi…

200 篇论文

This work presents a new methodology to obtain probabilistic interval predictions of a dynamical system. The proposed strategy uses stored past system measurements to estimate the future evolution of the system. The method relies on the use…

系统与控制 · 电气工程与系统科学 2021-12-21 A. Daniel Carnerero , Daniel R. Ramirez , Teodoro Alamo

Automated software verification is a very active field of research which has made enormous progress both in theoretical and practical aspects. Recently, an important amount of research effort has been put into applying these techniques on…

编程语言 · 计算机科学 2010-11-16 Guido de Caso , Diego Garbervetsky , Daniel Gorín

Many Prolog programs are unnecessarily impure because of inadequate means to express syntactic inequality. While the frequently provided built-in `dif/2` is able to correctly describe expected answers, its direct use in programs often leads…

编程语言 · 计算机科学 2016-07-07 Ulrich Neumerkel , Stefan Kral

Proving only over source code that programs do not leak sensitive data leaves a gap between reasoning and reality that can only be filled by accounting for the behaviour of the compiler. Furthermore, software does not always have the luxury…

编程语言 · 计算机科学 2023-06-22 Robert Sison , Toby Murray

We present three protocols for verifying all languages: (i) For any unary (binary) language, there is a log-space (linear-space) interactive proof system (IPS); (ii) for any language, there is a constant-space weak-IPS (the non-members may…

计算复杂性 · 计算机科学 2018-07-13 Maksims Dimitrijevs , Abuzer Yakaryılmaz

In previous works we have introduced a new method called the lent particle method which is an efficient tool to establish existence of densities for Poisson functionals. We now go further and iterate this method in order to prove smoothness…

概率论 · 数学 2013-01-29 Nicolas Bouleau , Laurent Denis

There is an increasing need for domain-specific reasoning in modern compilers. This has fueled the use of tailored intermediate representations (IRs) based on static single assignment (SSA), like in the MLIR compiler framework. Interactive…

编程语言 · 计算机科学 2024-07-08 Siddharth Bhat , Alex Keizer , Chris Hughes , Andrés Goens , Tobias Grosser

This paper describes how to verify a parser for regular expressions in a functional programming language using predicate transformer semantics for a variety of effects. Where our previous work in this area focused on the semantics for a…

计算机科学中的逻辑 · 计算机科学 2020-05-05 Anne Baanen , Wouter Swierstra

Inductive Logic Programming (ILP) is a principled approach for generalizing regularities from data and constructing hypotheses as interpretable logic programs. However, a key limitation is its reliance on expert-crafted language bias - the…

人工智能 · 计算机科学 2026-01-21 Yang Yang , Jiemin Wu , Yutao Yue

This paper introduces a probability density estimator based on Green's function identities. A density model is constructed under the sole assumption that the probability density is differentiable. The method is implemented as a binary…

机器学习 · 统计学 2012-08-22 Peter Kovesarki , Ian C. Brock , A. Elizabeth Nuncio Quiroz

Dafny is a verification-aware programming language that comes with a compiler and static program verifier. However, neither the compiler nor the verifier is proved correct; in fact, soundness bugs have been found in both tools. This paper…

编程语言 · 计算机科学 2025-12-08 Daniel Nezamabadi , Magnus O. Myreen , Yong Kiam Tan

To address the increasing size and complexity of modern software systems, compositional verification separates the verification of single components from the verification of their composition. In architecture-based verification, the former…

软件工程 · 计算机科学 2019-07-11 Diego Marmsoler , Genc Blakqori

We introduce a formal operational semantics that describes the fused execution of variable contraction problems, which compute indexed arithmetic over a semiring and generalize sparse and dense tensor algebra, relational algebra, and graph…

编程语言 · 计算机科学 2022-07-28 Scott Kovach , Fredrik Kjolstad

Description Logics (DLs) are a family of languages used for the representation and reasoning on the knowledge of an application domain, in a structured and formal manner. In order to achieve this objective, several provers, such as RACER…

计算机科学中的逻辑 · 计算机科学 2013-08-01 Mohamed Chaabani , Mohamed Mezghiche , Martin Strecker

CompCert is the first realistic formally verified compiler: it provides a machine-checked mathematical proof that the code it generates matches the source code. Yet, there could be loopholes in this approach. We comprehensively analyze…

计算机科学中的逻辑 · 计算机科学 2022-10-11 David Monniaux , Sylvain Boulmé

Implied-integer detection is a well-known presolving technique that is used by many Mixed-Integer Linear Programming solvers. Informally, a variable is said to be implied integer if its integrality is enforced implicitly by integrality of…

离散数学 · 计算机科学 2025-07-15 Rolf van der Hulst , Matthias Walter

We present a computable algorithm that assigns probabilities to every logical statement in a given formal language, and refines those probabilities over time. For instance, if the language is Peano arithmetic, it assigns probabilities to…

人工智能 · 计算机科学 2020-12-09 Scott Garrabrant , Tsvi Benson-Tilsen , Andrew Critch , Nate Soares , Jessica Taylor

This work presents a new classifier that is specifically designed to be fully interpretable. This technique determines the probability of a class outcome, based directly on probability assignments measured from the training data. The…

机器学习 · 统计学 2017-10-31 Sapan Agarwal , Corey M. Hudson

We argue that the implementation and verification of compilers for functional programming languages are greatly simplified by employing a higher-order representation of syntax known as Higher-Order Abstract Syntax or HOAS. The underlying…

编程语言 · 计算机科学 2017-02-14 Yuting Wang

Kernel density estimation is a popular method for estimating unseen probability distributions. However, the convergence of these classical estimators to the true density slows down in high dimensions. Moreover, they do not define meaningful…

统计理论 · 数学 2025-05-30 Jack Kendrick