Uncertainty Guided Exploratory Trajectory Optimization for Sampling-Based Model Predictive Control

arXiv cs.RO / 4/15/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces Uncertainty Guided Exploratory Trajectory Optimization (UGE-TO), which improves sampling-based trajectory optimization by producing well-separated samples for broader configuration-space coverage.
  • UGE-TO represents trajectories as probability distributions derived from uncertainty ellipsoids and uses distributional separation enforced via Hellinger distance to avoid premature convergence to local minima.
  • The work extends UGE-TO to UGE-MPC by integrating it into sampling-based model predictive control, aiming to increase exploration while maintaining the same sampling budget.
  • Experiments and real-world validations show UGE-MPC achieves faster convergence (72.1% faster in obstacle-free settings) and higher success rates in cluttered environments (66% faster with a 6.7% higher success rate than the best baseline).
  • The authors report improved robustness particularly in scenarios requiring large deviations from nominal trajectories to avoid failures and provide project code publicly.

Abstract

Trajectory optimization depends heavily on initialization. In particular, sampling-based approaches are highly sensitive to initial solutions, and limited exploration frequently leads them to converge to local minima in complex environments. We present Uncertainty Guided Exploratory Trajectory Optimization (UGE-TO), a trajectory optimization algorithm that generates well-separated samples to achieve a better coverage of the configuration space. UGE-TO represents trajectories as probability distributions induced by uncertainty ellipsoids. Unlike sampling-based approaches that explore only in the action space, this representation captures the effects of both system dynamics and action selection. By incorporating the impact of dynamics, in addition to the action space, into our distributions, our method enhances trajectory diversity by enforcing distributional separation via the Hellinger distance between them. It enables a systematic exploration of the configuration space and improves robustness against local minima. Further, we present UGE-MPC, which integrates UGE-TO into sampling-based model predictive controller methods. Experiments demonstrate that UGE-MPC achieves higher exploration and faster convergence in trajectory optimization compared to baselines under the same sampling budget, achieving 72.1% faster convergence in obstacle-free environments and 66% faster convergence with a 6.7% higher success rate in the cluttered environment compared to the best-performing baseline. Additionally, we validate the approach through a range of simulation scenarios and real-world experiments. Our results indicate that UGE-MPC has higher success rates and faster convergence, especially in environments that demand significant deviations from nominal trajectories to avoid failures. The project and code are available at https://ogpoyrazoglu.github.io/cuniform_sampling/.