paper-with-me

Papers

DINOReg: Strong Point Cloud Registration with Vision Foundation Model

2025-09-29 · Congjia Chen, Yufu Qu arxiv

Point cloud registration is a fundamental task in 3D computer vision. Most existing methods rely solely on geometric information for feature extraction and matching. Recently, several studies have incorporated color information from RGB-D data into feature extraction. Although these methods achieve remarkable improvements, they have not fully exploited the abundant texture and semantic information in images, and the feature fusion is performed in an image-lossy manner, which limit their performance. In this paper, we propose DINOReg, a registration network that sufficiently utilizes both visual and geometric information to solve the point cloud registration problem. Inspired by advances in vision foundation models, we employ DINOv2 to extract informative visual features from images, and fuse visual and geometric features at the patch level. This design effectively combines the rich texture and global semantic information extracted by DINOv2 with the detailed geometric structure information captured by the geometric backbone. Additionally, a mixed positional embedding is proposed to encode positional information from both image space and point cloud space, which enhances the model's ability to perceive spatial relationships between patches. Extensive experiments on the RGBD-3DMatch and RGBD-3DLoMatch datasets demonstrate that our method achieves significant improvements over state-of-the-art geometry-only and multi-modal registration methods, with a 14.2% increase in patch inlier ratio and a 15.7% increase in registration recall. The code is publicly available at https://github.com/ccjccjccj/DINOReg.

📄 PDF Abstract BibTeX arXiv:2509.24370

Code (0)

등록된 구현이 없습니다.

Tasks

Point Cloud Registration

Similar Papers 제목 키워드 기반

Chasing Clouds: Differentiable Volumetric Rasterisation of Point Clouds as a Highly Efficient and Accurate Loss for Large-Scale Deformable 3D Registration

2023-01-01 · ICCV 2023 1 · Mattias P. Heinrich, Alexander Bigalke, Christoph Großbröhmer, Lasse Hansen

Learning-based registration for large-scale 3D point clouds has been shown to improve robustness and accuracy compared to classical methods and can be trained without supervision for locally rigid problems. However, …

Self-Supervised Learning

3D Point Cloud Registration for Localization Using a Deep Neural Network Auto-Encoder

2017-07-01 · CVPR 2017 7 · Gil Elbaz, Tamar Avraham, Anath Fischer

We present an algorithm for registration between a large-scale point cloud and a close-proximity scanned point cloud, providing a localization solution that is fully independent of prior information about the initial pos…

Point Cloud Registration

LPRnet: A self-supervised registration network for LiDAR and photogrammetric point clouds

2025-01-10 · Chen Wang, Yanfeng Gu, Xian Li

LiDAR and photogrammetry are active and passive remote sensing techniques for point cloud acquisition, respectively, offering complementary advantages and heterogeneous. Due to the fundamental differences in sensing mech…

Point Cloud Registration

Deep Learning-based Point Cloud Registration for Augmented Reality-guided Surgery

2024-05-06 · Maximilian Weber, Daniel Wild, Jens Kleesiek, Jan Egger 외

Point cloud registration aligns 3D point clouds using spatial transformations. It is an important task in computer vision, with applications in areas such as augmented reality (AR) and medical imaging. This work explores…

Deep LearningPoint Cloud Registration

E2PNet: Event to Point Cloud Registration with Spatio-Temporal Representation Learning

2023-11-30 · NeurIPS 2023 11 · Xiuhong Lin, Changjie Qiu, Zhipeng Cai, Siqi Shen 외

Event cameras have emerged as a promising vision sensor in recent years due to their unparalleled temporal resolution and dynamic range. While registration of 2D RGB images to 3D point clouds is a long-standing problem i…

Image ReconstructionObject RecognitionPoint Cloud RegistrationRepresentation Learning