Mosaic: An Extensible Framework for Composing Rule-Based and Learned Motion Planners

arXiv cs.RO / 4/16/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • Mosaic is introduced as an extensible motion-planning framework that combines rule-based and learned planners using arbitration graphs for safer, explainable autonomous driving decisions.
  • The framework improves transparency by decoupling trajectory generation from higher-level trajectory verification and scoring, making each planner’s contribution traceable.
  • Higher-level verification adds redundancy so that emergency braking is triggered only in rare cases where all planners fail to produce a valid trajectory.
  • Unified scoring enables selecting an optimal trajectory across planners, leveraging complementary strengths without retraining or additional data.
  • In experiments on nuPlan and interPlan, Mosaic reports new state-of-the-art results and reduces at-fault collisions by 30% versus either planner used alone, while significantly outperforming its best constituent planner on interactive scenarios.

Abstract

Safe and explainable motion planning remains a central challenge in autonomous driving. While rule-based planners offer predictable and explainable behavior, they often fail to grasp the complexity and uncertainty of real-world traffic. Conversely, learned planners exhibit strong adaptability but suffer from reduced transparency and occasional safety violations. We introduce Mosaic, an extensible framework for structured decision-making that integrates both paradigms through arbitration graphs. By decoupling trajectory verification and scoring from the generation of trajectories by individual planners, every decision becomes transparent and traceable. Trajectory verification at a higher level introduces redundancy between the planners, limiting emergency braking to the rare case where all planners fail to produce a valid trajectory. Through unified scoring and optimal trajectory selection, rule-based and learned planners with complementary strengths and weaknesses can be combined to yield the best of both worlds. In experimental evaluation on nuPlan, Mosaic achieves 95.48 CLS-NR and 93.98 CLS-R on the Val14 closed-loop benchmark, setting a new state of the art, while reducing at-fault collisions by 30% compared to either planner in isolation. On the interPlan benchmark, focused on highly interactive and difficult scenarios, Mosaic scores 54.30 CLS-R, outperforming its best constituent planner by 23.3% - all without retraining or requiring additional data. The code is available at github.com/KIT-MRT/mosaic.