中文
相关论文

相关论文: Field-Sensitive Value Analysis of Embedded C Progr…

200 篇论文

Precise pointer analysis is a foundational component of many client analyses and optimizations. Scaling flow- and context-sensitive pointer analysis has been a long-standing challenge, suffering from combinatorial growth in both memory…

编程语言 · 计算机科学 2026-04-14 Anamitra Ghorui , Aditi Raste , Uday P. Khedker

In this paper, we propose an incremental abstraction method for dynamically over-approximating nonlinear systems in a bounded domain by solving a sequence of linear programs, resulting in a sequence of affine upper and lower hyperplanes…

最优化与控制 · 数学 2020-04-06 Syed M. Hassaan , Mohammad Khajenejad , Spencer Jensen , Qiang Shen , Sze Zheng Yong

A key obstacle in automated analytics and meta-learning is the inability to recognize when different datasets contain measurements of the same variable. Because provided attribute labels are often uninformative in practice, this task may be…

机器学习 · 计算机科学 2019-09-12 Jonas Mueller , Alex Smola

Associative memory refers to the ability to relate a memory with an input and targets the restoration of corrupted patterns. It has been intensively studied in classical physical systems, as in neural networks where an attractor dynamics…

量子物理 · 物理学 2024-08-27 Adrià Labay-Mora , Eliana Fiorelli , Roberta Zambrini , Gian Luca Giorgi

We propose an exhaustive methodology that leverages all levels of feature abstraction, targeting an enhancement in the generalizability of image classification to unobserved hospitals. Our approach incorporates augmentation-based…

计算机视觉与模式识别 · 计算机科学 2023-08-10 Milad Sikaroudi , Maryam Hosseini , Shahryar Rahnamayan , H. R. Tizhoosh

We introduce a new compile-time notion of type subsumption based on type simulation. We show how to apply this static subsumption relation to support a more intuitive, object oriented approach to generic programming of reusable, high…

编程语言 · 计算机科学 2011-02-17 Wouter Kuijper , Michael Weber

A core challenge of Monte Carlo Tree Search (MCTS) is its sample efficiency, which can be improved by grouping state-action pairs and using their aggregate statistics instead of single-node statistics. On the Go Abstractions in Upper…

人工智能 · 计算机科学 2025-10-30 Robin Schmöcker , Alexander Dockhorn , Bodo Rosenhahn

Static program analysis is a valuable tool for any programming language that people write programs in. The prevalence of scripting languages in the world suggests programming language interpreters are relatively easy to write. Users of…

编程语言 · 计算机科学 2015-05-01 James Ian Johnson

The inference and the verification of numerical relationships among variables of a program is one of the main goals of static analysis. In this paper, we propose an Abstract Interpretation framework based on higher-dimensional ellipsoids to…

系统与控制 · 计算机科学 2015-09-30 Mendes Oulamara , Arnaud Venet

Binary-level pointer analysis can be of use in symbolic execution, testing, verification, and decompilation of software binaries. In various such contexts, it is crucial that the result is trustworthy, i.e., it can be formally established…

软件工程 · 计算机科学 2025-01-30 Freek Verbeek , Ali Shokri , Daniel Engel , Binoy Ravindran

We consider the problem of computing numerical invariants of programs by abstract interpretation. Our method eschews two traditional sources of imprecision: (i) the use of widening operators for enforcing convergence within a finite number…

编程语言 · 计算机科学 2015-05-27 Thomas Martin Gawlitza , David Monniaux

Natural memories are associative, declarative and distributed. Symbolic computing memories resemble natural memories in their declarative character, and information can be stored and recovered explicitly; however, they lack the associative…

人工智能 · 计算机科学 2020-09-29 Luis A. Pineda , Gibrán Fuentes , Rafael Morales

Data Access will be the next generation data abstraction layer for EPICS. Its implementation in C++ brought up a number of issues that are related to object oriented technology's impact on CPU and memory usage. What is gained by the new…

软件工程 · 计算机科学 2007-05-23 R. Lange , J. Hill

Abstraction is a powerful idea widely used in science, to model, reason and explain the behavior of systems in a more tractable search space, by omitting irrelevant details. While notions of abstraction have matured for deterministic…

人工智能 · 计算机科学 2020-01-14 Vaishak Belle

The investigation of complex systems requires running large-scale simulations over many temporal iterations. It is therefore important to provide efficient implementations. The present study borrows philosophical concepts from Gilbert…

数据结构与算法 · 计算机科学 2022-08-01 Patrik Christen

This paper presents a novel set of algorithms for heap abstraction, identifying logically related regions of the heap. The targeted regions include objects that are part of the same component structure (recursive data structure). The result…

计算机科学中的逻辑 · 计算机科学 2012-12-21 Mohamed A. El-Zawawy

Like with most large-scale systems, the evaluation of quantitative properties of collective adaptive systems is an important issue that crosscuts all its development stages, from design (in the case of engineered systems) to runtime…

系统与控制 · 计算机科学 2016-07-12 Mirco Tribastone

Abstraction (in its various forms) is a powerful established technique in model-checking; still, when unbounded data-structures are concerned, it cannot always cope with divergence phenomena in a satisfactory way. Acceleration is an…

计算机科学中的逻辑 · 计算机科学 2013-10-04 Francesco Alberti , Silvio Ghilardi , Natasha Sharygina

This report outlines an approach to learning generative models from data. We express models as probabilistic programs, which allows us to capture abstract patterns within the examples. By choosing our language for programs to be an…

人工智能 · 计算机科学 2011-10-27 Irvin Hwang , Andreas Stuhlmüller , Noah D. Goodman

A significant fraction of real-world patient information resides in unstructured clinical text. Medical abstraction extracts and normalizes key structured attributes from free-text clinical notes, which is the prerequisite for a variety of…