菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-09
📄 Abstract - Globally Localizing Lunar Rover in Pixels via Graph Alignment

Precise rover localization is a prerequisite for autonomous lunar exploration, yet the absence of Global Navigation Satellite System (GNSS) signals and the cumulative drift of local localization methods severely constrain long-range missions. Cross-view localization provides a promising drift-free global solution by matching rover-view and satellite-view imagery. However, the lunar environment poses unique challenges for correspondence alignment, including inter-entity entanglement, inter-viewpoint divergence, and simulation-to-real domain shift. To address these challenges, we propose Warped Alignment of Reprojected Graphs (WARG), a framework that leverages unified graph learning and reprojected graph matching for robust cross-view alignment. Pretrained on the synthetic LuSNAR dataset, WARG achieves an average test error of 0.32 m and demonstrates robust zero-shot generalization to the synthetic lunar south pole region with an error of 3.63 m. More importantly, when validated on real-world data from the YuTu-2 rover, WARG achieves a localization error of 1.68 m within a 100 m x 100 m search area, corresponding to nearly one-pixel precision in low-resolution satellite imagery with a spatial resolution of 1.40 m/pixel. Beyond accuracy, WARG is computationally efficient, containing only 1.56M parameters, corresponding to 16.12% of previous lightweight models, and operating at 5.49 Hz on an NVIDIA RTX A6000 GPU, approaching GNSS-level update frequency. Finally, we observe that WARG naturally develops low-level spatial awareness, including semantic segmentation and structural reasoning, through cross-view localization learning, highlighting its potential as a promising paradigm for spatial intelligence with minimal annotation cost. The source code is available at this https URL.

顶级标签: computer vision robotics machine learning
详细标签: cross-view localization graph matching lunar rover zero-shot generalization sim-to-real transfer 或 搜索:

通过图对齐实现月球车在像素级别的全球定位 / Globally Localizing Lunar Rover in Pixels via Graph Alignment


1️⃣ 一句话总结

本文提出了一种名为WARG的轻量级框架,通过将月球车视角图像与卫星图像进行图结构匹配,实现了无需GPS信号的高精度、无漂移的月球车全球定位,在真实任务中误差仅为1.68米,且计算速度快、参数少,甚至能自发学会理解场景语义。

源自 arXiv: 2606.10602