paper-with-me

Papers

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

2025-05-14 · Yutong Hu, Pinhao Song, Kehan Wen, Renaud Detry

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

📄 PDF Abstract BibTeX arXiv:2505.09430

Code (1)

utomm/mini-diffuse-actor 공식 구현 pytorch

Tasks

Action GenerationImage GenerationRobot Manipulation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Towards performant and reliable undersampled MR reconstruction via diffusion model sampling

2022-03-08 · Cheng Peng, Pengfei Guo, S. Kevin Zhou, Vishal Patel 외

Magnetic Resonance (MR) image reconstruction from under-sampled acquisition promises faster scanning time. To this end, current State-of-The-Art (SoTA) approaches leverage deep neural networks and supervised training to …

Image Reconstruction

IKDiffuser: A Generative Inverse Kinematics Solver for Multi-arm Robots via Diffusion Model

2025-06-16 · Zeyu Zhang, Ziyuan Jiao

Solving Inverse Kinematics (IK) problems is fundamental to robotics, but has primarily been successful with single serial manipulators. For multi-arm robotic systems, IK remains challenging due to complex self-collisions…

Computational EfficiencyDiversity

DiffuserLite: Towards Real-time Diffusion Planning

2024-01-27 · Zibin Dong, Jianye Hao, Yifu Yuan, Fei Ni 외

Diffusion planning has been recognized as an effective decision-making paradigm in various domains. The capability of generating high-quality long-horizon trajectories makes it a promising research direction. However, ex…

D4RLDecision Making

DifFUSER: Diffusion Model for Robust Multi-Sensor Fusion in 3D Object Detection and BEV Segmentation

2024-04-06 · Duy-Tho Le, Hengcan Shi, Jianfei Cai, Hamid Rezatofighi

Diffusion models have recently gained prominence as powerful deep generative models, demonstrating unmatched performance across various domains. However, their potential in multi-sensor fusion remains largely unexplored.…

3D Object DetectionBEV SegmentationDenoisingobject-detection+2

One Transformer Fits All Distributions in Multi-Modal Diffusion at Scale

2023-03-12 · Fan Bao, Shen Nie, Kaiwen Xue, Chongxuan Li 외

This paper proposes a unified diffusion framework (dubbed UniDiffuser) to fit all distributions relevant to a set of multi-modal data in one model. Our key insight is -- learning diffusion models for marginal, conditiona…

AllImage GenerationImage to textText to Image Generation+1