SOFTMAP: Sim2Real Soft Robot Forward Modeling via Topological Mesh Alignment and Physics Prior
Soft robot fingers are hard to simulate. Silicone squishes and creeps in ways that rigid-body physics engines weren't built to handle, and the real-world version of any soft gripper will behave somewhat differently than its digital twin — every time, and not in the same way twice. That gap has limited how much simulation can be used to train soft robot controllers before they need expensive real-world data collection.
A preprint posted to arXiv on March 19, 2026 from Carnegie Mellon University's Robotics Institute proposes a fix. The system, called SOFTMAP, uses topological mesh alignment to put simulated and real point clouds into the same coordinate space, then trains a lightweight residual correction network on a small number of real observations to correct what the simulation still gets wrong. According to the paper on arXiv, the approach delivers a 36.5 percent improvement in teleoperation task success over DeepSoRo, a previous CMU soft robot control baseline.
What makes the approach notable isn't just the number — it's the data efficiency. Sim-to-real transfer in robotics typically requires either massive real-world datasets or carefully structured domain randomization. SOFTMAP's residual network is trained on a small set of real measurements, which suggests the method could generalize even when collecting real data is costly or slow. The Chamfer distance for shape prediction on hardware (the gap between where the model thinks the finger is and where it actually is) drops to 3.786 mm with the residual correction, down from 5.681 mm without it. That's still roughly 10 times worse than simulation accuracy, which matters for precision tasks, but is sufficient for gross teleoperation.
The core technical move borrows from computer graphics: ARAP (as-rigid-as-possible) topological alignment, applied here to register simulated and real point cloud meshes into a shared vertex space. Once the two representations are geometrically aligned, the residual network can learn to correct the remaining simulation error with far less data than methods that try to bridge the gap from scratch.
The lead author is Ziyong Ma, a CMU senior undergrad graduating in May 2026 who has also worked on 3D reconstruction and world models for healthcare. His co-authors include Uksang Yoo, a PhD student and National Science Foundation Graduate Research Fellow who organized the Real2Sim2Real workshop at ICRA 2026 and has interned at Bosch AI and Meta. The faculty advisors are Jean Oh and Jeff Ichnowski, an assistant professor at CMU's Robotics Institute who focuses on manipulation and motion planning.
The hardware platform is MOE, an open-source soft finger robot developed by the same CMU group. A companion paper, KineSoft — posted to arXiv in March 2025 and accepted as an oral presentation at CoRL 2025 — used MOE for kinesthetic teaching and proprioceptive shape estimation, establishing the platform as the shared testbed for the group's research program. SOFTMAP is the sim-to-real layer that makes MOE useful without requiring large real-world data collection.
The project page includes an interactive web demo where anyone can manipulate a virtual soft finger in real time via keyboard — an unusual feature for an arXiv robotics preprint, and a signal that the authors want this used, not just cited.
The broader context matters here. The same CMU group built MOE-Hair, a soft robot designed for hair care — patting heads and combing. That isn't a curiosity. Robots that touch people require precisely the kind of safe, compliant manipulation that soft actuators enable and that rigid robots handle poorly. Solving sim-to-real for soft fingers is relevant to contact-rich manipulation in healthcare and personal assistance applications — a direction the group is actively pursuing, though one that will require further validation in real-world human interaction scenarios.
The paper is not peer-reviewed. The 36.5 percent improvement is measured against DeepSoRo as baseline — comparisons to other recent sim-to-real methods would strengthen the case. And the hardware accuracy gap, at roughly 10 times worse than simulation, is a real constraint for precision tasks. But for the kinds of gross dexterous manipulation that have blocked soft robot deployment — grasping, holding, gentle probing — the data-efficiency story is the one to watch.