Learning Dense Hand Contact Estimation from Imbalanced Data
Daniel Sungho Jung, Kyoung Mu Lee
TL;DR
This work tackles dense hand contact estimation under severe data imbalance by introducing HACO, a transformer-based framework that leverages Balanced Contact Sampling (BCS) and Vertex-Level Class-Balanced (VCB) loss to learn from a large, diverse set of 14 datasets with $V=778$ MANO vertices. The model employs a ViT backbone with a dedicated contact token and multi-level supervision to predict dense contact maps while mitigating both class and spatial biases. Empirical results show HACO achieves state-of-the-art performance on dense hand contact estimation and yields tangible gains in downstream 3D grasp optimization and hand-object reconstruction. The approach offers practical impact for AR/VR, robotics, and behavior analysis by enabling more accurate, generalizable contact understanding from visual input.
Abstract
Hands are essential to human interaction, and exploring contact between hands and the world can promote comprehensive understanding of their function. Recently, there have been growing number of hand interaction datasets that cover interaction with object, other hand, scene, and body. Despite the significance of the task and increasing high-quality data, how to effectively learn dense hand contact estimation remains largely underexplored. There are two major challenges for learning dense hand contact estimation. First, there exists class imbalance issue from hand contact datasets where majority of regions are not in contact. Second, hand contact datasets contain spatial imbalance issue with most of hand contact exhibited in finger tips, resulting in challenges for generalization towards contacts in other hand regions. To tackle these issues, we present a framework that learns dense HAnd COntact estimation (HACO) from imbalanced data. To resolve the class imbalance issue, we introduce balanced contact sampling, which builds and samples from multiple sampling groups that fairly represent diverse contact statistics for both contact and non-contact vertices. Moreover, to address the spatial imbalance issue, we propose vertex-level class-balanced (VCB) loss, which incorporates spatially varying contact distribution by separately reweighting loss contribution of each vertex based on its contact frequency across dataset. As a result, we effectively learn to predict dense hand contact estimation with large-scale hand contact data without suffering from class and spatial imbalance issue. The codes are available at https://github.com/dqj5182/HACO_RELEASE.
