paper-with-me

Papers

Balancing Accuracy and Efficiency: Adaptive Dynamics Orchestration for Model Predictive Control

2026-05-22 · Francesco Cancelliere, Aniket Datar, Giovanni Muscato, Xuesu Xiao arxiv

Model Predictive Control (MPC) for autonomous navigation faces a fundamental trade-off between model accuracy and real-time efficiency. High-fidelity dynamics models can accurately predict complex vehicle-terrain interactions during trajectory rollouts, but incur significant computational cost, increasing inference latency and reducing control frequency. Conversely, lightweight models enable fast updates and dense sampling, yet may produce erroneous predictions under safety-critical conditions, potentially leading to catastrophic failures such as vehicle rollover. To address this trade-off, we propose Adaptive Dynamics Orchestration (ADO), a framework that dynamically selects the most appropriate dynamics model for the current navigation context. ADO maintains a library of models spanning diverse accuracy-efficiency profiles and continuously refines terrain-conditioned performance estimates using residual errors from online counterfactual rollouts, where executed control actions are replayed across the model library to assess predictive discrepancy. These estimates guide model selection in real time, balancing computational efficiency and predictive accuracy. Real-world experiments on an off-road ground robot demonstrate that ADO significantly reduces modeling error compared to a fixed low-latency baseline, while approaching the accuracy of the highest-fidelity model without incurring its computational cost, resulting in more reliable and effective navigation in challenging terrain.

📄 PDF Abstract BibTeX arXiv:2606.00085

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Cascade Network Stability of Synchronized Traffic Load Balancing with Heterogeneous Energy Efficiency Policies

2024-06-03 · Mengbang Zou, Weisi Guo

Cascade stability of load balancing is critical for ensuring high efficiency service delivery and preventing undesirable handovers. In energy efficient networks that employ diverse sleep mode operations, handing over tra…

A Distributed Reinforcement Learning Solution With Knowledge Transfer Capability for A Bike Rebalancing Problem

2018-10-09 · Ian Xiao

Rebalancing is a critical service bottleneck for many transportation services, such as Citi Bike. Citi Bike relies on manual orchestrations of rebalancing bikes between dispatchers and field agents. Motivated by such pro…

Reinforcement LearningReinforcement Learning (RL)Transfer Learning

Reactive Orchestration for Hierarchical Federated Learning Under a Communication Cost Budget

2024-12-04 · Ivan Čilić, Anna Lackinger, Pantelis Frangoudis, Ivana Podnar Žarko 외

Deploying a Hierarchical Federated Learning (HFL) pipeline across the computing continuum (CC) requires careful organization of participants into a hierarchical structure with intermediate aggregation nodes between FL cl…

Federated Learning

Multi-Agent Coordination Adaptation via Structure-Guided Orchestration

2026-05-25 · Haoran Li, Shulun Chen, Shaoyuan Sun, Hanchen Wang arxiv

As large language model (LLM)-based multi-agent systems scale to handle increasingly complex tasks, balancing structural stability and dynamic adaptability becomes increasingly challenging. Existing systems typically ado…

Chain of Mindset: Reasoning with Adaptive Cognitive Modes

2026-02-10 · Tianyi Jiang, Arctanx An, Hengyi Feng, Naixin Zhai 외 arxiv

Human problem-solving is never the repetition of a single mindset, by which we mean a distinct mode of cognitive processing. When tackling a specific task, we do not rely on a single mindset; instead, we integrate multip…

Spatial ReasoningCode Generation