paper-with-me

홈 › Papers

Object Pose Estimation with Statistical Guarantees: Conformal Keypoint Detection and Geometric Uncertainty Propagation

2023-03-22 · CVPR 2023 1 · Heng Yang, Marco Pavone

The two-stage object pose estimation paradigm first detects semantic keypoints on the image and then estimates the 6D pose by minimizing reprojection errors. Despite performing well on standard benchmarks, existing techniques offer no provable guarantees on the quality and uncertainty of the estimation. In this paper, we inject two fundamental changes, namely conformal keypoint detection and geometric uncertainty propagation, into the two-stage paradigm and propose the first pose estimator that endows an estimation with provable and computable worst-case error bounds. On one hand, conformal keypoint detection applies the statistical machinery of inductive conformal prediction to convert heuristic keypoint detections into circular or elliptical prediction sets that cover the groundtruth keypoints with a user-specified marginal probability (e.g., 90%). Geometric uncertainty propagation, on the other, propagates the geometric constraints on the keypoints to the 6D object pose, leading to a Pose UnceRtainty SEt (PURSE) that guarantees coverage of the groundtruth pose with the same probability. The PURSE, however, is a nonconvex set that does not directly lead to estimated poses and uncertainties. Therefore, we develop RANdom SAmple averaGing (RANSAG) to compute an average pose and apply semidefinite relaxation to upper bound the worst-case errors between the average pose and the groundtruth. On the LineMOD Occlusion dataset we demonstrate: (i) the PURSE covers the groundtruth with valid probabilities; (ii) the worst-case error bounds provide correct uncertainty quantification; and (iii) the average pose achieves better or similar accuracy as representative methods based on sparse keypoints.

📄 PDF Abstract BibTeX arXiv:2303.12246

Code (1)

nvlabs/conformalkeypoint 공식 구현 pytorch

Tasks

Conformal PredictionKeypoint DetectionPose EstimationUncertainty Quantification

Similar Papers 제목 키워드 기반

Robust Vision-Based Runway Detection through Conformal Prediction and Conformal mAP

2025-05-22 · Alya Zouzou, Léo Andéol, Mélanie Ducoffe, Ryma Boumazouza

We explore the use of conformal prediction to provide statistical uncertainty guarantees for runway detection in vision-based landing systems (VLS). Using fine-tuned YOLOv5 and YOLOv6 models on aerial imagery, we apply c…

Conformal Predictionobject-detectionObject DetectionPrediction

Conformal Object Detection by Sequential Risk Control

2025-05-29 · Léo Andéol, Luca Mossina, Adrien Mazoyer, Sébastien Gerchinovitz

Recent advances in object detectors have led to their adoption for industrial uses. However, their deployment in critical applications is hindered by the inherent lack of reliability of neural networks and the complex st…

Conformal PredictionObjectobject-detectionObject Detection+1

Statistical Guarantees in Synthetic Data through Conformal Adversarial Generation

2025-04-23 · Rahul Vishwakarma, Shrey Dharmendra Modi, Vishwanath Seshagiri

The generation of high-quality synthetic data presents significant challenges in machine learning research, particularly regarding statistical fidelity and uncertainty quantification. Existing generative models produce c…

Conformal PredictionMathematical ProofsPredictionUncertainty Quantification

Conformal Robust Beamforming via Generative Channel Models

2025-04-09 · Xin Su, Qiushuo Hou, Ruisi He, Osvaldo Simeone

Traditional approaches to outage-constrained beamforming optimization rely on statistical assumptions about channel distributions and estimation errors. However, the resulting outage probability guarantees are only valid…

Conformal PredictionDecision MakingUncertainty Quantificationvalid

Conformalized Deep Splines for Optimal and Efficient Prediction Sets

2023-11-01 · Nathaniel Diamant, Ehsan Hajiramezanali, Tommaso Biancalani, Gabriele Scalia

Uncertainty estimation is critical in high-stakes machine learning applications. One effective way to estimate uncertainty is conformal prediction, which can provide predictive inference with statistical coverage guarant…

Conformal PredictionPredictionPrediction Intervals