English

DLTPose: 6DoF Pose Estimation From Accurate Dense Surface Point Estimates

Computer Vision and Pattern Recognition 2025-08-19 v2

Abstract

We propose DLTPose, a novel method for 6DoF object pose estimation from RGBD images that combines the accuracy of sparse keypoint methods with the robustness of dense pixel-wise predictions. DLTPose predicts per-pixel radial distances to a set of minimally four keypoints, which are then fed into our novel Direct Linear Transform (DLT) formulation to produce accurate 3D object frame surface estimates, leading to better 6DoF pose estimation. Additionally, we introduce a novel symmetry-aware keypoint ordering approach, designed to handle object symmetries that otherwise cause inconsistencies in keypoint assignments. Previous keypoint-based methods relied on fixed keypoint orderings, which failed to account for the multiple valid configurations exhibited by symmetric objects, which our ordering approach exploits to enhance the model's ability to learn stable keypoint representations. Extensive experiments on the benchmark LINEMOD, Occlusion LINEMOD and YCB-Video datasets show that DLTPose outperforms existing methods, especially for symmetric and occluded objects. The code is available at https://anonymous.4open.science/r/DLTPose_/ .

Keywords

Cite

@article{arxiv.2504.07335,
  title  = {DLTPose: 6DoF Pose Estimation From Accurate Dense Surface Point Estimates},
  author = {Akash Jadhav and Michael Greenspan},
  journal= {arXiv preprint arXiv:2504.07335},
  year   = {2025}
}

Comments

made changes to the evaluation, and added a few required ablation studies

R2 v1 2026-06-28T22:53:01.498Z