SymVD: Symmetric Vision Language Action Distillation for Robot Manipulation
arXiv:2608.29828
2026
Architecture
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper offers a transferable symmetry mechanism: when the environment is invariant under a group of state and action transformations, the policy should be equivariant and the value function invariant. This can turn symmetry-related examples into a shared training signal, reducing redundant distillation data and improving generalization to transformed inputs. The most direct neural-network implementation is orbit-consistent distillation, where teacher targets and student outputs are compared both in the original frame and after applying sampled group transformations, with equivariant policy heads and invariant value heads.
Ideas from this paper
✗ Mechanism failed
2026
Constrain a student policy to transform its action in the same way that the input state is transformed, while constraining its value estimate to remain unchanged. During distillation, augment every teacher-student pair with several symmetry-transformed copies and penalize disagreement after transforming the student action back to the original frame.
Useful7/10
Difficulty5/10
Novelty4/10