paper-with-me

Papers

Diffuse Everything: Multimodal Diffusion Models on Arbitrary State Spaces

2025-06-09 · Kevin Rojas, Yuchen Zhu, Sichen Zhu, Felix X. -F. Ye, Molei Tao

Diffusion models have demonstrated remarkable performance in generating unimodal data across various tasks, including image, video, and text generation. On the contrary, the joint generation of multimodal data through diffusion models is still in the early stages of exploration. Existing approaches heavily rely on external preprocessing protocols, such as tokenizers and variational autoencoders, to harmonize varied data representations into a unified, unimodal format. This process heavily demands the high accuracy of encoders and decoders, which can be problematic for applications with limited data. To lift this restriction, we propose a novel framework for building multimodal diffusion models on arbitrary state spaces, enabling native generation of coupled data across different modalities. By introducing an innovative decoupled noise schedule for each modality, we enable both unconditional and modality-conditioned generation within a single model simultaneously. We empirically validate our approach for text-image generation and mixed-type tabular data synthesis, demonstrating that it achieves competitive performance.

📄 PDF Abstract BibTeX arXiv:2506.07903

Code (1)

kevinrojas1499/diffuse-everything 공식 구현 pytorch

Tasks

Image GenerationText Generation

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 제목 키워드 기반

TopoDiffuser: A Diffusion-Based Multimodal Trajectory Prediction Model with Topometric Maps

2025-08-01 · Zehui Xu, Junhui Wang, Yongliang Shi, Chao Gao 외 arxiv

This paper introduces TopoDiffuser, a diffusion-based framework for multimodal trajectory prediction that incorporates topometric maps to generate accurate, diverse, and road-compliant future motion forecasts. By embeddi…

Trajectory Prediction

EasyGen: Easing Multimodal Generation with BiDiffuser and LLMs

2023-10-13 · Xiangyu Zhao, Bo Liu, Qijiong Liu, Guangyuan Shi 외

We present EasyGen, an efficient model designed to enhance multimodal understanding and generation by harnessing the capabilities of diffusion models and large language models (LLMs), Unlike existing multimodal models th…

Image Generationmultimodal generationText GenerationText-to-Image Generation

DiffuseTrace: A Transparent and Flexible Watermarking Scheme for Latent Diffusion Model

2024-05-04 · Liangqi Lei, Keke Gai, Jing Yu, Liehuang Zhu

Latent Diffusion Models (LDMs) enable a wide range of applications but raise ethical concerns regarding illegal utilization. Adding watermarks to generative model outputs is a vital technique employed for copyright track…

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 b…

Action GenerationImage GenerationRobot Manipulation

RS-Diffuser: Risk-Sensitive Diffusion Planning with Distributional Value Guidance

2026-06-26 · Shiqiang Gong arxiv

Offline reinforcement learning enables policy learning from fixed datasets without additional environment interaction, making it appealing for safety-critical applications where online exploration is costly or unsafe. Di…

Reinforcement LearningRobot NavigationOffline RL