A Robust Filter for Marker-less Multi-person Tracking in Human-Robot Interaction Scenarios
Enrico Martini, Harshil Parekh, Shaoting Peng, Nicola Bombieri, Nadia Figueroa
TL;DR
This work introduces a plug-and-play, three-node filter to refine incomplete 3D human poses from a single RGB-D camera, addressing occlusions and multi-person interactions in marker-less HRI. The spatial, temporal, and permanence stages compute confidence, track identities with a robust Hungarian assignment, and apply an OPF-like filter with dynamically adjusted noise to maintain smooth trajectories. Empirical results across four tasks show substantial improvements in MAE, STD, and ACC over baselines, along with higher perceived safety and near ground-truth end-effector stability. The approach is practical for real-time deployment and reduces robot jitter, enabling safer, more natural human-robot collaboration. Key equations include the cost blending in the temporal module $M_{i,j}=D_{i,j}+C_{i,j}+u(D_{i,j}+C_{i,j}-\delta)$ and the occlusion-aware covariance $R_{i,k}=\alpha^{c_{i,k}-\beta}$, illustrating how spatial and temporal cues are fused to stabilize multi-person 3D pose estimates.
Abstract
Pursuing natural and marker-less human-robot interaction (HRI) has been a long-standing robotics research focus, driven by the vision of seamless collaboration without physical markers. Marker-less approaches promise an improved user experience, but state-of-the-art struggles with the challenges posed by intrinsic errors in human pose estimation (HPE) and depth cameras. These errors can lead to issues such as robot jittering, which can significantly impact the trust users have in collaborative systems. We propose a filtering pipeline that refines incomplete 3D human poses from an HPE backbone and a single RGB-D camera to address these challenges, solving for occlusions that can degrade the interaction. Experimental results show that using the proposed filter leads to more consistent and noise-free motion representation, reducing unexpected robot movements and enabling smoother interaction.
