English

From Keypoints to Predictive Distributions: Post-Hoc Uncertainty for YOLO-Pose Models

Computer Vision and Pattern Recognition 2026-07-29 v1

Abstract

YOLO-Pose models provide efficient keypoint localization, but do not quantify the associated spatial uncertainty. We introduce a lightweight post-hoc probabilistic extension that augments a trained YOLO-Pose model with calibrated bivariate predictive distributions over keypoint locations, centered at the model's original predictions. Concretely, we train additional probabilistic heads with an importance-weighted negative log-likelihood to predict an input-dependent 2×22\times2 dispersion matrix for each keypoint, followed by Gaussian calibration for broad downstream compatibility or Student-tt calibration for distributional fidelity. Complementing this, we propose an evaluation protocol that combines a suite of distributional calibration diagnostics with average keypoint precision (AKP), a keypoint-level extension of the COCO AP protocol for assessing reliability rankings. Experiments on COCO show that the learned uncertainty estimates enable effective keypoint-level reliability ranking, Student-tt calibration best captures the empirical residual distribution, and uncertainty-based pruning removes unreliable keypoints. A central application-level demonstration is vision-based aircraft landing, where calibrated covariances for runway keypoints support uncertainty-aware aircraft position estimation and downstream sensor fusion.

Cite

@article{arxiv.2607.26921,
  title  = {From Keypoints to Predictive Distributions: Post-Hoc Uncertainty for YOLO-Pose Models},
  author = {Alexej Klushyn and Juan Rivero Sesma and Florian Seligmann and Richard Kurle and Kinh Tieu and Jayant Sen Gupta},
  journal= {arXiv preprint arXiv:2607.26921},
  year   = {2026}
}