Keypoints as Dynamic Centroids for Unified Human Pose and Segmentation
Niaz Ahmad, Jawad Khan, Kang G. Shin, Youngmoon Lee, Guanghui Wang
TL;DR
This work introduces Keypoints as Dynamic Centroid (KDC), a bottom-up, centroid-based framework that unifies human pose estimation with instance-level segmentation without requiring a box detector. It leverages KHDR disk-based keypoint heatmaps, KeyCentroid refinements, and MaskCentroid embeddings to cluster pixels into corresponding human instances even during rapid, occluded movements via a dynamic center of attraction in SegNet, culminating in the PoseSeg module that fuses pose and segmentation outputs. Through extensive evaluations on COCO, CrowdPose, and OCHuman, KDC achieves state-of-the-art or competitive keypoint and segmentation performance with real-time capabilities, supported by ablations on KHDR, KeyCentroid, dynamic MaskCentroids, and Gaussian optimizations. The approach significantly advances robust, scalable, and real-time unified human pose and segmentation, enabling improved analysis in crowded and dynamic environments.
Abstract
The dynamic movement of the human body presents a fundamental challenge for human pose estimation and body segmentation. State-of-the-art approaches primarily rely on combining keypoint heatmaps with segmentation masks but often struggle in scenarios involving overlapping joints or rapidly changing poses during instance-level segmentation. To address these limitations, we propose Keypoints as Dynamic Centroid (KDC), a new centroid-based representation for unified human pose estimation and instance-level segmentation. KDC adopts a bottom-up paradigm to generate keypoint heatmaps for both easily distinguishable and complex keypoints and improves keypoint detection and confidence scores by introducing KeyCentroids using a keypoint disk. It leverages high-confidence keypoints as dynamic centroids in the embedding space to generate MaskCentroids, allowing for swift clustering of pixels to specific human instances during rapid body movements in live environments. Our experimental evaluations on the CrowdPose, OCHuman, and COCO benchmarks demonstrate KDC's effectiveness and generalizability in challenging scenarios in terms of both accuracy and runtime performance. The implementation is available at: https://sites.google.com/view/niazahmad/projects/kdc.
