Safe navigation in dynamic environments remains challenging due to uncertain obstacle behaviors and the lack of formal prediction guarantees. We propose two motion planning frameworks that leverage conformal prediction (CP): a global planner that integrates Safe Interval Path Planning (SIPP) for uncertainty-aware trajectory generation, and a local planner that performs online reactive planning. The global planner offers distribution-free safety guarantees for long-horizon navigation, while the local planner mitigates inaccuracies in obstacle trajectory predictions through adaptive CP, enabling robust and responsive motion in dynamic environments.
To further enhance trajectory feasibility, we introduce an adaptive quantile mechanism in the CP-based uncertainty quantification. Instead of using a fixed confidence level, the quantile is automatically tuned to the optimal value that preserves trajectory feasibility, allowing the planner to adaptively tighten safety margins in regions with higher uncertainty. We validate the proposed framework through numerical experiments conducted in dynamic and cluttered environments.
Our approach consists of two complementary frameworks for handling uncertainty in dynamic environments:
The CP-SIPP framework extends classical Safe Interval Path Planning by incorporating discrete confidence levels derived from conformal prediction. By compressing temporal information into safe intervals while maintaining probabilistic safety guarantees, CP-SIPP efficiently computes time-optimal trajectories in discrete spatial-temporal domains. The planner reasons about both travel time and prediction uncertainty, providing formal distribution-free safety guarantees for long-horizon navigation.
For continuous domains with online sensor feedback, we develop the Adaptive Conformal Prediction RRT algorithm. ACP-RRT performs sampling-based planning with time-varying confidence schedules that reflect increasing prediction uncertainty over longer horizons. The algorithm adaptively calibrates safety bounds in response to distribution shifts detected through real-time observations, enabling robust and responsive local navigation without requiring a pre-calibrated dataset.