paper-with-me

Papers

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

2026-07-29 · Alexej Klushyn, Juan Rivero Sesma, Florian Seligmann, Richard Kurle, Kinh Tieu, Jayant Sen Gupta arxiv

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\times2$ dispersion matrix for each keypoint, followed by Gaussian calibration for broad downstream compatibility or Student-$t$ 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-$t$ 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.

📄 PDF Abstract BibTeX arXiv:2607.26921

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

When Does Uncertainty Matter?: Understanding the Impact of Predictive Uncertainty in ML Assisted Decision Making

2020-11-12 · Sean McGrath, Parth Mehta, Alexandra Zytek, Isaac Lage 외

As machine learning (ML) models are increasingly being employed to assist human decision makers, it becomes critical to provide these decision makers with relevant inputs which can help them decide if and how to incorpor…

Decision Making

Periodontal Bone Loss Analysis via Keypoint Detection With Heuristic Post-Processing

2025-03-05 · Ryan Banks, Vishal Thengane, María Eugenia Guerrero, Nelly Maria García-Madueño 외

Calculating percentage bone loss is a critical test for periodontal disease staging but is sometimes imprecise and time consuming when manually calculated. This study evaluates the application of a deep learning keypoint…

Instance SegmentationKeypoint Detectionobject-detectionObject Detection+1

Amortized Variational Inference for Joint Posterior and Predictive Distributions in Bayesian Uncertainty Quantification

2026-05-05 · Nan Feng, Xun Huan arxiv

Bayesian predictive inference propagates parameter uncertainty to quantities of interest through the posterior-predictive distribution. In practice, this is typically performed using a two-stage procedure: first approxim…

Predictively Oriented Posteriors

2025-10-02 · Yann McLatchie, Badr-Eddine Cherief-Abdellatif, David T. Frazier, Jeremias Knoblauch arxiv

We advocate for a new statistical principle that combines the most desirable aspects of both parameter inference and density estimation. This leads us to the predictively oriented (PrO) posterior, which expresses uncerta…

Density Estimation

YOLO-Pose: Enhancing YOLO for Multi Person Pose Estimation Using Object Keypoint Similarity Loss

2022-04-14 · Debapriya Maji, Soyeb Nagori, Manu Mathew, Deepak Poddar

We introduce YOLO-pose, a novel heatmap-free approach for joint detection, and 2D multi-person pose estimation in an image based on the popular YOLO object detection framework. Existing heatmap based two-stage approaches…

Multi-Person Pose Estimationobject-detectionObject DetectionPose Estimation