Anyone using diffusion policies for manipulation instead of VLA tokens?
-
gary.tanaka2
- Posts: 86
- Joined: Fri Nov 07, 2025 2:35 pm
Re: Anyone using diffusion policies for manipulation instead of VLA tokens?
Thanks for laying this out, genuinely useful.
Diffusion policies model the distribution of possible actions and sample from it, which handles multimodal manipulation tasks (multiple valid ways to grasp something) more naturally than a single deterministic action output, at the cost of slower inference. Physical Intelligence's pi0 pairs a smaller pretrained vision-language backbone with a separate flow-matching 'action expert' module, which is one way to get fast, high-frequency action output without needing the whole giant language model to run at control-loop speed.
-
samuel.campbell8
- Posts: 41
- Joined: Fri May 08, 2026 10:50 pm
Re: Anyone using diffusion policies for manipulation instead of VLA tokens?
@gary.tanaka2 +1 to this. Worth adding:
Sim-to-real transfer still commonly breaks on contact dynamics - friction, restitution, and deformable/compliant surfaces are the hardest things to model accurately in simulation, so policies trained purely in sim often need real-world fine-tuning specifically around contact-rich tasks.
Watching this space closely since 2019.
Re: Anyone using diffusion policies for manipulation instead of VLA tokens?
@samuel.campbell8 From hands-on experience,
Cross-embodiment training (training one policy across data from multiple different robot bodies) has shown some real transfer benefits for high-level behaviors, but low-level control (exact joint torques, timing) still tends to need embodiment-specific fine-tuning. Diffusion policies model the distribution of possible actions and sample from it, which handles multimodal manipulation tasks (multiple valid ways to grasp something) more naturally than a single deterministic action output, at the cost of slower inference.
"Torque is a lifestyle."