The Lie We Tell: Correcting the Euclidean Fallacy in Vision Language Action Policies via Score Matching on Tangent Space
Abstract
Lay Summary
Modern robots learn manipulation skills by watching human demonstrations through a process called diffusion: noise is gradually added to the recorded motions until they become random, and a neural network learns to reverse the process. But a robot's hand pose, meaning its position and orientation in 3D space, does not live in a flat space. Valid rotations sit on a curved surface, like points on a globe. Adding ordinary noise to a rotation pushes it off this surface, producing intermediate poses that no real robot could ever take. We propose Lie Diffuser Actor, a method that respects this curved structure. Instead of adding noise directly to rotations, we add it in the flat tangent plane that touches the surface at each pose, then project back through an operation that keeps every intermediate result valid. The network never sees impossible poses during either training or execution. On a simulation benchmark and on a real robot arm, Lie Diffuser Actor produces smoother and more reliable manipulation than methods that ignore the curved geometry. This brings robot learning one step closer to dependable real-world deployment.