SanD-Planner: Sample-Efficient Diffusion Planner in B-Spline Space for Robust Local Navigation
Jincheng Wang, Lingfan Bao, Tong Yang, Diego Martinez Plasencia, Jianhao Jiao, Dimitrios Kanoulas
TL;DR
SanD-Planner introduces a sample-efficient diffusion-based local planner that operates in a clamped cubic B-spline control-point space to produce smooth, collision-free trajectories from depth observations. The method decouples trajectory generation from safety verification via an explicit ESDF-based critic, enabling strong performance with only $500$ expert trajectories and zero-shot sim-to-real transfer. Empirical results show state-of-the-art results on InternNav benchmarks, favorable data efficiency, and robust real-world deployment on 2D/3D navigation tasks such as stair traversal. This approach demonstrates that structured trajectory representations and explicit geometric safety checks can dramatically reduce data requirements while maintaining high navigation performance in cluttered environments.
Abstract
The challenge of generating reliable local plans has long hindered practical applications in highly cluttered and dynamic environments. Key fundamental bottlenecks include acquiring large-scale expert demonstrations across diverse scenes and improving learning efficiency with limited data. This paper proposes SanD-Planner, a sample-efficient diffusion-based local planner that conducts depth image-based imitation learning within the clamped B-spline space. By operating within this compact space, the proposed algorithm inherently yields smooth outputs with bounded prediction errors over local supports, naturally aligning with receding-horizon execution. Integration of an ESDF-based safety checker with explicit clearance and time-to-completion metrics further reduces the training burden associated with value-function learning for feasibility assessment. Experiments show that training with $500$ episodes (merely $0.25\%$ of the demonstration scale used by the baseline), SanD-Planner achieves state-of-the-art performance on the evaluated open benchmark, attaining success rates of $90.1\%$ in simulated cluttered environments and $72.0\%$ in indoor simulations. The performance is further proven by demonstrating zero-shot transferability to realistic experimentation in both 2D and 3D scenes. The dataset and pre-trained models will also be open-sourced.
