paper-with-me

홈 › Papers

Diff-Reg v1: Diffusion Matching Model for Registration Problem

2024-03-29 · Qianliang Wu, Haobo Jiang, Lei Luo, Jun Li, Yaqing Ding, Jin Xie, Jian Yang

Establishing reliable correspondences is essential for registration tasks such as 3D and 2D3D registration. Existing methods commonly leverage geometric or semantic point features to generate potential correspondences. However, these features may face challenges such as large deformation, scale inconsistency, and ambiguous matching problems (e.g., symmetry). Additionally, many previous methods, which rely on single-pass prediction, may struggle with local minima in complex scenarios. To mitigate these challenges, we introduce a diffusion matching model for robust correspondence construction. Our approach treats correspondence estimation as a denoising diffusion process within the doubly stochastic matrix space, which gradually denoises (refines) a doubly stochastic matching matrix to the ground-truth one for high-quality correspondence estimation. It involves a forward diffusion process that gradually introduces Gaussian noise into the ground truth matching matrix and a reverse denoising process that iteratively refines the noisy matching matrix. In particular, the feature extraction from the backbone occurs only once during the inference phase. Our lightweight denoising module utilizes the same feature at each reverse sampling step. Evaluation of our method on both 3D and 2D3D registration tasks confirms its effectiveness. The code is available at https://github.com/wuqianliang/Diff-Reg.

📄 PDF Abstract BibTeX arXiv:2403.19919

Code (1)

wuqianliang/diff-reg 공식 구현 pytorch

Tasks

Denoising

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

FreeReg: Image-to-Point Cloud Registration Leveraging Pretrained Diffusion Models and Monocular Depth Estimators

2023-10-05 · Haiping Wang, YuAn Liu, Bing Wang, Yujing Sun 외

Matching cross-modality features between images and point clouds is a fundamental problem for image-to-point cloud registration. However, due to the modality difference between images and points, it is difficult to learn…

Image to Point Cloud RegistrationMetric LearningPoint Cloud Registration

Zero-shot RGB-D Point Cloud Registration with Pre-trained Large Vision Model

2025-01-01 · CVPR 2025 1 · Haobo Jiang, Jin Xie, Jian Yang, Liang Yu 외

This paper introduces ZeroMatch, a novel zero-shot RGB-D point cloud registration framework, aimed at achieving robust 3D matching on unseen data without any task-specific training. Our core idea is to utilize the po…

Point Cloud Registration

A Steerable Deep Network for Model-Free Diffusion MRI Registration

2025-01-08 · Gianfranco Cortes, Xiaoda Qu, Baba C. Vemuri

Nonrigid registration is vital to medical image analysis but remains challenging for diffusion MRI (dMRI) due to its high-dimensional, orientation-dependent nature. While classical methods are accurate, they are computat…

Diffusion MRIMedical Image Analysis

Non-Rigid Registration of Images With Geometric and Photometric Deformation by Using Local Affine Fourier-Moment Matching

2015-06-01 · CVPR 2015 6 · Hong-Ren Su, Shang-Hong Lai

Registration between images taken with different cameras, from different viewpoints or under different lighting conditions is a challenging problem. It needs to solve not only the geometric registration problem but also …

Image Registration

Mapping Tractography Across Subjects

2016-01-29 · Thien Bao Nguyen, Emanuele Olivetti, Paolo Avesani

Diffusion magnetic resonance imaging (dMRI) and tractography provide means to study the anatomical structures within the white matter of the brain. When studying tractography data across subjects, it is usually necessary…

Combinatorial OptimizationGraph Matching