Papers › SE(3) Diffusion Model-based Point Cloud Registration for Robust 6D Object Pose Estimation

SE(3) Diffusion Model-based Point Cloud Registration for Robust 6D Object Pose Estimation

26 Oct 2023NeurIPS 2023 11arXiv:2310.17359archive 2025-07-28

In this paper, we introduce an SE(3) diffusion model-based point cloud registration framework for 6D object pose estimation in real-world scenarios. Our approach formulates the 3D registration task as a denoising diffusion process, which progressively refines the pose of the source point cloud to obtain a precise alignment with the model point cloud. Training our framework involves two operations: An SE(3) diffusion process and an SE(3) reverse process. The SE(3) diffusion process gradually perturbs the optimal rigid transformation of a pair of point clouds by continuously injecting noise (perturbation transformation). By contrast, the SE(3) reverse process focuses on learning a denoising network that refines the noisy transformation step-by-step, bringing it closer to the optimal transformation for accurate pose estimation. Unlike standard diffusion models used in linear Euclidean spaces, our diffusion model operates on the SE(3) manifold. This requires exploiting the linear Lie algebra 𝔰𝔢(3) associated with SE(3) to constrain the transformation transitions during the diffusion and reverse processes. Additionally, to effectively train our denoising network, we derive a registration-specific variational lower bound as the optimization objective for model learning. Furthermore, we show that our denoising network can be constructed with a surrogate registration model, making our approach applicable to different deep registration networks. Extensive experiments demonstrate that our diffusion registration framework presents outstanding pose estimation performance on the real-world TUD-L, LINEMOD, and Occluded-LINEMOD datasets.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2310.17359")

Code

Syntology Ran 14 of 14 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 2 ran · fixture could not drive it; 12 ran with no contract checked.

By repository: community (archive-listed): 14 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jiang-hb/diffusionreg mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 14 ran; 0 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · fixture could not drive it
12ran

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from jiang-hb/diffusionreg. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

DiffusionScheduler jiang-hb/diffusionreg/utils/diffusion_scheduler.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 8e98d0e10489ba04 · report
angle_difference Jiang-HB/DiffusionReg/modules/DCP/rpmnet_emb/pointnet_util.py community (archive-listed) ran fingerprinted MIT (permissive) · e6531f546e55f6af · report
compute_losses Jiang-HB/DiffusionReg/utils/losses.py community (archive-listed) ran MIT (permissive) · 9678a2e24b9ac1cb · report
compute_losses_diff Jiang-HB/DiffusionReg/utils/losses.py community (archive-listed) ran MIT (permissive) · d045a9d15eb48776 · report
evaluate_Rt Jiang-HB/DiffusionReg/utils/criterion.py community (archive-listed) ran MIT (permissive) · 94ee3d652c921dcd · report
get_postpool Jiang-HB/DiffusionReg/modules/DCP/rpmnet_emb/feature_net.py community (archive-listed) ran MIT (permissive) · 552ad03917659f63 · report
get_prepool Jiang-HB/DiffusionReg/modules/DCP/rpmnet_emb/feature_net.py community (archive-listed) ran MIT (permissive) · 8778312931854a3b · report
index_points Jiang-HB/DiffusionReg/modules/DCP/rpmnet_emb/pointnet_util.py community (archive-listed) ran MIT (permissive) · 0188255c8db5f0c5 · report
integrate_trans Jiang-HB/DiffusionReg/modules/DCP/dcp.py community (archive-listed) ran MIT (permissive) · d23093a32d8fdc84 · report
mAP Jiang-HB/DiffusionReg/utils/criterion.py community (archive-listed) ran MIT (permissive) · fa2f8f0b22fc04a6 · report
quat2mat Jiang-HB/DiffusionReg/modules/DCP/dcp.py community (archive-listed) ran fingerprinted MIT (permissive) · 838e2078ad9224da · report
square_distance Jiang-HB/DiffusionReg/modules/DCP/rpmnet_emb/pointnet_util.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 4db73dd57b5d6162 · report
transform Jiang-HB/DiffusionReg/modules/DCP/dcp.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · d60988746155a232 · report
transform Jiang-HB/DiffusionReg/utils/losses.py community (archive-listed) ran MIT (permissive) · 4e06974feca89b9d · report

Tasks

6D Pose Estimation using RGBDenoisingPoint Cloud RegistrationPose Estimation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections