arXiv:2603.20530cs.ROcs.CV2026-03

不用重建3D场景,用图像记忆实现快速物体定位

Memory Over Maps: 3D Object Localization Without Reconstruction

  • 仅存储带位姿的RGB-D关键帧,构建轻量视觉记忆
  • 查询时通过多视图融合生成目标稀疏3D估计,速度提升超100倍
  • 无需任务微调,在多个导航基准上表现优异

目标定位是导航与操作等具身任务的基础。传统方法依赖显式的3D场景表示(如点云、体素网格或场景图),但存在映射耗时、存储开销大、可扩展性差等问题。近期视觉语言模型的发展表明,语义推理可直接在2D观测上进行,这引发一个根本问题:物体定位是否必须依赖完整的3D重建?本文提出一种无重建的定位管道,仅以带位姿的RGB-D关键帧作为轻量级视觉记忆,不构建全局3D场景表示。查询时,方法检索候选视图,用视觉语言模型重排序,并通过深度反投影和多视图融合动态构建目标稀疏3D估计。相比基于重建的方法,该设计大幅降低预处理成本,场景索引构建速度提升超过两个数量级,存储占用显著减少。我们在下游物体目标导航任务中验证了定位结果,即使无任务特定训练,仍可在多个基准上取得优异表现,证明基于图像记忆的直接推理可有效替代密集3D重建用于以物体为中心的机器人导航。

原文摘要 · Abstract (English)

Target localization is a prerequisite for embodied tasks such as navigation and manipulation. Conventional approaches rely on constructing explicit 3D scene representations to enable target localization, such as point clouds, voxel grids, or scene graphs. While effective, these pipelines incur substantial mapping time, storage overhead, and scalability limitations. Recent advances in vision-language models suggest that rich semantic reasoning can be performed directly on 2D observations, raising a fundamental question: is a complete 3D scene reconstruction necessary for object localization? In this work, we revisit object localization and propose a map-free pipeline that stores only posed RGB-D keyframes as a lightweight visual memory--without constructing any global 3D representation of the scene. At query time, our method retrieves candidate views, re-ranks them with a vision-language model, and constructs a sparse, on-demand 3D estimate of the queried target through depth backprojection and multi-view fusion. Compared to reconstruction-based pipelines, this design drastically reduces preprocessing cost, enabling scene indexing that is over two orders of magnitude faster to build while using substantially less storage. We further validate the localized targets on downstream object-goal navigation tasks. Despite requiring no task-specific training, our approach achieves strong performance across multiple benchmarks, demonstrating that direct reasoning over image-based scene memory can effectively replace dense 3D reconstruction for object-centric robot navigation. Project page: https://ruizhou-cn.github.io/memory-over-maps/

3D定位视觉记忆导航零样本

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。