菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-01
📄 Abstract - The Lie We Tell: Correcting the Euclidean Fallacy in Vision Language Action Policies via Score Matching on Tangent Space

Diffusion-based Vision-Language-Action policies achieve remarkable success in robotic manipulation, yet commit a fundamental geometric error we term the $\textbf{Euclidean Fallacy}$: representing SE(3) poses as flat $\mathbb{R}^{12}$ vectors. This approximation induces (1) manifold drift violating SO(3) constraints, (2) broken equivariance under coordinate transformations, and (3) non-geodesic trajectories with excessive kinematic cost. We introduce $\textbf{Lie Diffuser Actor (LDA)}$, a diffusion framework operating intrinsically on SE(3). Our method injects noise through left-invariant SDEs, predicts scores in the tangent space, and retracts samples via the exponential map. This formulation eliminates manifold drift by construction while guaranteeing coordinate-frame equivariance and geodesic optimality. On CALVIN ABC$\rightarrow$D, LDA improves average task length from $3.27$ to $3.51$ ($+7.3\%$). We further validate our method on real robot and the results show that our methodology outperforms the baseline on majority tasks.

顶级标签: robotics generative model machine learning
详细标签: diffusion policy se(3) manifold score matching vision-language-action robot manipulation 或 搜索:

我们撒的谎:通过切空间上的分数匹配纠正视觉-语言-动作策略中的欧几里得谬误 / The Lie We Tell: Correcting the Euclidean Fallacy in Vision Language Action Policies via Score Matching on Tangent Space


1️⃣ 一句话总结

本文指出,现有机器人操控模型错误地将三维空间中的旋转和平移运动当作普通数字向量处理,导致动作不稳定且效率低下;作者提出了一种名为“李扩散演员”的新方法,通过让模型直接在旋转和平移的数学结构内部生成动作,从而避免了这些错误,在模拟和实际任务中都取得了更好的表现。

源自 arXiv: 2606.01847