Multi-fingered robots still struggle to match the effortless grasping ability of humans. According to a preprint paper on arXiv, a team of researchers has developed HUG (Human Universal Grasping), a flow-matching model that generates diverse human grasps for any user-specified object using a single RGB-D image captured from a stereo camera. The work aims to bridge the gap by leveraging natural human grasping data as the primary source for robot learning.
The Data Collection: 1M-HUGs
To train HUG, the researchers collected 1M-HUGs, an egocentric dataset of human grasps spanning 1 million frames (27.8 hours) and 6,707 object instances across 41 buildings. Data was captured using smart glasses, providing a first-person view of humans picking up thousands of everyday objects. This large-scale, real-world dataset forms the foundation for modeling the distribution of natural human grasps.
The Model: Flow-Matching for Grasp Generation
HUG employs a novel flow-matching architecture that fuses RGB and depth observations to output a grasp parameterized by three components: wrist translation, wrist rotation, and MANO hand pose. The model is designed to generate a diverse set of feasible grasps for any given object. Crucially, predicted grasps can be retargeted to various robot hands, enabling zero-shot grasping in everyday scenes without additional training.
Benchmarking Performance
To standardize evaluation, the team built HUG-Bench, a simulated benchmark comprising 90 unseen objects from five geometric categories and various sizes, each with metric-scale 3D meshes. Real-world tests were conducted on a 30-object test set from HUG-Bench across multiple stereo cameras, robot embodiments, and household environments. HUG achieved significant improvements over state-of-the-art grasping baselines:
| Metric | Improvement over Baselines |
|---|---|
| Performance on challenging object set | +23% |
| Additional improvement on same set | +34% |
These results demonstrate HUG's ability to generalize to novel objects and environments, outperforming existing methods by a wide margin.
Implications for Robotics and Automation
By training on human grasping data, HUG offers a path to more dexterous and general robot manipulation. The ability to retarget grasps to different robot hands means the approach can be applied across various platforms without per-robot fine-tuning. The code, data, benchmark, checkpoints, and an interactive demo have been released on the project website, enabling further research and industrial adoption.
While the paper focuses on household and everyday objects, the underlying methodology—learning from human demonstrations via egocentric video—has broad potential for warehouse automation, manufacturing, and logistics environments where grasping diverse items is critical. Future work may extend HUG to more complex manipulation tasks beyond simple grasping.