HOLO-MPPI: Multi-Scenario Motion Planning via Hierarchical Policy Optimization
TLDR
HOLO-MPPI combines offline high-level policy learning with online MPPI control using a learned world model for multi-scenario motion planning.
Reasoning
Strengths include a novel hierarchical framework that improves generalization across driving scenarios without per-scenario tuning. Weaknesses are the lack of real-world validation and domain specificity to autonomous driving.
Read-first score
Read-first score 50.3, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 24.
Field roles
Rank sensitivity
Stability: volatile; rank range: 396.
Keyword Scores
Deep Analysis
Innovations
- Combines high-level policy learning (offline) with low-level stochastic optimal control (online MPPI) for multi-scenario motion planning without per-scenario retuning.
- High-level policy learned offline in an abstract action space with a learned world model serves as a data-driven prior generator that parameterizes MPPI's sampling distribution conditioned on current observation and goal.
- Instantiation in autonomous driving with an effective high-level action space and tailored model architectures.
Methodology
Offline, a high-level policy is learned to propose scenario-robust plans in an abstract action space using a learned world model for online rollout. Online, this policy acts as a prior generator that parameterizes MPPI's sampling distribution conditioned on the current observation and goal; MPPI then optimizes low-level control sequences around this prior in real time to adapt to local disturbances. The framework is evaluated across diverse driving scenarios against MPPI and end-to-end RL baselines.
Key Results
HOLO-MPPI improves upon MPPI and end-to-end RL baselines while maintaining real-time control across diverse driving scenarios.
Limitations
- Relies on a learned world model, which may be inaccurate in unseen or highly stochastic scenarios.
- The high-level action space design may require manual tuning for different domains or tasks.
- Real-time performance may degrade as scenario complexity increases due to the computational demands of MPPI and policy inference.
- Evaluation is limited to autonomous driving; generalization to other robotics domains is not demonstrated.