Pith. sign in

REVIEW 1 cited by

Mini Diffuser: Fast Multi-task Diffusion Policy Training Using Two-level Mini-batches

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2505.09430 v2 pith:5X65VTB3 submitted 2025-05-14 cs.RO cs.LG

Mini Diffuser: Fast Multi-task Diffusion Policy Training Using Two-level Mini-batches

classification cs.RO cs.LG
keywords diffusionactionimagemulti-taskpoliciesconditiondiffuseremph
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

We present a method that reduces, by an order of magnitude, the time and memory needed to train multi-task vision-language robotic diffusion policies. This improvement arises from a previously underexplored distinction between action diffusion and the image diffusion techniques that inspired it: In image generation, the target is high-dimensional. By contrast, in action generation, the dimensionality of the target is comparatively small, and only the image condition is high-dimensional. Our approach, \emph{Mini Diffuser}, exploits this asymmetry by introducing \emph{two-level minibatching}, which pairs multiple noised action samples with each vision-language condition, instead of the conventional one-to-one sampling strategy. To support this batching scheme, we introduce architectural adaptations to the diffusion transformer that prevent information leakage across samples while maintaining full conditioning access. In RLBench simulations, Mini-Diffuser achieves 95\% of the performance of state-of-the-art multi-task diffusion policies, while using only 5\% of the training time and 7\% of the memory. Real-world experiments further validate that Mini-Diffuser preserves the key strengths of diffusion-based policies, including the ability to model multimodal action distributions and produce behavior conditioned on diverse perceptual inputs. Code available at mini-diffuse-actor.github.io

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Robot Trajectron V3: A Probabilistic Shared Control Framework for SE(3) Manipulation

    cs.RO 2026-07 accept novelty 6.0

    RT-V3 learns a transformer-CVAE prior over multi-modal SE(3) trajectories conditioned on scene geometry and grasps, then continuously fuses it with noisy user twists via Bayesian posterior estimation for shared graspi...