paper-with-me

Papers

Differentiable Inference of Temporal Logic Formulas

2022-08-10 · Nicole Fronda, Houssam Abbas

We demonstrate the first Recurrent Neural Network architecture for learning Signal Temporal Logic formulas, and present the first systematic comparison of formula inference methods. Legacy systems embed much expert knowledge which is not explicitly formalized. There is great interest in learning formal specifications that characterize the ideal behavior of such systems -- that is, formulas in temporal logic that are satisfied by the system's output signals. Such specifications can be used to better understand the system's behavior and improve design of its next iteration. Previous inference methods either assumed certain formula templates, or did a heuristic enumeration of all possible templates. This work proposes a neural network architecture that infers the formula structure via gradient descent, eliminating the need for imposing any specific templates. It combines learning of formula structure and parameters in one optimization. Through systematic comparison, we demonstrate that this method achieves similar or better mis-classification rates (MCR) than enumerative and lattice methods. We also observe that different formulas can achieve similar MCR, empirically demonstrating the under-determinism of the problem of temporal logic inference.

📄 PDF Abstract BibTeX arXiv:2208.05440

Code (1)

nicaless/fernn_stl_inference 공식 구현 tf

Similar Papers 제목 키워드 기반

TLINet: Differentiable Neural Network Temporal Logic Inference

2024-05-03 · Danyang Li, Mingyu Cai, Cristian-Ioan Vasile, Roberto Tron

There has been a growing interest in extracting formal descriptions of the system behaviors from data. Signal Temporal Logic (STL) is an expressive formal language used to describe spatial-temporal properties with interp…

Computational Efficiency

Neural Network for Weighted Signal Temporal Logic

2021-04-08 · Ruixuan Yan, Agung Julius

In this paper, we propose a neuro-symbolic framework called weighted Signal Temporal Logic Neural Network (wSTL-NN) that combines the characteristics of neural networks and temporal logics. Weighted Signal Temporal Logic…

Time SeriesTime Series Analysis

Conformalized Signal Temporal Logic Inference under Covariate Shift

2026-03-28 · Yixuan Wang, Danyang Li, Matthew Cleaveland, Roberto Tron 외 arxiv

Signal Temporal Logic (STL) inference learns interpretable logical rules for temporal behaviors in dynamical systems. To ensure the correctness of learned STL formulas, recent approaches have incorporated conformal predi…

Conformal Prediction for Signal Temporal Logic Inference

2025-09-29 · Danyang Li, Yixuan Wang, Matthew Cleaveland, Mingyu Cai 외 arxiv

Signal Temporal Logic (STL) inference seeks to extract human-interpretable rules from time-series data, but existing methods lack formal confidence guarantees for the inferred rules. Conformal prediction (CP) is a techni…

Uncertainty-Aware Signal Temporal Logic Inference

2021-05-24 · Nasim Baharisangari, Jean-Raphaël Gaglione, Daniel Neider, Ufuk Topcu 외

Temporal logic inference is the process of extracting formal descriptions of system behaviors from data in the form of temporal logic formulas. The existing temporal logic inference methods mostly neglect uncertainties i…