pith. sign in

arxiv: 2604.14714 · v1 · submitted 2026-04-16 · 📡 eess.SY · cs.SY

Temporal Logic Resilience for Continuous-time Systems

Pith reviewed 2026-05-10 11:18 UTC · model grok-4.3

classification 📡 eess.SY cs.SY
keywords resiliencesignal temporal logiccontinuous-time systemsdisturbance boundsscenario optimizationsystem verificationnonlinear dynamics
0
0 comments X

The pith

A framework computes lower bounds on the maximum disturbance continuous-time systems can tolerate while satisfying signal temporal logic specifications.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper develops a method to quantify resilience in continuous-time systems that must obey signal temporal logic rules in the presence of external disturbances. Resilience is the largest disturbance magnitude the system can absorb from a given initial state without violating the logic specification. The approach first derives bounds on how trajectories are perturbed by disturbances and then embeds these bounds into a scenario optimization problem to calculate a guaranteed lower bound on the maximum admissible disturbance. This matters for engineered systems like motors and vehicles that must maintain time-dependent behaviors such as collision avoidance or temperature regulation under uncertainty. The framework is tested on linear, nonlinear, and hybrid examples to show its applicability.

Core claim

The paper establishes a computational framework that derives explicit bounds on perturbed trajectories of continuous-time nonlinear systems and incorporates them into a scenario optimization program, thereby computing a lower bound on the maximum admissible disturbance that still ensures satisfaction of a given signal temporal logic specification from a fixed initial state.

What carries the argument

Bounds on perturbed trajectories derived from the system dynamics, used to formulate a scenario optimization problem that yields a lower bound on the maximum admissible disturbance.

If this is right

  • The computed bound certifies that all disturbances up to that level will preserve satisfaction of the temporal logic specification.
  • Scenario optimization enables efficient calculation without enumerating the entire disturbance space.
  • The method applies directly to both linear and nonlinear continuous-time dynamics as demonstrated in the motor, temperature, and vehicle examples.
  • Designers obtain a conservative yet computable resilience margin that can guide controller tuning.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same trajectory-bound technique could be adapted to estimate resilience under bounded parametric uncertainty in addition to additive disturbances.
  • Integration with model predictive control might allow online adjustment of the resilience margin during operation.
  • The lower bound could serve as a constraint in optimization-based synthesis of controllers that maximize resilience while meeting other performance goals.

Load-bearing premise

Bounds on perturbed trajectories can be derived for the system class and scenario optimization produces a reliable lower bound on the maximum admissible disturbance.

What would settle it

A concrete counterexample in which a disturbance smaller than the computed bound causes violation of the signal temporal logic specification from the given initial state would disprove the lower-bound claim.

Figures

Figures reproduced from arXiv: 2604.14714 by Adnane Saoud, Negar Monir, Pushpak Jagtap, Ratnangshu Das, Sadegh Soudjani, Youssef Ait Si.

