Papers › MM-Diffusion: Learning Multi-Modal Diffusion Models for Joint Audio and Video Generation

MM-Diffusion: Learning Multi-Modal Diffusion Models for Joint Audio and Video Generation

19 Dec 2022CVPR 2023 1arXiv:2212.09478archive 2025-07-28

Ludan Ruan, Yiyang Ma, Huan Yang, Huiguo He, Bei Liu, Jianlong Fu, Nicholas Jing Yuan, Qin Jin, Baining Guo

We propose the first joint audio-video generation framework that brings engaging watching and listening experiences simultaneously, towards high-quality realistic videos. To generate joint audio-video pairs, we propose a novel Multi-Modal Diffusion model (i.e., MM-Diffusion), with two-coupled denoising autoencoders. In contrast to existing single-modal diffusion models, MM-Diffusion consists of a sequential multi-modal U-Net for a joint denoising process by design. Two subnets for audio and video learn to gradually generate aligned audio-video pairs from Gaussian noises. To ensure semantic consistency across modalities, we propose a novel random-shift based attention block bridging over the two subnets, which enables efficient cross-modal alignment, and thus reinforces the audio-video fidelity for each other. Extensive experiments show superior results in unconditional audio-video generation, and zero-shot conditional tasks (e.g., video-to-audio). In particular, we achieve the best FVD and FAD on Landscape and AIST++ dancing datasets. Turing tests of 10k votes further demonstrate dominant preferences for our model. The code and pre-trained models can be downloaded at https://github.com/researchmm/MM-Diffusion.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2212.09478")

Code

Syntology Ran 9 of 18 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 3 ran · honoured contract; 4 ran · our draft was wrong; 2 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

researchmm/mm-diffusion officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 9 ran; 3 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · honoured contract
4ran · our draft was wrong
2ran
9unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from researchmm/mm-diffusion. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

interpolate_fn researchmm/mm-diffusion/mm_diffusion/dpm_solver_plus.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 6a35b62fbc80f70a · report
approx_standard_normal_cdf researchmm/mm-diffusion/mm_diffusion/losses.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · cfd76fd0d89574a4 · report
betas_for_alpha_bar researchmm/mm-diffusion/mm_diffusion/gaussian_diffusion.py official repository ran · honoured contract MIT (permissive) · 2ab2316ac6fdd869 · report
discretized_gaussian_log_likelihood researchmm/mm-diffusion/mm_diffusion/losses.py official repository ran · our draft was wrong MIT (permissive) · cd33283d615fb3d7 · report
expand_dims researchmm/mm-diffusion/mm_diffusion/dpm_solver_plus.py official repository ran · our draft was wrong MIT (permissive) · e6110366588c5c65 · report
get_named_beta_schedule researchmm/mm-diffusion/mm_diffusion/gaussian_diffusion.py official repository ran · honoured contract MIT (permissive) · a086d6286a40b889 · report
make_master_params researchmm/mm-diffusion/mm_diffusion/fp16_util.py official repository ran MIT (permissive) · e20dd5102da3b050 · report
normal_kl researchmm/mm-diffusion/mm_diffusion/losses.py official repository ran · honoured contract fingerprinted MIT (permissive) · cf2798b666b231ca · report
unflatten_master_params researchmm/mm-diffusion/mm_diffusion/fp16_util.py official repository ran MIT (permissive) · 64fff1e30802b815 · report
get_param_groups_and_shapes researchmm/mm-diffusion/mm_diffusion/fp16_util.py official repository unverified MIT (permissive) · ddb38766d7aa166c · report
make_output_format researchmm/mm-diffusion/mm_diffusion/logger.py official repository unverified MIT (permissive) · 57131491357c189b · report
model_wrapper researchmm/mm-diffusion/mm_diffusion/dpm_solver_plus.py official repository unverified MIT (permissive) · abb9bea94cd7c83a · report
mpi_weighted_mean researchmm/mm-diffusion/mm_diffusion/logger.py official repository unverified MIT (permissive) · e515a67f7f32e76d · report
polynomial_mmd researchmm/mm-diffusion/mm_diffusion/evaluator.py official repository unverified MIT (permissive) · a10e9f3459fa8f04 · report
profile researchmm/mm-diffusion/mm_diffusion/logger.py official repository unverified MIT (permissive) · 34e10ba640d1b6cf · report
save_one_image researchmm/mm-diffusion/mm_diffusion/common.py official repository unverified MIT (permissive) · 150dc9bdcfc6aed8 · report
save_one_video researchmm/mm-diffusion/mm_diffusion/common.py official repository unverified MIT (permissive) · 31e25910eef8438d · report
set_seed_logger researchmm/mm-diffusion/mm_diffusion/common.py official repository unverified MIT (permissive) · b73636bb1c62bec8 · report

Tasks

DenoisingFADVideo Generationcross-modal alignment

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Concatenated Skip ConnectionConvolutionDiffusionMax PoolingReLUU-Net

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections