The year/Independent research

Paper 2606.15133

DragMesh-2: Physically Plausible Dexterous Hand-Object Interaction with Articulated Objects

Published
Jun 2026
Research lab
Independent
Citations
0
GitHub
8 stars

01 In brief

Summary

DragMesh-2 is a contact-driven framework for dexterous hand interaction with articulated objects, where the target part moves only through physical hand–handle contact.

It extends prior object-centric generation to hand-driven interaction, addressing the challenge that policies trained under fixed dynamics overfit nominal contact loads and degrade under load changes.

The framework introduces PICA (Physically Informed Contact-Aware) training, which injects physical signals into policy learning without tactile or force feedback, using contact-aware constraints, dynamics randomization, and temporal contact-response modeling.

Evaluations on seven GAPartNet objects across damping multipliers (×1, ×2, ×4) show PICA achieves the highest mean success in all settings, with deterministic success dropping from 0.89 at ×1 to 0.56 at ×4, compared to 0.27 for state-only PPO and 0.09 for Transformer-PPO.

Ablations confirm the combination of physical signals and temporal encoding is complementary.

A pure-geometry dataset of 277 trajectories across 7 categories is released.

Limitations include action saturation under strong damping and heterogeneous per-object performance, motivating future work on force-aware control and whole-body loco-manipulation.

02 From the paper

Abstract

Dexterous interaction with articulated objects is important for household, assistive, and humanoid manipulation, where multi-finger hands can provide compliant contact patterns beyond parallel-jaw grasping. However, articulated-object manipulation differs from static-object manipulation: the target part cannot be directly actuated, and its motion must emerge through sustained physical hand--handle contact. This makes the transition from object-centric articulated generation to hand-driven dexterous hand--object interaction non-trivial, since geometric trajectory replay or open-loop execution does not model the contact dynamics required to move the articulated part. Moreover, policies trained only for task completion under fixed dynamics can overfit nominal contact loads, especially without tactile or force feedback, and may degrade when the contact load changes. To address these challenges, we present DragMesh-2, a contact-driven framework for dexterous interaction with articulated objects that extends articulated interaction from object-centric generation to hand-driven dexterous hand--object interaction, where articulated motion must arise through physical contact. We further propose PICA, a physically informed contact-aware training mechanism that injects physical signals into policy learning without tactile or force feedback, improving robustness and task success under changing contact loads. Finally, we conduct systematic evaluation across multiple damping conditions and articulated-object categories to study robustness under contact-load variation, and provide a pure-geometry dexterous interaction resource to support future loco-manipulation and humanoid hand--object interaction research. Across seven GAPartNet objects, DragMesh-2 achieves stronger robustness under contact-load variation than the compared methods while maintaining high task success across damping conditions.