Search papers, labs, and topics across Lattice.
This paper introduces DevGRU, a depth image- and point-goal-conditioned navigation system designed to enhance robot navigation in complex indoor environments by predicting collision-aware future trajectories. By integrating an action predictor that accounts for immediate obstacles and a collision predictor to correct goal pose estimation errors, DevGRU achieves superior navigation performance compared to existing models like ViNT and NoMaD. The results demonstrate that DevGRU not only outperforms these baselines significantly but also operates with fewer trainable parameters, leading to faster inference times, making it a practical solution for real-time applications.
DevGRU achieves a remarkable 17x faster inference time than competing models while dramatically reducing collision rates in complex indoor navigation tasks.
Existing visual navigation models often aim to develop foundation models that can generalize robot navigation across diverse platforms. However, many of these models are prone to collisions when deployed in complex indoor environments, particularly in structured layouts and narrow passages. To address this problem, we propose a depth image- and point-goal-conditioned navigation system, DevGRU. The proposed system employs an action predictor (AP) that generates collision-aware future trajectories, enabling effective avoidance of immediate obstacles. In conjunction with a collision predictor, the AP further compensates for errors accumulated in the goal pose estimation and proactively mitigates future deviations. To evaluate our method, we conducted experiments across nine different scenes and three state-of-the-art approaches - ViNT, NoMaD, and NavDP - as well as four additional variants of ViNT and NoMaD. In terms of navigation performance, DevGRU significantly outperforms ViNT and NoMaD by a large margin. In addition, the proposed model has a relatively small number of trainable parameters, resulting in the fastest inference time among the baselines, particularly outperforming NavDP by 7x in model size and 17x in inference time.