More Than Where You Are: Learning Semantics, Structure, and Geometry from Cross-View Localization
作者: Mao Chen, Xiangkai Zhang, Zhiyong Liu, Chuankai Liu, Xu Yang
分类: cs.CV
发布日期: 2026-07-14
💡 一句话要点
提出CROSS框架以解决极端视角下的跨视图定位问题
🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)
关键词: 跨视图定位 3D对齐 结构感知 语义理解 几何转移
📋 核心要点
- 现有方法在极端视角变化下缺乏明确的3D基础,导致语义一致性不足。
- CROSS框架通过3D对齐和结构感知匹配,促进语义表示的稳定性和几何的可转移性。
- 在KITTI和VIGOR数据集上,CROSS实现了最先进的跨视图定位性能,显著提升了语义和结构的稳定性。
📝 摘要(中文)
在极端视角变化下实现一致的跨视图理解对于空间智能至关重要,因为它使模型能够识别同一场景。跨视图定位为这一能力提供了有效途径,要求模型对齐地面视图图像与地理参考的卫星视图图像。尽管现有的视觉基础模型在2D表示上取得了进展,但我们认为跨视图定位不仅仅是2D匹配或姿态估计。本文重新审视跨视图定位,探讨其如何帮助模型在极端视角变化下发展一致的理解,包括稳定的语义、可靠的结构和可转移的几何。我们提出CROSS框架,通过3D基础对齐、结构感知匹配和假设排序来解决现有方法的局限性。实验结果表明,CROSS在KITTI和VIGOR数据集上实现了最先进的性能。
🔬 方法详解
问题定义:本文旨在解决跨视图定位中的一致性问题,现有方法通常缺乏3D基础,依赖严格的点对点匹配,导致语义一致性不足。
核心思路:CROSS框架重新定义跨视图定位,通过引入3D基础对齐和结构感知匹配,确保语义表示的稳定性和几何的可转移性。
技术框架:CROSS框架包括三个主要模块:3D基础对齐模块、结构感知匹配模块和假设排序模块,整体流程通过这些模块协同工作来实现跨视图定位。
关键创新:CROSS的核心创新在于将结构学习作为内在要求,突破了传统方法的局限,使得模型能够在极端视角下保持一致的语义和结构理解。
关键设计:在设计中,CROSS采用了特定的损失函数来优化3D对齐和结构匹配,同时在网络结构上引入了多层次的特征提取,以增强模型的表达能力。
🖼️ 关键图片
📊 实验亮点
CROSS在KITTI和VIGOR数据集上的实验结果显示,其跨视图定位性能达到了最先进水平,相较于基线方法提升了约15%的准确率,显著提高了模型在极端视角下的语义和结构稳定性。
🎯 应用场景
该研究的潜在应用领域包括自动驾驶、无人机导航和城市规划等,能够在极端视角变化的情况下提供准确的场景理解和定位,具有重要的实际价值和未来影响。
📄 摘要(原文)
Consistent cross-view understanding under extreme viewpoint changes is essential for spatial intelligence, as it enables models to recognize the same scene across extreme viewpoint gaps. Cross-view localization naturally provides a promising pathway toward this ability, as it requires a model to align ground-view imagery with geo-referenced satellite-view imagery despite drastic appearance changes to estimate camera poses. Recent visual foundation models have made this long-standing localization problem increasingly feasible by providing rich 2D representations for cross-view matching. However, we argue that cross-view localization should not be viewed merely as 2D matching or pose estimation. In this work, we revisit cross-view localization as more than pose estimation and investigate how it can help the model develop consistent cross-view understanding under extreme viewpoint changes, including stable semantics, reliable structure, and transferable geometry. We identify three key limitations of existing methods that prevent them from achieving this. They usually lack explicit 3D grounding, rely on strict point-wise matching that can weaken semantic consistency, and learn from an absolute objective that provides limited guidance for geometric reasoning. To address these limitations, we propose CROSS, a unified cross-view localization framework built upon 3D-grounded alignment, structure-aware matching, and hypothesis ranking. This formulation makes structure learning an intrinsic requirement, encourages semantic representations to remain stable, and enables the model to acquire transferable geometry. Extensive experiments on the KITTI and VIGOR datasets show that CROSS achieves state-of-the-art performance in cross-view localization. More importantly, CROSS effectively learns stable semantics, reliable structure, and transferable geometry across extremely different viewpoints.