Differentiable Composite Neural Signed Distance Fields for Robot Navigation in Dynamic Indoor Environments
S. Talha Bukhari, Daniel Lawson, Ahmed H. Qureshi
TL;DR
This work tackles dynamic indoor robot navigation using only onboard RGB-D sensing by proposing a compositional neural SDF framework that separates object-level and scene-level representations. A two-branch trajectory optimization strategy—Robot Body SDF as the fast primary path and Scene SDF as a slower, more informed fallback—achieves high success rates with reduced amortized planning time. The approach uses memory modules to handle limited field-of-view and a dual-mode mechanism to avoid local minima, validated in iGibson 2.0 and in real-world Turtlebot4 experiments. The results demonstrate improved reliability and flexibility for collision-aware planning in cluttered, dynamic environments, with modularity to substitute components as better models become available.
Abstract
Neural Signed Distance Fields (SDFs) provide a differentiable environment representation to readily obtain collision checks and well-defined gradients for robot navigation tasks. However, updating neural SDFs as the scene evolves entails re-training, which is tedious, time consuming, and inefficient, making it unsuitable for robot navigation with limited field-of-view in dynamic environments. Towards this objective, we propose a compositional framework of neural SDFs to solve robot navigation in indoor environments using only an onboard RGB-D sensor. Our framework embodies a dual mode procedure for trajectory optimization, with different modes using complementary methods of modeling collision costs and collision avoidance gradients. The primary stage queries the robot body's SDF, swept along the route to goal, at the obstacle point cloud, enabling swift local optimization of trajectories. The secondary stage infers the visible scene's SDF by aligning and composing the SDF representations of its constituents, providing better informed costs and gradients for trajectory optimization. The dual mode procedure combines the best of both stages, achieving a success rate of 98%, 14.4% higher than baseline with comparable amortized plan time on iGibson 2.0. We also demonstrate its effectiveness in adapting to real-world indoor scenarios.
