Skip to main content

Showing 1–10 of 10 results for author: Sirjani, M

Searching in archive cs. Search in all archives.
.
  1. arXiv:2505.23549  [pdf, ps, other

    cs.SE

    LLM-based Property-based Test Generation for Guardrailing Cyber-Physical Systems

    Authors: Khashayar Etemadi, Marjan Sirjani, Mahshid Helali Moghadam, Per Strandberg, Paul Pettersson

    Abstract: Cyber-physical systems (CPSs) are complex systems that integrate physical, computational, and communication subsystems. The heterogeneous nature of these systems makes their safety assurance challenging. In this paper, we propose a novel automated approach for guardrailing cyber-physical systems using property-based tests (PBTs) generated by Large Language Models (LLMs). Our approach employs an LL… ▽ More

    Submitted 13 June, 2025; v1 submitted 29 May, 2025; originally announced May 2025.

  2. arXiv:2411.03160  [pdf, other

    cs.FL

    Hybrid Rebeca Revisited

    Authors: Fatemeh Ghassemi, Saeed Zhiany, Nesa Abbasimoghadam, Ali Hodaei, Ali Ataollahi, József Kovács, Erika Ábrahám, Marjan Sirjani

    Abstract: Hybrid Rebeca is a modeling framework for asynchronous event-based cyber-physical systems (CPSs). In this work, we extend Hybrid Rebeca to allow the modeling of non-deterministic time behavior. Besides the syntactical extension, we formalize the semantics of the extended language in terms of Timed Transition Systems, and adapt a reachability analysis algorithm originally designed for hybrid automa… ▽ More

    Submitted 10 March, 2025; v1 submitted 5 November, 2024; originally announced November 2024.

  3. Formal Verification of Consistency for Systems with Redundant Controllers

    Authors: Bjarne Johansson, Bahman Pourvatan, Zahra Moezkarimi, Alessandro Papadopoulos, Marjan Sirjani

    Abstract: A potential problem that may arise in the domain of distributed control systems is the existence of more than one primary controller in redundancy plans that may lead to inconsistency. An algorithm called NRP FD is proposed to solve this issue by prioritizing consistency over availability. In this paper, we demonstrate how by using modeling and formal verification, we discovered an issue in NRP FD… ▽ More

    Submitted 27 March, 2024; originally announced March 2024.

    Comments: In Proceedings MARS 2024, arXiv:2403.17862

    Journal ref: EPTCS 399, 2024, pp. 169-191

  4. arXiv:2312.16516  [pdf, other

    cs.CV

    ConstScene: Dataset and Model for Advancing Robust Semantic Segmentation in Construction Environments

    Authors: Maghsood Salimi, Mohammad Loni, Sara Afshar, Antonio Cicchetti, Marjan Sirjani

    Abstract: The increasing demand for autonomous machines in construction environments necessitates the development of robust object detection algorithms that can perform effectively across various weather and environmental conditions. This paper introduces a new semantic segmentation dataset specifically tailored for construction sites, taking into account the diverse challenges posed by adverse weather and… ▽ More

    Submitted 19 January, 2024; v1 submitted 27 December, 2023; originally announced December 2023.

    Comments: 9 pages

  5. Timed Actors and Their Formal Verification

    Authors: Marjan Sirjani, Ehsan Khamespanah

    Abstract: In this paper we review the actor-based language, Timed Rebeca, with a focus on its formal semantics and formal verification techniques. Timed Rebeca can be used to model systems consisting of encapsulated components which communicate by asynchronous message passing. Messages are put in the message buffer of the receiver actor and can be seen as events. Components react to these messages/events… ▽ More

    Submitted 13 September, 2023; originally announced September 2023.

    Comments: In Proceedings EXPRESS/SOS2023, arXiv:2309.05788

    Journal ref: EPTCS 387, 2023, pp. 1-7

  6. arXiv:2205.10224  [pdf, other

    cs.NI cs.FL cs.LO

    Schedulability Analysis of WSAN Applications: Outperformance of A Model Checking Approach

    Authors: Ehsan Khamespanah, Morteza Mohaqeqi, Mohammad Ashjaei, Marjan Sirjani

    Abstract: Wireless sensor and actuator networks (WSAN) are real-time systems which demand high degrees of reliability requirements. To ensure this level of reliability, different analysis approaches have been proposed for WSAN applications. Among different alternatives, analytical analysis and model checking are two common approaches which are widely used for the formal analysis of WSAN applications. Analyt… ▽ More

    Submitted 30 April, 2022; originally announced May 2022.

  7. Specification and Verification of Timing Properties in Interoperable Medical Systems

    Authors: Mahsa Zarneshan, Fatemeh Ghassemi, Ehsan Khamespanah, Marjan Sirjani, John Hatcliff

    Abstract: To support the dynamic composition of various devices/apps into a medical system at point-of-care, a set of communication patterns to describe the communication needs of devices has been proposed. To address timing requirements, each pattern breaks common timing properties into finer ones that can be enforced locally by the components. Common timing requirements for the underlying communication su… ▽ More

    Submitted 31 May, 2022; v1 submitted 7 December, 2020; originally announced December 2020.

    Journal ref: Logical Methods in Computer Science, Volume 18, Issue 2 (June 1, 2022) lmcs:6964

  8. arXiv:1905.06732  [pdf, other

    cs.SE cs.FL

    Magnifier: A Compositional Analysis Approach for Autonomous Traffic Control

    Authors: Maryam Bagheri, Marjan Sirjani, Ehsan Khamespanah, Christel Baier, Ali Movaghar

    Abstract: Autonomous traffic control systems are large-scale systems with critical goals. Due to the dynamic nature of the surrounding world of these systems, assuring the satisfaction of their properties at runtime and in the presence of a change is important. A prominent approach to assure the correct behavior of these systems is verification at runtime, which has strict time and memory limitations. To ta… ▽ More

    Submitted 11 March, 2021; v1 submitted 20 April, 2019; originally announced May 2019.

  9. arXiv:1905.01137  [pdf, other

    cs.NI

    VeriVANca: An Actor-Based Framework for Formal Verification of Warning Message Dissemination Schemes in VANETs

    Authors: Farnaz Yousefi, Ehsan Khamespanah, Mohammed Gharib, Marjan Sirjani, Ali Movaghar

    Abstract: One of the applications of vehicular ad-hoc networks is warning message dissemination among vehicles in dangerous situations to prevent more damage. The only communication mechanism for message dissemination is multi-hop broadcast; in which, forwarding a received message have to be regulated using a scheme regarding the selection of forwarding nodes. When analyzing these schemes, simulation-based… ▽ More

    Submitted 16 April, 2019; originally announced May 2019.

  10. Modelling and Simulation of Asynchronous Real-Time Systems using Timed Rebeca

    Authors: Luca Aceto, Matteo Cimini, Anna Ingolfsdottir, Arni Hermann Reynisson, Steinar Hugi Sigurdarson, Marjan Sirjani

    Abstract: In this paper we propose an extension of the Rebeca language that can be used to model distributed and asynchronous systems with timing constraints. We provide the formal semantics of the language using Structural Operational Semantics, and show its expressiveness by means of examples. We developed a tool for automated translation from timed Rebeca to the Erlang language, which provides a first im… ▽ More

    Submitted 31 July, 2011; originally announced August 2011.

    Comments: In Proceedings FOCLASA 2011, arXiv:1107.5847

    Journal ref: EPTCS 58, 2011, pp. 1-19