Figure 1
Figure 1. Figure 1: Comparison of bounds obtained using the proposed approach, element-wise absolute-value bounds, and [PITH_FULL_IMAGE:figures/full_fig_p007_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Evolution of 1000 perturbed trajectories in the DC Motor case. Green lines mark the safe and target set [PITH_FULL_IMAGE:figures/full_fig_p009_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Evolution of 1000 perturbed trajectories in the temperature regulation case. Green and blue correspond to the [PITH_FULL_IMAGE:figures/full_fig_p010_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Evolution of 1000 perturbed trajectories starting from [PITH_FULL_IMAGE:figures/full_fig_p011_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: (a) Carla simulation environment with the fire truck [PITH_FULL_IMAGE:figures/full_fig_p012_5.png] view at source ↗
read the original abstract

In this paper, we present a novel framework for quantifying a lower bound on resilience in continuous-time (non)linear systems subject to external disturbances while ensuring satisfaction of signal temporal logic specifications. Unlike robustness, which evaluates how well a system satisfies a specification under a given disturbance, resilience measures the maximum disturbance a system can tolerate from a given initial state while maintaining specification satisfaction. We first derive bounds on the perturbed trajectories and then use them to formulate a computational method based on scenario optimization to efficiently compute the maximum admissible disturbance. We validate our approach through case studies, including dc motor, temperature regulation, a nonlinear numerical example, and a vehicle collision avoidance case.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

0 major / 3 minor

Summary. The paper presents a novel framework for quantifying a lower bound on resilience in continuous-time (non)linear systems subject to external disturbances while ensuring satisfaction of signal temporal logic (STL) specifications. Resilience is defined as the maximum disturbance tolerable from a given initial state while maintaining STL satisfaction. The approach first derives bounds on perturbed trajectories and then formulates a scenario optimization problem to compute the maximum admissible disturbance efficiently. The method is validated on case studies including a DC motor, temperature regulation, a nonlinear numerical example, and vehicle collision avoidance.

Significance. If the trajectory bounds and scenario optimization steps are sound, the framework provides a practical computational tool for assessing resilience in safety-critical systems with temporal logic constraints, bridging robustness analysis and disturbance tolerance. The use of scenario optimization for efficient lower-bound computation and the diversity of case studies (linear, nonlinear, and control applications) are strengths that support broader applicability in systems and control.

minor comments (3)
  1. [§3] §3 (trajectory bounds derivation): the transition from the nominal system to the perturbed trajectory bound should explicitly state the Lipschitz or growth conditions assumed on the vector field to ensure the bound holds for the full class of nonlinear systems considered.
  2. [Table 1] Table 1 (DC motor results): the reported resilience lower bound is given without the corresponding scenario sample size or violation probability; adding these would strengthen the connection to the scenario optimization guarantee in §4.
  3. [§5.3] §5.3 (vehicle collision avoidance): the STL formula for the specification is referenced but not written out; including the explicit predicate and temporal operators would improve reproducibility of the case study.

Simulated Author's Rebuttal

0 responses · 0 unresolved

We thank the referee for the positive summary of our work and the recommendation for minor revision. The referee correctly identifies the core contribution: a framework that derives perturbed trajectory bounds for continuous-time systems and then applies scenario optimization to compute a lower bound on the maximum tolerable disturbance while preserving STL satisfaction. We appreciate the recognition of the method's applicability to both linear and nonlinear systems as well as its relevance to safety-critical control problems.

Circularity Check

0 steps flagged

No significant circularity; derivation uses independent trajectory bounds and scenario optimization

full rationale

The paper derives bounds on perturbed trajectories from the system dynamics and then applies scenario optimization to compute a lower bound on the maximum admissible disturbance while preserving STL satisfaction. This chain does not reduce any claimed prediction or resilience value to a fitted parameter or self-referential definition by construction. No self-citation is load-bearing for the central result, no uniqueness theorem is imported from the authors' prior work, and no ansatz is smuggled in. The case studies (DC motor, temperature regulation, nonlinear example, vehicle collision avoidance) are presented as validation of the external bounds and optimization procedure rather than tautological outputs. The framework is therefore self-contained against external benchmarks.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

Abstract provides no explicit free parameters, axioms, or invented entities; technical details on system assumptions and bounding derivations are absent.

pith-pipeline@v0.9.0 · 5419 in / 991 out tokens · 34132 ms · 2026-05-10T11:18:28.706886+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

31 extracted references · 31 canonical work pages

  1. [1]

    Monitoring temporal properties of continuous signals

    Oded Maler and Dejan Nickovic. Monitoring temporal properties of continuous signals. InInternational symposium on formal techniques in real-time and fault-tolerant systems, pages 152–166. Springer, 2004

  2. [2]

    Robust satisfaction of temporal logic over real-valued signals

    Alexandre Donzé and Oded Maler. Robust satisfaction of temporal logic over real-valued signals. InInternational Conference on Formal Modeling and Analysis of Timed Systems, pages 92–106. Springer, 2010. 11 APREPRINT- APRIL17, 2026 (a) (b) (c) (d) Figure 5: (a) Carla simulation environment with the fire truck V1 (red) and autonomous vehicle V2 (blue) at an...

  3. [3]

    Robustness of temporal logic specifications for continuous-time signals.Theoretical Computer Science, 410(42):4262–4291, 2009

    Georgios E Fainekos and George J Pappas. Robustness of temporal logic specifications for continuous-time signals.Theoretical Computer Science, 410(42):4262–4291, 2009

  4. [4]

    Discounting in LTL

    Shaull Almagor, Udi Boker, and Orna Kupferman. Discounting in LTL. InTools and Algorithms for the Construction and Analysis of Systems: 20th International Conference, TACAS 2014, pages 424–439. Springer, 2014

  5. [5]

    Averaging in LTL

    Patricia Bouyer, Nicolas Markey, and Raj Mohan Matteplackel. Averaging in LTL. InInternational conference on concurrency theory, pages 266–280. Springer, 2014

  6. [6]

    Ezio Bartocci, Jyotirmoy Deshmukh, Alexandre Donzé, Georgios Fainekos, Oded Maler, Dejan Niˇckovi´c, and Sriram Sankaranarayanan. Specification-based monitoring of cyber-physical systems: a survey on theory, tools and applications.Lectures on Runtime Verification: Introductory and Advanced Topics, pages 135–175, 2018

  7. [7]

    Temporal logic falsification of cyber-physical systems: An input-signal-space optimization approach

    Arend Aerts, Bryan Tong Minh, Mohammad Reza Mousavi, and Michel A Reniers. Temporal logic falsification of cyber-physical systems: An input-signal-space optimization approach. In2018 IEEE International Conference on Software Testing, Verification and Validation Workshops (ICSTW), pages 214–223. IEEE, 2018

  8. [8]

    Extending signal temporal logic with quantitative semantics by intervals for robust monitoring of cyber-physical systems.ACM Transactions on Cyber-Physical Systems, 5(2):1–25, 2021

    Bingzhuo Zhong, Claudius Jordan, and Julien Provost. Extending signal temporal logic with quantitative semantics by intervals for robust monitoring of cyber-physical systems.ACM Transactions on Cyber-Physical Systems, 5(2):1–25, 2021

  9. [9]

    Parameter invariant monitoring for signal temporal logic

    Nima Roohi, Ramneet Kaur, James Weimer, Oleg Sokolsky, and Insup Lee. Parameter invariant monitoring for signal temporal logic. InProceedings of the 21st International Conference on Hybrid Systems: Computation and Control (part of CPS Week), pages 187–196, 2018

  10. [10]

    An stl-based formulation of resilience in cyber- physical systems

    Hongkai Chen, Shan Lin, Scott A Smolka, and Nicola Paoletti. An stl-based formulation of resilience in cyber- physical systems. InInternational Conference on Formal Modeling and Analysis of Timed Systems, pages 117–135. Springer, 2022. 12 APREPRINT- APRIL17, 2026

  11. [11]

    A logic-based resilience metric for water resource recovery facilities.Environmental Science: Water Research & Technology, 11(2):377–392, 2025

    Anna S Laino, Ben Wooding, Sadegh Soudjani, and Russell J Davenport. A logic-based resilience metric for water resource recovery facilities.Environmental Science: Water Research & Technology, 11(2):377–392, 2025

  12. [12]

    Temporal logic resilience for dynamical systems.IEEE Transactions on Automatic Control, pages 1–16, 2025

    Adnane Saoud, Pushpak Jagtap, and Sadegh Soudjani. Temporal logic resilience for dynamical systems.IEEE Transactions on Automatic Control, pages 1–16, 2025

  13. [13]

    Disturbance bounds for signal temporal logic task satisfaction: A dynamics perspective.IEEE Control Systems Letters, 6:2018–2023, 2021

    Prithvi Akella and Aaron D Ames. Disturbance bounds for signal temporal logic task satisfaction: A dynamics perspective.IEEE Control Systems Letters, 6:2018–2023, 2021

  14. [14]

    Complex approach to assessing resilience of critical infrastructure elements.International journal of critical infrastructure protection, 25:125–138, 2019

    David Rehak, Pavel Senovsky, Martin Hromada, and Tomas Lovecek. Complex approach to assessing resilience of critical infrastructure elements.International journal of critical infrastructure protection, 25:125–138, 2019

  15. [15]

    Developing cyber resilient systems: a systems security engineering approach

    Ron Ross, Victoria Pillitteri, Richard Graubart, Deborah Bodeau, and Rosalie McQuaid. Developing cyber resilient systems: a systems security engineering approach. Technical report, National Institute of Standards and Technology, 2019

  16. [16]

    Temporal logic resilience for cyber-physical systems

    Adnane Saoud, Pushpak Jagtap, and Sadegh Soudjani. Temporal logic resilience for cyber-physical systems. In 2023 62nd IEEE Conference on Decision and Control (CDC), pages 2066–2071. IEEE, 2023

  17. [17]

    Symbolic LTLF synthesis.arXiv preprint arXiv:1705.08426, 2017

    Shufang Zhu, Lucas M Tabajara, Jianwen Li, Geguang Pu, and Moshe Y Vardi. Symbolic LTLF synthesis.arXiv preprint arXiv:1705.08426, 2017

  18. [18]

    Non-conservative ultimate bound estimation in LTI perturbed systems.Automatica, 41(10):1835– 1838, 2005

    Ernesto Kofman. Non-conservative ultimate bound estimation in LTI perturbed systems.Automatica, 41(10):1835– 1838, 2005

  19. [19]

    Performance bounds for the scenario approach and an extension to a class of non-convex programs.IEEE Transactions on Automatic Control, 60(1):46–58, 2014

    Peyman Mohajerin Esfahani, Tobias Sutter, and John Lygeros. Performance bounds for the scenario approach and an extension to a class of non-convex programs.IEEE Transactions on Automatic Control, 60(1):46–58, 2014

  20. [20]

    Temporal logic robustness for general signal classes

    Houssam Abbas, Yash Vardhan Pant, and Rahul Mangharam. Temporal logic robustness for general signal classes. InProceedings of the 22nd ACM International Conference on Hybrid Systems: Computation and Control, pages 45–56, 2019

  21. [21]

    Distributionally robust control for chance-constrained signal temporal logic specifications.arXiv preprint arXiv:2409.03855, 2024

    Arash Bahari Kordabad, Eleftherios E Vlahakis, Lars Lindemann, Dimos V Dimarogonas, and Sadegh Soudjani. Distributionally robust control for chance-constrained signal temporal logic specifications.arXiv preprint arXiv:2409.03855, 2024

  22. [22]

    Reachability of uncertain linear systems using zonotopes

    Antoine Girard. Reachability of uncertain linear systems using zonotopes. InInternational workshop on hybrid systems: Computation and control, pages 291–305. Springer, 2005

  23. [23]

    On the stability properties of perturbed linear nonstationary systems

    M Vidyasagar, A Boyarsky, and A Vannelli. On the stability properties of perturbed linear nonstationary systems. Journal of Mathematical Analysis and Applications, 88(1):245–256, 1982

  24. [24]

    On linearly perturbed linear systems.Journal of mathematical analysis and applications, 112(2):317–327, 1985

    Bernd Aulbach. On linearly perturbed linear systems.Journal of mathematical analysis and applications, 112(2):317–327, 1985

  25. [25]

    Data-driven abstraction-based control synthesis.Nonlinear Analysis: Hybrid Systems, 52:101467, 2024

    Milad Kazemi, Rupak Majumdar, Mahmoud Salamati, Sadegh Soudjani, and Ben Wooding. Data-driven abstraction-based control synthesis.Nonlinear Analysis: Hybrid Systems, 52:101467, 2024

  26. [26]

    Formal verification of unknown discrete-and continuous-time systems: A data-driven approach.IEEE Transactions on Automatic Control, 68(5):3011–3024, 2023

    Ameneh Nejati, Abolfazl Lavaei, Pushpak Jagtap, Sadegh Soudjani, and Majid Zamani. Formal verification of unknown discrete-and continuous-time systems: A data-driven approach.IEEE Transactions on Automatic Control, 68(5):3011–3024, 2023

  27. [27]

    Sparse polynomial zonotopes: A novel set representation for reachability analysis.IEEE Transactions on Automatic Control, 66(9):4043–4058, 2021

    Niklas Kochdumper and Matthias Althoff. Sparse polynomial zonotopes: A novel set representation for reachability analysis.IEEE Transactions on Automatic Control, 66(9):4043–4058, 2021

  28. [28]

    DC motor speed control: A case between PID controller and fuzzy logic controller.international journal of multidisciplinary sciences and engineering, 4(4):36–40, 2013

    Philip A Adewuyi. DC motor speed control: A case between PID controller and fuzzy logic controller.international journal of multidisciplinary sciences and engineering, 4(4):36–40, 2013

  29. [29]

    Controller synthesis against omega-regular specifications: A funnel-based control approach.International Journal of Robust and Nonlinear Control, 34(11):7161–7173, 2024

    Pushpak Jagtap and Dimos V Dimarogonas. Controller synthesis against omega-regular specifications: A funnel-based control approach.International Journal of Robust and Nonlinear Control, 34(11):7161–7173, 2024

  30. [30]

    CommonRoad: Composable benchmarks for motion planning on roads

    Matthias Althoff, Markus Koschi, and Stefanie Manzinger. CommonRoad: Composable benchmarks for motion planning on roads. InProc. of the IEEE Intelligent Vehicles Symposium (IV), pages 244–251, Los Angeles, CA, USA, 2017

  31. [31]

    CARLA: An open urban driving simulator

    Alexey Dosovitskiy, German Ros, Felipe Codevilla, Antonio Lopez, and Vladlen Koltun. CARLA: An open urban driving simulator. InProceedings of the 1st Annual Conference on Robot Learning, pages 1–16, 2017. 13