Search papers, labs, and topics across Lattice.
This paper introduces Multi-modal Interactive Fields (MIF), a novel system for robust humanoid navigation in dynamic environments that integrates confidence-aware semantic 3D Gaussian Splatting, discrepancy-triggered spatial memory updates, and task-driven geometric reconstruction. MIF uses three coupled fields鈥擜ppearance, Spatial, and Geometry鈥攖o handle locomotion-induced perceptual distortion, environmental changes, and interaction-level geometric safety constraints. Experiments on a Unitree-G1 humanoid in a real dynamic office demonstrate that MIF significantly improves relocation success (12% to 94%) and reduces semantic memory footprint (91.4%) compared to static scene-graph memory.
Humanoid robots can now reliably navigate dynamic environments thanks to a new memory system that filters out gait-induced perceptual noise and focuses on persistent environmental changes.
Safe manipulation-oriented navigation for humanoid robots requires scene memory that remains reliable under locomotion-induced perceptual distortion, environmental changes, and interaction-level geometric safety constraints. Existing semantic mapping and scene-graph systems are difficult to deploy directly in this setting because they often assume stable camera trajectories, static environments, or coarse object geometry. We introduce the Multi-modal Interactive Field (MIF), a humanoid-oriented system that integrates confidence-aware semantic 3D Gaussian Splatting, discrepancy-triggered spatial memory updates, and task-driven geometric reconstruction within a closed-loop perception-adaptation pipeline. MIF couples three fields: an uncertainty-aware 3DGS Appearance Field that suppresses gait-induced blur, a Spatial Field that maintains topological memory, and a Geometry Field that supports Interaction Pose Safety (IPS) before manipulation. A discrepancy detection score is introduced to separate locomotion-induced false-positive changes from persistent changes and updates only locally inconsistent regions. On a Unitree-G1 humanoid in a real dynamic office, MIF improves relocation success in non-static environments from 12% to 94% compared with static scene-graph memory, while reducing semantic memory footprint by 91.4% through feature distillation for practical online operation. Project page and code: https://ziya-jiang.github.io/MIF-homepage/