这篇论文提出PixelLoop,在像素级做闭环导航,比图像级方法成功率高35%以上,还能在真实机器人上跑通,值得看看。
PixelLoop提出在像素空间直接引入闭环,不同于SLAM中的稀疏图像级边或位姿图校正,其像素级闭环作为密集拓扑快捷方式改变规划连通性和成本传播。在模拟实验中,相比图像相对基线,PixelLoop在成功率和SPL上绝对提升超过35%。该方法在真实机器人部署中得到验证,证明密集像素级闭环为拓扑视觉导航提供了鲁棒基础。
PixelLoop: Shortcut Topological Navigation with Pixel-Level Loops
Although topological mapping and navigation have been studied extensively, the specific role and downstream effect of loop closures in purely topological representations has received relatively little attention. Importantly, loop closure over topological maps is distinct from loop closure over globally referenced trajectories and metric maps. Building on recent denser topologies grounded in pixel-level, relative 3D geometry, we propose PixelLoop which introduces loop closures directly in pixel space. Unlike sparse image-level edges or pose-graph corrections in SLAM, our pixel-level closures act as dense topological shortcuts that alter planning connectivity and cost propagation rather than merely aligning coordinates. This dense connectivity enables stable any-point-to-any-point navigation and produces costmaps that align accurately with geometric shortest paths. In particular, we showcase the distinct advantage of applying loop closures to fine-grained pixel topologies rather than image-level topologies. Across extensive simulated experiments, PixelLoop achieves over 35% absolute improvement in both Success Rate and SPL compared to image-relative baselines, with the largest gains in scenarios requiring shortcut exploitation. Results are further validated through real-world mobile robot deployments, demonstrating that dense pixel-level loop closures provide a practical and robust foundation for topological visual navigation. Project Page: https://pixelloop-nav.github.io/