ACE Journal

Human-Robot Handover with Implicit Intent Estimation

Abstract

Handing an object between a human and a robot seems straightforward but involves a layered coordination problem: the robot must anticipate when the human intends to release or receive the object, position its end-effector to match the human’s grasp geometry, and modulate grip force in real time as the object transfers. Explicit intent signaling, such as voice commands or button presses, imposes unnatural interaction overhead. Implicit intent estimation infers handover readiness from body pose, gaze direction, wrist kinematics, and contact force signals without requiring the human to communicate intent through any dedicated channel. This article reviews the state of implicit intent estimation for robot handovers and the control strategies that convert inferred intent into smooth, safe object transfer.

Signals of Handover Intent

Human handover behavior is rich with anticipatory cues that precede the moment of object transfer by several hundred milliseconds. Wrist pronation or supination begins as the human orients the object toward the receiver. Grip force decreases predictably in the 200-400 ms window before voluntary release. Gaze shifts toward the robot’s hand as the human tracks the approach trajectory.

Multimodal intent estimators fuse these signals using recurrent architectures or temporal convolutional networks trained on motion capture datasets such as the KIT Whole-Body Human Motion Database and the dedicated handover datasets collected at TU Delft and Stanford’s HRI Lab. Classification accuracy for handover-ready states, as distinct from in-transit or task-interrupted states, now exceeds 90% at a prediction horizon of 300 ms on held-out participants, which is sufficient to preposition the robot hand before the human extends the object fully.

Adaptive End-Effector Positioning

The robot’s grasp pose during a handover must accommodate the human’s grip geometry, which varies by person, object shape, and current task context. Learning a distribution over expected human grip poses conditioned on object class and approach direction allows the robot to sample likely handover configurations and preemptively move toward the most probable one. Gaussian mixture models and normalizing flows have both been applied to this grasp distribution learning problem, with normalizing flows showing better coverage of multimodal grip distributions for tools with handles.

Force-torque sensing at the wrist provides the terminal signal: a characteristic drop in measured load as the human’s fingers relax confirms transfer completion and triggers the robot to close its grasp fully. Impedance control in the Cartesian space during the transfer phase, rather than stiff position control, absorbs small mismatches between the human’s release trajectory and the robot’s expected object path, reducing uncomfortable jerk for the human partner.

Safety and User Acceptance

Physical safety during handovers is a distinct concern from general collision avoidance. The human hand is within the robot’s workspace during transfer, and any unexpected motion can cause collision or grip failure that drops the object. Conservative velocity limits during the handover phase, typically 0.1-0.2 m/s, combined with real-time monitoring of the human’s hand position via wrist-worn IMUs or depth camera tracking, provide a safety envelope that current collaborative robot platforms from KUKA, ABB, and Universal Robots can enforce within their built-in safety monitoring layers.

User acceptance studies conducted at Aalto University and CMU’s Human-Robot Interaction Lab consistently show that fluid, timely handovers with minimal idle waiting contribute more to perceived robot competence than raw task completion speed. Robots that anticipate and move first, rather than waiting for a fully extended transfer, are rated significantly more natural by human partners, motivating the practical importance of accurate intent estimation even when the safety margins of a reactive approach would be acceptable.

Conclusion

Implicit intent estimation is transforming robot handovers from a stilted exchange requiring explicit signals into a fluid interaction that more closely resembles human-to-human object passing. Fusion of wrist kinematics, gaze, and contact force, combined with adaptive grasp positioning and impedance control, defines the current best practice. As training datasets expand to cover diverse populations and objects, and as on-robot sensors improve, handover fluency will increasingly be a baseline expectation rather than a research achievement.