paper-with-me

Papers

Memory Over Maps: 3D Object Localization Without Reconstruction

2026-03-20 · Rui Zhou, Xander Yap, Jianwen Cao, Allison Lau, Boyang Sun, Marc Pollefeys arxiv

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/

📄 PDF Abstract BibTeX arXiv:2603.20530

Code (0)

등록된 구현이 없습니다.

Tasks

Object Localization3D ReconstructionRobot NavigationPoint Clouds

Similar Papers 제목 키워드 기반

Rethinking the Route Towards Weakly Supervised Object Localization

2020-02-26 · CVPR 2020 6 · Chen-Lin Zhang, Yun-Hao Cao, Jianxin Wu

Weakly supervised object localization (WSOL) aims to localize objects with only image-level labels. Previous methods often try to utilize feature maps and classification weights to localize objects using image level anno…

General ClassificationObjectObject LocalizationWeakly-Supervised Object Localization

SSR: A Generic Framework for Text-Aided Map Compression for Localization

2026-03-04 · Mohammad Omama, Po-han Li, Harsh Goel, Minkyu Choi 외 arxiv

Mapping is crucial in robotics for localization and downstream decision-making. As robots are deployed in ever-broader settings, the maps they rely on continue to increase in size. However, storing these maps indefinitel…

Visual Place Recognition

Rethinking Localization Map: Towards Accurate Object Perception with Self-Enhancement Maps

2020-06-09 · Xiaolin Zhang, Yunchao Wei, Yi Yang, Fei Wu

Recently, remarkable progress has been made in weakly supervised object localization (WSOL) to promote object localization maps. The common practice of evaluating these maps applies an indirect and coarse way, i.e., obta…

ObjectObject LocalizationWeakly-Supervised Object Localization

Unsupervised Object Localization with Representer Point Selection

2023-09-08 · ICCV 2023 1 · Yeonghwan Song, Seokwoo Jang, Dina Katabi, Jeany Son

We propose a novel unsupervised object localization method that allows us to explain the predictions of the model by utilizing self-supervised pre-trained models without additional finetuning. Existing unsupervised and s…

ObjectObject LocalizationUnsupervised Object Localization

Dynamic Resilient Spatio-Semantic Memory with Hybrid Localization for Mobile Manipulation

2026-05-30 · Zhijie Yan, Shufei Li, Ze Zhang, Xin Liu 외 arxiv

Reliable mobile manipulation in dynamic indoor environments requires a scene representation that remains geometrically consistent, semantically queryable, and computationally bounded as the environment changes. Existing …