paper-with-me

홈 › Papers

POMA-3D: The Point Map Way to 3D Scene Understanding

2025-11-20 · Ye Mao, Weixun Luo, Ranran Huang, Junpeng Jing, Krystian Mikolajczyk arxiv

In this paper, we introduce POMA-3D, the first self-supervised 3D representation model learned from point maps. Point maps encode explicit 3D coordinates on a structured 2D grid, preserving global 3D geometry while remaining compatible with the input format of 2D foundation models. To transfer rich 2D priors into POMA-3D, a view-to-scene alignment strategy is designed. Moreover, as point maps are view-dependent with respect to a canonical space, we introduce POMA-JEPA, a joint embedding-predictive architecture that enforces geometrically consistent point map features across multiple views. Additionally, we introduce ScenePoint, a point map dataset constructed from 6.5K room-level RGB-D scenes and 1M 2D image scenes to facilitate large-scale POMA-3D pretraining. Experiments show that POMA-3D serves as a strong backbone for both specialist and generalist 3D understanding. It benefits diverse tasks, including 3D question answering, embodied navigation, scene retrieval, and embodied localization, all achieved using only geometric inputs (i.e., 3D coordinates). Overall, our POMA-3D explores a point map way to 3D scene understanding, addressing the scarcity of pretrained priors and limited data in 3D representation learning. Project Page: https://matchlab-imperial.github.io/poma3d/

📄 PDF Abstract BibTeX arXiv:2511.16567

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningScene UnderstandingQuestion Answering

Similar Papers 제목 키워드 기반

TopoMask: Instance-Mask-Based Formulation for the Road Topology Problem via Transformer-Based Architecture

2023-06-08 · M. Esat Kalfaoglu, Halil Ibrahim Ozturk, Ozsel Kilinc, Alptekin Temizel

Driving scene understanding task involves detecting static elements such as lanes, traffic signs, and traffic lights, and their relationships with each other. To facilitate the development of comprehensive scene understa…

3D Lane DetectionGraph Neural NetworkLane DetectionScene Understanding

POMATO: Marrying Pointmap Matching with Temporal Motion for Dynamic 3D Reconstruction

2025-04-08 · Songyan Zhang, Yongtao Ge, Jinyuan Tian, Guangkai Xu 외

3D reconstruction in dynamic scenes primarily relies on the combination of geometry estimation and matching modules where the latter task is pivotal for distinguishing dynamic regions which can help to mitigate the inter…

3D ReconstructionDepth EstimationPoint TrackingPose Estimation

RepoMaster: Autonomous Exploration and Understanding of GitHub Repositories for Complex Task Solving

2025-05-27 · Huacan Wang, Ziyi Ni, Shuo Zhang, Shuo Lu 외

The ultimate goal of code agents is to solve complex tasks autonomously. Although large language models (LLMs) have made substantial progress in code generation, real-world tasks typically demand full-fledged code reposi…

Code Generation

TopoMaskV3: 3D Mask Head with Dense Offset and Height Predictions for Road Topology Understanding

2026-03-02 · Muhammet Esat Kalfaoglu, Halil Ibrahim Ozturk, Ozsel Kilinc, Alptekin Temizel arxiv

Mask-based paradigms for road topology understanding, such as TopoMaskV2, offer a complementary alternative to query-based methods by generating centerlines via a dense rasterized intermediate representation. However, pr…

TopoMaskV2: Enhanced Instance-Mask-Based Formulation for the Road Topology Problem

2024-09-17 · M. Esat Kalfaoglu, Halil Ibrahim Ozturk, Ozsel Kilinc, Alptekin Temizel

Recently, the centerline has become a popular representation of lanes due to its advantages in solving the road topology problem. To enhance centerline prediction, we have developed a new approach called TopoMask. Unlike…

3D Lane Detection