🤖 AI Summary
This work addresses the limitation of existing purely topological navigation methods, which lack mechanisms for loop closure detection in pixel-level dense topological representations, thereby hindering improvements in path planning connectivity and consistency. The paper introduces PixelLoop, the first approach to incorporate dense topological loop closures directly in pixel space. By constructing a dense topological representation grounded in relative 3D geometry and implementing a pixel-level loop closure mechanism, PixelLoop leverages loop closures as topological shortcuts that actively reshape the connectivity structure and cost propagation of the planning graph, rather than merely correcting poses. Experimental results demonstrate that, in simulation, the method achieves absolute improvements of over 35% in both navigation success rate and SPL compared to image-level baselines, while real-world robotic experiments confirm its robustness and practicality.
📝 Abstract
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/