Skip to main content
arXiv is now an independent nonprofit! Learn more

Showing 1–50 of 64 results for author: Easwaran, A

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

    cs.SE cs.CL

    Building real-time digital twin instances with Function+Data Flow: user evaluation and extension for iterative pipelines

    Authors: Eduardo de Conto, Blaise Genest, Arvind Easwaran, Nicholas Ng, Shweta Menon

    Abstract: Digital twins (DTs) increasingly leverage artificial intelligence (AI) and machine learning (ML) pipelines, both to build real-time DTs from high-fidelity simulations and to instantiate them with historical data. However, engineering these pipelines remains largely ad-hoc: pipelines are hard to specify, validate, and reuse, with scarce dedicated tooling. Function+Data Flow (FDF) addresses this by… ▽ More

    Submitted 18 August, 2026; originally announced August 2026.

    Comments: 36 pages, 18 figures, submitted to SoSyM journal

  2. arXiv:2608.02993  [pdf, ps, other

    cs.AI cs.RO

    Neurosymbolic Reasoning with Incremental Knowledge for Sample Efficient Hierarchical Reinforcement Learning

    Authors: Subrat Prasad Panda, Blaise Genest, Arvind Easwaran

    Abstract: (Flat) Reinforcement Learning (RL) agents face significant challenges in environments with sparse rewards that require long-horizon reasoning. A compelling approach to improve sample efficiency is to incorporate knowledge into learning and decision-making. In standard Hierarchical RL (HRL), knowledge is encoded in a fixed, non-updatable form, such as architectural choices, and remains unchanged th… ▽ More

    Submitted 3 August, 2026; originally announced August 2026.

    Comments: Published in ECML-PKDD 2026

  3. arXiv:2606.04812  [pdf, ps, other

    cs.LG cs.AI

    Scenario Generation for Risk-Aware Reinforcement Learning with Probably Approximately Safe Guarantees

    Authors: Mohit Prashant, Arvind Easwaran

    Abstract: Guaranteeing safety is critical to the deployment of reinforcement learning (RL) agents in the real-world, especially as policies learned using deep RL may demonstrate susceptibility to transition perturbations that result in unknown or unsafe behaviour. A method of policy verification is to construct probabilistic barrier-certificates by sampling policy trajectories with respect to safety constra… ▽ More

    Submitted 5 June, 2026; v1 submitted 3 June, 2026; originally announced June 2026.

    Comments: 8 pages, preprint

  4. arXiv:2605.07837  [pdf, ps, other

    cs.LG cs.AI

    Approximation-Free Differentiable Oblique Decision Trees

    Authors: Subrat Prasad Panda, Blaise Genest, Arvind Easwaran

    Abstract: Decision Trees (DTs) are widely used in safety-critical domains such as medical diagnosis, valued for their interpretability and effectiveness on tabular data. However, training accurate oblique DTs is challenging due to complex optimization landscapes and overfitting risks, particularly in regression. Recent advances have introduced differentiable formulations that enable gradient-based training… ▽ More

    Submitted 8 May, 2026; originally announced May 2026.

    Comments: Accepted for publication in JMLR, Vol. 27, 2026

    Journal ref: JMLR 27(125):1-31, 2026

  5. Real-Time Service Subscription and Adaptive Offloading Control in Vehicular Edge Computing

    Authors: Chuanchao Gao, Arvind Easwaran

    Abstract: Vehicular Edge Computing (VEC) has emerged as a promising paradigm for enhancing the computational efficiency and service quality in intelligent transportation systems by enabling vehicles to wirelessly offload computation-intensive tasks to nearby Roadside Units. However, efficient task offloading and resource allocation for time-critical applications in VEC remain challenging due to constrained… ▽ More

    Submitted 15 December, 2025; originally announced December 2025.

    Comments: Accepted in 2025 IEEE Real-Time Systems Symposium (RTSS)

    Journal ref: 2025 IEEE Real-Time Systems Symposium (RTSS)

  6. arXiv:2512.10522  [pdf, ps, other

    cs.LG

    Disentangled and Distilled Encoder for Out-of-Distribution Reasoning with Rademacher Guarantees

    Authors: Zahra Rahiminasab, Michael Yuhas, Arvind Easwaran

    Abstract: Recently, the disentangled latent space of a variational autoencoder (VAE) has been used to reason about multi-label out-of-distribution (OOD) test samples that are derived from different distributions than training samples. Disentangled latent space means having one-to-many maps between latent dimensions and generative factors or important characteristics of an image. This paper proposes a disent… ▽ More

    Submitted 11 December, 2025; originally announced December 2025.

  7. Energy-Efficient Joint Offloading and Resource Allocation for Deadline-Constrained Tasks in Multi-Access Edge Computing

    Authors: Chuanchao Gao, Arvind Easwaran

    Abstract: This paper addresses the deadline-constrained task offloading and resource allocation problem in multi-access edge computing. We aim to determine where each task is offloaded and processed, as well as corresponding communication and computation resource allocations, to maximize the total saved energy for IoT devices, while considering task deadline and system resource constraints. Especially, our… ▽ More

    Submitted 14 September, 2025; originally announced September 2025.

    Journal ref: 2025 IEEE 31st International Conference on Embedded and Real-Time Computing Systems and Applications (RTCSA)

  8. arXiv:2508.17988  [pdf, ps, other

    cs.SE cs.LG

    DesCartes Builder: A Tool to Develop Machine-Learning Based Digital Twins

    Authors: Eduardo de Conto, Blaise Genest, Arvind Easwaran, Nicholas Ng, Shweta Menon

    Abstract: Digital twins (DTs) are increasingly utilized to monitor, manage, and optimize complex systems across various domains, including civil engineering. A core requirement for an effective DT is to act as a fast, accurate, and maintainable surrogate of its physical counterpart, the physical twin (PT). To this end, machine learning (ML) is frequently employed to (i) construct real-time DT prototypes usi… ▽ More

    Submitted 25 August, 2025; originally announced August 2025.

    Comments: 5 pages, 4 figures. Accepted at EDTconf 2025

  9. arXiv:2507.12383  [pdf, ps, other

    cs.LG

    Improving Reinforcement Learning Sample-Efficiency using Local Approximation

    Authors: Mohit Prashant, Arvind Easwaran

    Abstract: In this study, we derive Probably Approximately Correct (PAC) bounds on the asymptotic sample-complexity for RL within the infinite-horizon Markov Decision Process (MDP) setting that are sharper than those in existing literature. The premise of our study is twofold: firstly, the further two states are from each other, transition-wise, the less relevant the value of the first state is when learning… ▽ More

    Submitted 16 July, 2025; originally announced July 2025.

    Comments: Preprint

  10. arXiv:2506.17633  [pdf, ps, other

    cs.CV cs.AI

    Adaptive Multi-prompt Contrastive Network for Few-shot Out-of-distribution Detection

    Authors: Xiang Fang, Arvind Easwaran, Blaise Genest

    Abstract: Out-of-distribution (OOD) detection attempts to distinguish outlier samples to prevent models trained on the in-distribution (ID) dataset from producing unavailable outputs. Most OOD detection methods require many IID samples for training, which seriously limits their real-world applications. To this end, we target a challenging setting: few-shot OOD detection, where {Only a few {\em labeled ID} s… ▽ More

    Submitted 25 May, 2026; v1 submitted 21 June, 2025; originally announced June 2025.

    Comments: Published in ICML 2025

  11. Energy-Efficient Real-Time Job Mapping and Resource Management in Mobile-Edge Computing

    Authors: Chuanchao Gao, Niraj Kumar, Arvind Easwaran

    Abstract: Mobile-edge computing (MEC) has emerged as a promising paradigm for enabling Internet of Things (IoT) devices to handle computation-intensive jobs. Due to the imperfect parallelization of algorithms for job processing on servers and the impact of IoT device mobility on data communication quality in wireless networks, it is crucial to jointly consider server resource allocation and IoT device mobil… ▽ More

    Submitted 14 June, 2025; originally announced June 2025.

    Journal ref: 2024 IEEE Real-Time Systems Symposium (RTSS)

  12. arXiv:2503.22248  [pdf, other

    cs.LG cs.RO

    CRLLK: Constrained Reinforcement Learning for Lane Keeping in Autonomous Driving

    Authors: Xinwei Gao, Arambam James Singh, Gangadhar Royyuru, Michael Yuhas, Arvind Easwaran

    Abstract: Lane keeping in autonomous driving systems requires scenario-specific weight tuning for different objectives. We formulate lane-keeping as a constrained reinforcement learning problem, where weight coefficients are automatically learned along with the policy, eliminating the need for scenario-specific tuning. Empirically, our approach outperforms traditional RL in efficiency and reliability. Addit… ▽ More

    Submitted 28 March, 2025; originally announced March 2025.

    Comments: Accepted at AAMAS 2025 (Demonstration Track), 3 pages, 2 figures, 1 table

    ACM Class: I.2.6; I.2.9; I.5.1; C.3; I.2.11

  13. arXiv:2503.16794  [pdf, other

    cs.DC cs.DM cs.DS

    Local Ratio based Real-time Job Offloading and Resource Allocation in Mobile Edge Computing

    Authors: Chuanchao Gao, Arvind Easwaran

    Abstract: Mobile Edge Computing (MEC) has emerged as a promising paradigm enabling vehicles to handle computation-intensive and time-sensitive applications for intelligent transportation. Due to the limited resources in MEC, effective resource management is crucial for improving system performance. While existing studies mostly focus on the job offloading problem and assume that job resource demands are fix… ▽ More

    Submitted 20 March, 2025; originally announced March 2025.

    Comments: accepted by The 4th Real-time And intelliGent Edge computing workshop, hold on May 6th, 2025 in Irvine, CA, USA

  14. arXiv:2503.05238  [pdf, other

    cs.LG

    Guaranteeing Out-Of-Distribution Detection in Deep RL via Transition Estimation

    Authors: Mohit Prashant, Arvind Easwaran, Suman Das, Michael Yuhas

    Abstract: An issue concerning the use of deep reinforcement learning (RL) agents is whether they can be trusted to perform reliably when deployed, as training environments may not reflect real-life environments. Anticipating instances outside their training scope, learning-enabled systems are often equipped with out-of-distribution (OOD) detectors that alert when a trained system encounters a state it does… ▽ More

    Submitted 7 March, 2025; originally announced March 2025.

  15. arXiv:2412.15668  [pdf, ps, other

    cs.CV

    Adaptive Hierarchical Graph Cut for Multi-granularity Out-of-distribution Detection

    Authors: Xiang Fang, Arvind Easwaran, Blaise Genest, Ponnuthurai Nagaratnam Suganthan

    Abstract: This paper focuses on a significant yet challenging task: out-of-distribution detection (OOD detection), which aims to distinguish and reject test samples with semantic shifts, so as to prevent models trained on in-distribution (ID) data from producing unreliable predictions. Although previous works have made decent success, they are ineffective for real-world challenging applications since these… ▽ More

    Submitted 25 May, 2026; v1 submitted 20 December, 2024; originally announced December 2024.

    Comments: Published in IEEE Transactions on Artificial Intelligence

  16. arXiv:2412.06284  [pdf, ps, other

    cs.CV

    Your Data Is Not Perfect: Towards Cross-Domain Out-of-Distribution Detection in Class-Imbalanced Data

    Authors: Xiang Fang, Arvind Easwaran, Blaise Genest, Ponnuthurai Nagaratnam Suganthan

    Abstract: Previous OOD detection systems only focus on the semantic gap between ID and OOD samples. Besides the semantic gap, we are faced with two additional gaps: the domain gap between source and target domains, and the class-imbalance gap between different classes. In fact, similar objects from different domains should belong to the same class. In this paper, we introduce a realistic yet challenging set… ▽ More

    Submitted 25 May, 2026; v1 submitted 9 December, 2024; originally announced December 2024.

    Comments: Accepted by Expert Systems with Applications

  17. arXiv:2410.13031  [pdf, other

    cs.CR

    A Location Validation Technique to Mitigate GPS Spoofing Attacks in IEEE 802.11p based Fleet Operator's Network of Electric Vehicles

    Authors: Ankita Samaddar, Arvind Easwaran

    Abstract: Most vehicular applications in electric vehicles use IEEE 802.11p protocol for vehicular communications. Vehicle rebalancing application is one such application that has been used by many car rental service providers to overcome the disparity between vehicle demand and vehicle supply at different charging stations. Vehicle rebalancing application uses the GPS location data of the vehicles periodic… ▽ More

    Submitted 16 October, 2024; originally announced October 2024.

    Comments: 8 Pages, 11 figures, IEEE Intelligent Transportation Systems Conference (ITSC)

    Report number: IEEE Intelligent Transportation Systems Conference (ITSC) 2024

  18. Cluster-based Network Time Synchronization for Resilience with Energy Efficiency

    Authors: Nitin Shivaraman, Patrick Schuster, Saravanan Ramanathan, Arvind Easwaran, Sebastian Steinhorst

    Abstract: Time synchronization of devices in Internet-of-Things (IoT) networks is one of the challenging problems and a pre-requisite for the design of low-latency applications. Although many existing solutions have tried to address this problem, almost all solutions assume all the devices (nodes) in the network are faultless. Furthermore, these solutions exchange a large number of messages to achieve synch… ▽ More

    Submitted 22 September, 2024; originally announced September 2024.

  19. arXiv:2409.14293  [pdf, other

    cs.MA eess.SY math.OC

    A novel load distribution strategy for aggregators using IoT-enabled mobile devices

    Authors: Nitin Shivaraman, Jakob Fittler, Saravanan Ramanathan, Arvind Easwaran, Sebastian Steinhorst

    Abstract: The rapid proliferation of Internet-of-things (IoT) as well as mobile devices such as Electric Vehicles (EVs), has led to unpredictable load at the grid. The demand to supply ratio is particularly exacerbated at a few grid aggregators (charging stations) with excessive demand due to the geographic location, peak time, etc. Existing solutions on demand response cannot achieve significant improvemen… ▽ More

    Submitted 9 December, 2024; v1 submitted 21 September, 2024; originally announced September 2024.

    Journal ref: 10.1109/SmartGridComm51999.2021.9632317

  20. arXiv:2409.09953  [pdf, ps, other

    cs.CV

    Uncertainty-Guided Appearance-Motion Association Network for Out-of-Distribution Action Detection

    Authors: Xiang Fang, Arvind Easwaran, Blaise Genest

    Abstract: Out-of-distribution (OOD) detection targets to detect and reject test samples with semantic shifts, to prevent models trained on in-distribution (ID) dataset from producing unreliable predictions. Existing works only extract the appearance features on image datasets, and cannot handle dynamic multimedia scenarios with much motion information. Therefore, we target a more realistic and challenging O… ▽ More

    Submitted 25 May, 2026; v1 submitted 15 September, 2024; originally announced September 2024.

    Comments: Accepted by MIPR 2024

  21. arXiv:2409.00880  [pdf, other

    cs.LG

    Compressing VAE-Based Out-of-Distribution Detectors for Embedded Deployment

    Authors: Aditya Bansal, Michael Yuhas, Arvind Easwaran

    Abstract: Out-of-distribution (OOD) detectors can act as safety monitors in embedded cyber-physical systems by identifying samples outside a machine learning model's training distribution to prevent potentially unsafe actions. However, OOD detectors are often implemented using deep neural networks, which makes it difficult to meet real-time deadlines on embedded systems with memory and power constraints. We… ▽ More

    Submitted 1 September, 2024; originally announced September 2024.

    Comments: Accepted to IEEE RTCSA 2024

  22. Vanilla Gradient Descent for Oblique Decision Trees

    Authors: Subrat Prasad Panda, Blaise Genest, Arvind Easwaran, Ponnuthurai Nagaratnam Suganthan

    Abstract: Decision Trees (DTs) constitute one of the major highly non-linear AI models, valued, e.g., for their efficiency on tabular data. Learning accurate DTs is, however, complicated, especially for oblique DTs, and does take a significant training time. Further, DTs suffer from overfitting, e.g., they proverbially "do not generalize" in regression tasks. Recently, some works proposed ways to make (obli… ▽ More

    Submitted 15 October, 2024; v1 submitted 17 August, 2024; originally announced August 2024.

    Comments: Published in European Conference on Artificial Intelligence (ECAI), 2024. Full version (includes supplementary material)

  23. arXiv:2406.19670  [pdf, other

    cs.SE cs.AI cs.LG

    Function+Data Flow: A Framework to Specify Machine Learning Pipelines for Digital Twinning

    Authors: Eduardo de Conto, Blaise Genest, Arvind Easwaran

    Abstract: The development of digital twins (DTs) for physical systems increasingly leverages artificial intelligence (AI), particularly for combining data from different sources or for creating computationally efficient, reduced-dimension models. Indeed, even in very different application domains, twinning employs common techniques such as model order reduction and modelization with hybrid data (that is, da… ▽ More

    Submitted 8 July, 2024; v1 submitted 28 June, 2024; originally announced June 2024.

    Comments: 9 pages, 10 figures, to be published in AIware'24

  24. arXiv:2403.13411  [pdf, other

    cs.DC

    Optimal Fixed Priority Scheduling in Multi-Stage Multi-Resource Distributed Real-Time Systems

    Authors: Niraj Kumar, Chuanchao Gao, Arvind Easwaran

    Abstract: This work studies fixed priority (FP) scheduling of real-time jobs with end-to-end deadlines in a distributed system. Specifically, given a multi-stage pipeline with multiple heterogeneous resources of the same type at each stage, the problem is to assign priorities to a set of real-time jobs with different release times to access a resource at each stage of the pipeline subject to the end-to-end… ▽ More

    Submitted 20 March, 2024; originally announced March 2024.

    Comments: Accepted in DATE (Design, Automation and Test in Europe Conference) 2024

  25. arXiv:2307.13419  [pdf, other

    cs.LG cs.RO eess.SY

    Co-Design of Out-of-Distribution Detectors for Autonomous Emergency Braking Systems

    Authors: Michael Yuhas, Arvind Easwaran

    Abstract: Learning enabled components (LECs), while critical for decision making in autonomous vehicles (AVs), are likely to make incorrect decisions when presented with samples outside of their training distributions. Out-of-distribution (OOD) detectors have been proposed to detect such samples, thereby acting as a safety monitor, however, both OOD detectors and LECs require heavy utilization of embedded h… ▽ More

    Submitted 25 July, 2023; originally announced July 2023.

    Comments: 8 pages, 6 figures, ITSC 2023

  26. arXiv:2304.01592  [pdf, other

    cs.AI

    PAC-Based Formal Verification for Out-of-Distribution Data Detection

    Authors: Mohit Prashant, Arvind Easwaran

    Abstract: Cyber-physical systems (CPS) like autonomous vehicles, that utilize learning components, are often sensitive to noise and out-of-distribution (OOD) instances encountered during runtime. As such, safety critical tasks depend upon OOD detection subsystems in order to restore the CPS to a known state or interrupt execution to prevent safety from being compromised. However, it is difficult to guarante… ▽ More

    Submitted 4 April, 2023; originally announced April 2023.

    Comments: 10 pages

  27. arXiv:2211.11520  [pdf, other

    cs.RO cs.LG

    Demo Abstract: Real-Time Out-of-Distribution Detection on a Mobile Robot

    Authors: Michael Yuhas, Arvind Easwaran

    Abstract: In a cyber-physical system such as an autonomous vehicle (AV), machine learning (ML) models can be used to navigate and identify objects that may interfere with the vehicle's operation. However, ML models are unlikely to make accurate decisions when presented with data outside their training distribution. Out-of-distribution (OOD) detection can act as a safety monitor for ML models by identifying… ▽ More

    Submitted 14 November, 2022; originally announced November 2022.

    Comments: 3 pages, 5 figures, RTSS 2022

  28. arXiv:2210.09959  [pdf, other

    cs.LG

    Out of Distribution Reasoning by Weakly-Supervised Disentangled Logic Variational Autoencoder

    Authors: Zahra Rahiminasab, Michael Yuhas, Arvind Easwaran

    Abstract: Out-of-distribution (OOD) detection, i.e., finding test samples derived from a different distribution than the training set, as well as reasoning about such samples (OOD reasoning), are necessary to ensure the safety of results generated by machine learning models. Recently there have been promising results for OOD detection in the latent space of variational autoencoders (VAEs). However, without… ▽ More

    Submitted 18 October, 2022; originally announced October 2022.

    Comments: Accepted in The 6th International Conference on System Reliability and Safety (ICSRS) 2022

  29. arXiv:2208.10765  [pdf

    cs.CV cs.RO

    A Low-Cost Lane-Following Algorithm for Cyber-Physical Robots

    Authors: Archit Gupta, Arvind Easwaran

    Abstract: Duckiebots are low-cost mobile robots that are widely used in the fields of research and education. Although there are existing self-driving algorithms for the Duckietown platform, they are either too complex or perform too poorly to navigate a multi-lane track. Moreover, it is essential to give memory and computational resources to a Duckiebot so it can perform additional tasks such as out-of-dis… ▽ More

    Submitted 9 October, 2023; v1 submitted 23 August, 2022; originally announced August 2022.

  30. arXiv:2207.14694  [pdf, other

    cs.LG

    Design Methodology for Deep Out-of-Distribution Detectors in Real-Time Cyber-Physical Systems

    Authors: Michael Yuhas, Daniel Jun Xian Ng, Arvind Easwaran

    Abstract: When machine learning (ML) models are supplied with data outside their training distribution, they are more likely to make inaccurate predictions; in a cyber-physical system (CPS), this could lead to catastrophic system failure. To mitigate this risk, an out-of-distribution (OOD) detector can run in parallel with an ML model and flag inputs that could lead to undesirable outcomes. Although OOD det… ▽ More

    Submitted 29 July, 2022; originally announced July 2022.

    Comments: 6 pages, 10 figures

  31. Deadline-constrained Multi-resource Task Mapping and Allocation for Edge-Cloud Systems

    Authors: Chuanchao Gao, Aryaman Shaan, Arvind Easwaran

    Abstract: In an edge-cloud system, mobile devices can offload their computation intensive tasks to an edge or cloud server to guarantee the quality of service or satisfy task deadline requirements. However, it is challenging to determine where tasks should be offloaded and processed, and how much network and computation resources should be allocated to them, such that a system with limited resources can obt… ▽ More

    Submitted 7 March, 2023; v1 submitted 13 June, 2022; originally announced June 2022.

    Journal ref: GLOBECOM 2022 - 2022 IEEE Global Communications Conference, Rio de Janeiro, Brazil, 2022, pp. 5037-5043

  32. arXiv:2108.11800  [pdf, other

    cs.LG cs.AI

    Efficient Out-of-Distribution Detection Using Latent Space of $β$-VAE for Cyber-Physical Systems

    Authors: Shreyas Ramakrishna, Zahra Rahiminasab, Gabor Karsai, Arvind Easwaran, Abhishek Dubey

    Abstract: Deep Neural Networks are actively being used in the design of autonomous Cyber-Physical Systems (CPSs). The advantage of these models is their ability to handle high-dimensional state-space and learn compact surrogate representations of the operational state spaces. However, the problem is that the sampled observations used for training the model may never cover the entire state space of the physi… ▽ More

    Submitted 26 August, 2021; originally announced August 2021.

    Comments: Paper accepted for ACM Transactions on Cyber-Physical Systems (2021)

  33. arXiv:2107.11750  [pdf, other

    cs.LG cs.CV

    Improving Variational Autoencoder based Out-of-Distribution Detection for Embedded Real-time Applications

    Authors: Yeli Feng, Daniel Jun Xian Ng, Arvind Easwaran

    Abstract: Uncertainties in machine learning are a significant roadblock for its application in safety-critical cyber-physical systems (CPS). One source of uncertainty arises from distribution shifts in the input data between training and test scenarios. Detecting such distribution shifts in real-time is an emerging approach to address the challenge. The high dimensional input space in CPS applications invol… ▽ More

    Submitted 30 July, 2021; v1 submitted 25 July, 2021; originally announced July 2021.

    Comments: This article appears as part of the ESWEEK-TECS special issue and will be presented in the International Conference on Embedded Software (EMSOFT), 2021

  34. WiP Abstract : Robust Out-of-distribution Motion Detection and Localization in Autonomous CPS

    Authors: Yeli Feng, Arvind Easwaran

    Abstract: Highly complex deep learning models are increasingly integrated into modern cyber-physical systems (CPS), many of which have strict safety requirements. One problem arising from this is that deep learning lacks interpretability, operating as a black box. The reliability of deep learning is heavily impacted by how well the model training data represents runtime test data, especially when the input… ▽ More

    Submitted 25 July, 2021; originally announced July 2021.

  35. Embedded out-of-distribution detection on an autonomous robot platform

    Authors: Michael Yuhas, Yeli Feng, Daniel Jun Xian Ng, Zahra Rahiminasab, Arvind Easwaran

    Abstract: Machine learning (ML) is actively finding its way into modern cyber-physical systems (CPS), many of which are safety-critical real-time systems. It is well known that ML outputs are not reliable when testing data are novel with regards to model training and validation data, i.e., out-of-distribution (OOD) test data. We implement an unsupervised deep neural network-based OOD detector on a real-time… ▽ More

    Submitted 30 June, 2021; originally announced June 2021.

    Comments: 6 pages, 8 figures

    Journal ref: Yuhas, M., Feng, Y., Ng, D. J. X., Rahiminasab, Z., & Easwaran, A. (2021, May). Embedded out-of-distribution detection on an autonomous robot platform. In Proceedings of the Workshop on Design Automation for CPS and IoT (pp. 13-18)

  36. arXiv:2104.11474  [pdf, other

    cs.SE

    Monitoring Cumulative Cost Properties

    Authors: Omar Al-Bataineh, Daniel Jun Xian Ng, Arvind Easwaran

    Abstract: This paper considers the problem of decentralized monitoring of a class of non-functional properties (NFPs) with quantitative operators, namely cumulative cost properties. The decentralized monitoring of NFPs can be a non-trivial task for several reasons: (i) they are typically expressed at a high abstraction level where inter-event dependencies are hidden, (ii) NFPs are difficult to be monitored… ▽ More

    Submitted 23 April, 2021; originally announced April 2021.

    Comments: 12 pages, 8 figures, 5 tables, accepted in FormaliSE 2021

  37. Challenges in Digital Twin Development for Cyber-Physical Production Systems

    Authors: Heejong Park, Arvind Easwaran, Sidharta Andalam

    Abstract: The recent advancement of information and communication technology makes digitalisation of an entire manufacturing shop-floor possible where physical processes are tightly intertwined with their cyber counterparts. This led to an emergence of a concept of digital twin, which is a realistic virtual copy of a physical object. Digital twin will be the key technology in Cyber-Physical Production Syste… ▽ More

    Submitted 3 February, 2021; originally announced February 2021.

    Comments: This is a post-peer-review, pre-copyedit version of an article published in Cyber Physical Systems. Model-Based Design. The final authenticated version is available online at: http://dx.doi.org/10.1007/978-3-030-23703-5_2

    Journal ref: Cyber Physical Systems. Model-Based Design (2018)

  38. Online Cycle Detection for Models with Mode-Dependent Input and Output Dependencies

    Authors: Heejong Park, Arvind Easwaran, Etienne Borde

    Abstract: In the fields of co-simulation and component-based modelling, designers import models as building blocks to create a composite model that provides more complex functionalities. Modelling tools perform instantaneous cycle detection (ICD) on the composite models having feedback loops to reject the models if the loops are mathematically unsound and to improve simulation performance. In this case, the… ▽ More

    Submitted 3 February, 2021; originally announced February 2021.

    Comments: \c{opyright} 2021. This manuscript version is made available under the CC-BY-NC-ND 4.0 license http://creativecommons.org/licenses/by-nc-nd/4.0/

    Journal ref: Journal of Systems Architecture (2021)

  39. arXiv:2007.10141  [pdf, other

    eess.SY cs.FL

    PAC Model Checking of Black-Box Continuous-Time Dynamical Systems

    Authors: Bai Xue, Miaomiao Zhang, Arvind Easwaran, Qin Li

    Abstract: In this paper we present a novel model checking approach to finite-time safety verification of black-box continuous-time dynamical systems within the framework of probably approximately correct (PAC) learning. The black-box dynamical systems are the ones, for which no model is given but whose states changing continuously through time within a finite time interval can be observed at some discrete t… ▽ More

    Submitted 17 July, 2020; originally announced July 2020.

    Comments: Accepted by IEEE TCAD. arXiv admin note: text overlap with arXiv:1207.1272 by other authors

  40. arXiv:2006.15832  [pdf, ps, other

    cs.NI

    Resilience Bounds of Network Clock Synchronization with Fault Correction

    Authors: Linshan Jiang, Rui Tan, Arvind Easwaran

    Abstract: The Internet of Things (IoT) will be a main data generation infrastructure for achieving better system intelligence. This paper considers the design and implementation of a practical privacy-preserving collaborative learning scheme, in which a curious learning coordinator trains a better machine learning model based on the data samples contributed by a number of IoT objects, while the confidential… ▽ More

    Submitted 29 June, 2020; originally announced June 2020.

  41. arXiv:2004.14804  [pdf, other

    cs.CR

    Real-Time Energy Monitoring in IoT-enabled Mobile Devices

    Authors: Nitin Shivaraman, Seima Saki, Zhiwei Liu, Saravanan Ramanathan, Arvind Easwaran, Sebastian Steinhorst

    Abstract: With rapid advancements in the Internet of Things (IoT) paradigm, electrical devices in the near future is expected to have IoT capabilities. This enables fine-grained tracking of individual energy consumption data of such devices, offering location-independent per-device billing. Thus, it is more fine-grained than the location-based metering of state-of-the-art infrastructure, which traditionally… ▽ More

    Submitted 29 April, 2020; originally announced April 2020.

    Comments: 4 pages, 6 figures, accepted DATE 2020 conference

  42. arXiv:2004.14559  [pdf, ps, other

    cs.DC cs.NI

    A Survey on Time-Sensitive Resource Allocation in the Cloud Continuum

    Authors: Saravanan Ramanathan, Nitin Shivaraman, Seima Suryasekaran, Arvind Easwaran, Etienne Borde, Sebastian Steinhorst

    Abstract: Artificial Intelligence (AI) and Internet of Things (IoT) applications are rapidly growing in today's world where they are continuously connected to the internet and process, store and exchange information among the devices and the environment. The cloud and edge platform is very crucial to these applications due to their inherent compute-intensive and resource-constrained nature. One of the forem… ▽ More

    Submitted 29 April, 2020; originally announced April 2020.

    Comments: 15 pages. A version submitted to Information Technology | De Gruyter

    MSC Class: 68M14 ACM Class: A.1; D.4

  43. arXiv:2004.14072  [pdf, other

    cs.NI cs.DC

    DeCoRIC: Decentralized Connected Resilient IoT Clustering

    Authors: Nitin Shivaraman, Saravanan Ramanathan, Shreejith Shanker, Arvind Easwaran, Sebastian Steinhorst

    Abstract: Maintaining peer-to-peer connectivity with low energy overhead is a key requirement for several emerging Internet of Things (IoT) applications. It is also desirable to develop such connectivity solutions for non-static network topologies, so that resilience to device failures can be fully realized. Decentralized clustering has emerged as a promising technique to address this critical challenge. Cl… ▽ More

    Submitted 29 April, 2020; originally announced April 2020.

    Comments: 10 pages, 8 figures, 3 tables, accepted in ICCCN 2020

  44. Managing Industrial Communication Delays with Software-Defined Networking

    Authors: Rutvij H. Jhaveri, Rui Tan, Arvind Easwaran, Sagar V. Ramani

    Abstract: Recent technological advances have fostered the development of complex industrial cyber-physical systems which demand real-time communication with delay guarantees. The consequences of delay requirement violation in such systems may become increasingly severe. In this paper, we propose a contract-based fault-resilient methodology which aims at managing the communication delays of real-time flows i… ▽ More

    Submitted 14 April, 2020; originally announced April 2020.

  45. Automatic Generation of Hierarchical Contracts for Resilience in Cyber-Physical Systems

    Authors: Zhiheng Xu, Daniel Jun Xian Ng, Arvind Easwaran

    Abstract: With the growing scale of Cyber-Physical Systems (CPSs), it is challenging to maintain their stability under all operating conditions. How to reduce the downtime and locate the failures becomes a core issue in system design. In this paper, we employ a hierarchical contract-based resilience framework to guarantee the stability of CPS. In this framework, we use Assume Guarantee (A-G) contracts to mo… ▽ More

    Submitted 12 April, 2020; originally announced April 2020.

    Comments: ©2019 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works

  46. Demo Abstract: Contract-based Hierarchical Resilience Framework for Cyber-Physical Systems

    Authors: Daniel Jun Xian Ng, Arvind Easwaran, Sidharta Andalam

    Abstract: This demonstration presents a framework for building a resilient Cyber-Physical Systems (CPS) cyber-infrastructure through the use of hierarchical parametric assume-guarantee contracts. A Fischertechnik Sorting Line with Color Detection training model is used to showcase our framework.

    Submitted 12 April, 2020; v1 submitted 9 April, 2020; originally announced April 2020.

    Comments: 2 pages, 5 figures, published in the Demo Session of IEEE International Conference on Cyber-Physical Systems 2019. Publication rights licensed to ACM

  47. CLAIR: A Contract-based Framework for Developing Resilient CPS Architectures

    Authors: Sidharta Andalam, Daniel Jun Xian Ng, Arvind Easwaran, Karthik Thangamariappan

    Abstract: Industrial cyber-infrastructure is normally a multilayered architecture. The purpose of the layered architecture is to hide complexity and allow independent evolution of the layers. In this paper, we argue that this traditional strict layering results in poor transparency across layers affecting the ability to significantly improve resiliency. We propose a contract-based methodology where componen… ▽ More

    Submitted 13 April, 2020; v1 submitted 9 April, 2020; originally announced April 2020.

    Comments: ©2018 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works

  48. Contract-based Methodology for Developing Resilient Cyber-Infrastructure in the Industry 4.0 Era

    Authors: Sidharta Andalam, Daniel Jun Xian Ng, Arvind Easwaran, Karthik Thangamariappan

    Abstract: As the industrial cyber-infrastructure become increasingly important to realise the objectives of Industry~4.0, the consequence of disruption due to internal or external faults become increasingly severe. Thus there is a need for a resilient infrastructure. In this paper, we propose a contract-based methodology where components across layers of the cyber-infrastructure are associated with contract… ▽ More

    Submitted 12 April, 2020; v1 submitted 9 April, 2020; originally announced April 2020.

    Comments: ©2018 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works

    Journal ref: IEEE Embedded System Letters 11 (2019) 5-8

  49. Contract-based Hierarchical Resilience Management for Cyber-Physical Systems

    Authors: Mohammad Shihabul Haque, Daniel Jun Xian Ng, Arvind Easwaran, Karthik Thangamariappan

    Abstract: Orchestrated collaborative effort of physical and cyber components to satisfy given requirements is the central concept behind Cyber-Physical Systems (CPS). To duly ensure the performance of components, a software-based resilience manager is a flexible choice to detect and recover from faults quickly. However, a single resilience manager, placed at the centre of the system to deal with every fault… ▽ More

    Submitted 12 April, 2020; v1 submitted 9 April, 2020; originally announced April 2020.

    Comments: ©2018 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works

    ACM Class: D.2.4.g; D.2.15; D.2.4.f

    Journal ref: Computer 11 (2018) 56-65

  50. Optimal Virtual Cluster-based Multiprocessor Scheduling

    Authors: Arvind Easwaran, Insik Shin, Insup Lee

    Abstract: Scheduling of constrained deadline sporadic task systems on multiprocessor platforms is an area which has received much attention in the recent past. It is widely believed that finding an optimal scheduler is hard, and therefore most studies have focused on developing algorithms with good processor utilization bounds. These algorithms can be broadly classified into two categories: partitioned sche… ▽ More

    Submitted 6 April, 2020; originally announced April 2020.

    Comments: This is a post-peer-review, pre-copyedit version of an article published in Springer Real-Time Systems journal. The final authenticated version is available online at: https://doi.org/10.1007/s11241-009-9073-x

    Journal ref: Springer Real-Time Systems, Volume 43, Pages 25-59, July 2009