English

RED: Adaptive Real-Time DAG Scheduling for Robotic Inference under Environmental Dynamics

Robotics 2026-05-26 v1 Software Engineering Systems and Control Systems and Control

Abstract

Robots deployed in dynamic environments must contend with environment-driven changes that reshape computation at runtime: new tasks may appear, precedence relations can shift, and overall workload structure evolves, all of which degrade performance, especially when multi-task inference is required under tight resource and real-time budgets. We present RED, a real-time scheduling framework for multi-task deep neural network workloads on resource-constrained robotic platforms that adapts to Robotic Environmental Dynamics (RED) while preserving end-to-end timing guarantees under modeling assumptions. The core of RED is a deadline-aware scheduler that assigns intermediate sub-deadlines, allowing it to accommodate evolving computation graphs and asynchronous inference induced by unpredictable conditions. The framework also supports flexible deployment of MIMONet (multi-input multi-output neural networks), commonly used in multi-tasking robots to alleviate memory pressure through weight sharing. RED explicitly leverages this shared-parameter property via a workload refinement and graph-reconstruction procedure that aligns MIMONet structure with schedulability requirements, improving compatibility and efficiency. We implement RED on NVIDIA Jetson family platforms and on an Apple M-series MacBook and evaluate it on navigation-oriented workloads representative of real robotic scenarios. Experiments show consistent gains over existing methods in throughput, deadline satisfaction, robustness to interference, adaptability, and runtime overhead.

Keywords

Cite

@article{arxiv.2605.24044,
  title  = {RED: Adaptive Real-Time DAG Scheduling for Robotic Inference under Environmental Dynamics},
  author = {Zexin Li and Tao Ren and Johnathan Liu and Xiaoxi He and Cong Liu},
  journal= {arXiv preprint arXiv:2605.24044},
  year   = {2026}
}

Comments

Extension version of RTSS'23

R2 v1 2026-07-22T07:29:06.525Z