SyncTwin: Fast Digital Twin Construction and Synchronization for Safe Robotic Grasping
Ruopeng Huang, Boyu Yang, Wenlong Gui, Jeremy Morgan, Erdem Biyik, Jiachen Li
TL;DR
SyncTwin tackles safe robotic grasping in dynamic, partially observed environments by marrying fast RGB-only 3D reconstruction with real-time digital-twin synchronization. It introduces a two-stage pipeline: Stage I builds simulation-ready object assets from limited RGB data using VGGT, and Stage II continuously aligns streaming observations with stored assets through real-time segmentation and colored-ICP, enabling collision-aware planning in a simulator that closes the real-to-sim-to-real loop. A memory bank of complete object assets supports completing partial observations to improve grasp generation and obstacle avoidance, especially under occlusion. Empirical results on a Panda robot show faster asset reconstruction, higher obstacle-avoidance success, and improved grasp performance compared to baselines, validating the practical viability of persistent digital-twin synchronization for real-world manipulation. The work also outlines scalable extensions such as online asset expansion and distributed architectures to further enhance responsiveness in fast-changing scenes.
Abstract
Accurate and safe grasping under dynamic and visually occluded conditions remains a core challenge in real-world robotic manipulation. We present SyncTwin, a digital twin framework that unifies fast 3D scene reconstruction and real-to-sim synchronization for robust and safety-aware grasping in such environments. In the offline stage, we employ VGGT to rapidly reconstruct object-level 3D assets from RGB images, forming a reusable geometry library for simulation. During execution, SyncTwin continuously synchronizes the digital twin by tracking real-world object states via point cloud segmentation updates and aligning them through colored-ICP registration. The updated twin enables motion planners to compute collision-free and dynamically feasible trajectories in simulation, which are safely executed on the real robot through a closed real-to-sim-to-real loop. Experiments in dynamic and occluded scenes show that SyncTwin improves grasp accuracy and motion safety, demonstrating the effectiveness of digital-twin synchronization for real-world robotic execution.
