VISUALCENT: Visual Human Analysis using Dynamic Centroid Representation
Niaz Ahmad, Youngmoon Lee, Guanghui Wang
TL;DR
VisualCent introduces a unified, detector-free framework for multi-person pose estimation and instance segmentation that relies on centroid-based representations. It employs KeyCentroid within a Disk Representation heatmap to locate keypoints and MaskCentroid as a dynamic clustering anchor to assign pixels to person instances, enabling scalable and real-time performance in crowded scenarios. The method is trained end-to-end with KHDR and a dynamic clustering loss, and achieves state-of-the-art or competitive results on COCO and OCHuman for both keypoint and segmentation tasks while reducing computational overhead. The combination of KHDR, KeyCentroid, and DM_c facilitates robust performance under rapid movement and occlusion, making VisualCent suitable for real-time human-centric visual analysis in interactive applications.
Abstract
We introduce VISUALCENT, a unified human pose and instance segmentation framework to address generalizability and scalability limitations to multi person visual human analysis. VISUALCENT leverages centroid based bottom up keypoint detection paradigm and uses Keypoint Heatmap incorporating Disk Representation and KeyCentroid to identify the optimal keypoint coordinates. For the unified segmentation task, an explicit keypoint is defined as a dynamic centroid called MaskCentroid to swiftly cluster pixels to specific human instance during rapid changes in human body movement or significantly occluded environment. Experimental results on COCO and OCHuman datasets demonstrate VISUALCENTs accuracy and real time performance advantages, outperforming existing methods in mAP scores and execution frame rate per second. The implementation is available on the project page.
