paper-with-me

홈 › Papers

On the Trade-off Between Efficiency and Precision of Neural Abstraction

2023-07-28 · Alec Edwards, Mirco Giacobbe, Alessandro Abate

Neural abstractions have been recently introduced as formal approximations of complex, nonlinear dynamical models. They comprise a neural ODE and a certified upper bound on the error between the abstract neural network and the concrete dynamical model. So far neural abstractions have exclusively been obtained as neural networks consisting entirely of $ReLU$ activation functions, resulting in neural ODE models that have piecewise affine dynamics, and which can be equivalently interpreted as linear hybrid automata. In this work, we observe that the utility of an abstraction depends on its use: some scenarios might require coarse abstractions that are easier to analyse, whereas others might require more complex, refined abstractions. We therefore consider neural abstractions of alternative shapes, namely either piecewise constant or nonlinear non-polynomial (specifically, obtained via sigmoidal activations). We employ formal inductive synthesis procedures to generate neural abstractions that result in dynamical models with these semantics. Empirically, we demonstrate the trade-off that these different neural abstraction templates have vis-a-vis their precision and synthesis time, as well as the time required for their safety verification (done via reachability computation). We improve existing synthesis techniques to enable abstraction of higher-dimensional models, and additionally discuss the abstraction of complex neural ODEs to improve the efficiency of reachability analysis for these models.

📄 PDF Abstract BibTeX arXiv:2307.15546

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Abstraction based Output Range Analysis for Neural Networks

2020-07-18 · NeurIPS 2019 12 · Pavithra Prabhakar, Zahra Rahimi Afzal

In this paper, we consider the problem of output range analysis for feed-forward neural networks with ReLU activation functions. The existing approaches reduce the output range analysis problem to satisfiability and opti…

Any-Precision Deep Neural Networks

2019-11-17 · Haichao Yu, Haoxiang Li, Honghui Shi, Thomas S. Huang 외

We present any-precision deep neural networks (DNNs), which are trained with a new method that allows the learned DNNs to be flexible in numerical precision during inference. The same model in runtime can be flexibly and…

Quantifying Consistency and Information Loss for Causal Abstraction Learning

2023-05-07 · Fabio Massimo Zennaro, Paolo Turrini, Theodoros Damoulas

Structural causal models provide a formalism to express causal relations between variables of interest. Models and variables can represent a system at different levels of abstraction, whereby relations may be coarsened a…

Label Efficient Visual Abstractions for Autonomous Driving

2020-05-20 · Aseem Behl, Kashyap Chitta, Aditya Prakash, Eshed Ohn-Bar 외

It is well known that semantic segmentation can be used as an effective intermediate representation for learning driving policies. However, the task of street scene semantic segmentation requires expensive annotations. F…

Autonomous DrivingSegmentationSemantic Segmentation

Clustering High-dimensional Data: Balancing Abstraction and Representation Tutorial at AAAI 2026

2026-01-16 · Claudia Plant, Lena G. M. Bauer, Christian Böhm arxiv

How to find a natural grouping of a large real data set? Clustering requires a balance between abstraction and representation. To identify clusters, we need to abstract from superfluous details of individual objects. But…

Representation LearningDeep Clustering