Papers › From Audio to Photoreal Embodiment: Synthesizing Humans in Conversations

From Audio to Photoreal Embodiment: Synthesizing Humans in Conversations

3 Jan 2024CVPR 2024 1arXiv:2401.01885archive 2025-07-28

Evonne Ng, Javier Romero, Timur Bagautdinov, Shaojie Bai, Trevor Darrell, Angjoo Kanazawa, Alexander Richard

We present a framework for generating full-bodied photorealistic avatars that gesture according to the conversational dynamics of a dyadic interaction. Given speech audio, we output multiple possibilities of gestural motion for an individual, including face, body, and hands. The key behind our method is in combining the benefits of sample diversity from vector quantization with the high-frequency details obtained through diffusion to generate more dynamic, expressive motion. We visualize the generated motion using highly photorealistic avatars that can express crucial nuances in gestures (e.g. sneers and smirks). To facilitate this line of research, we introduce a first-of-its-kind multi-view conversational dataset that allows for photorealistic reconstruction. Experiments show our model generates appropriate and diverse gestures, outperforming both diffusion- and VQ-only methods. Furthermore, our perceptual evaluation highlights the importance of photorealism (vs. meshes) in accurately assessing subtle motion details in conversational gestures. Code and dataset available online.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2401.01885")

Code

Syntology Ran 15 of 18 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 3 ran · honoured contract; 2 ran · violated contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 7 ran with no contract checked.

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

facebookresearch/audio2photoreal officialmentioned on GitHubpytorchNOASSERTION 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; 15 ran; 3 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

3ran · honoured contract
2ran · violated contract
2ran · our draft was wrong
1ran · fixture could not drive it
7ran
3unverified

Licence: 18 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 facebookresearch/audio2photoreal. “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.

default facebookresearch/audio2photoreal/model/vqvae.py official repository ran · violated contract no licence file found · pointer only · 7c49b92babb27a7d · report
approx_standard_normal_cdf facebookresearch/audio2photoreal/diffusion/losses.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · cfd76fd0d89574a4 · report
betas_for_alpha_bar facebookresearch/audio2photoreal/diffusion/gaussian_diffusion.py official repository ran · honoured contract no licence file found · pointer only · 2ab2316ac6fdd869 · report
collate_v2 facebookresearch/audio2photoreal/data_loaders/tensors.py official repository ran licence not identified · pointer only · d84976cfde065645 · report
discretized_gaussian_log_likelihood facebookresearch/audio2photoreal/diffusion/losses.py official repository ran · our draft was wrong no licence file found · pointer only · cd33283d615fb3d7 · report
get_model_args facebookresearch/audio2photoreal/utils/model_util.py official repository ran licence not identified · pointer only · 3596c18df070c4af · report
get_named_beta_schedule facebookresearch/audio2photoreal/diffusion/gaussian_diffusion.py official repository ran no licence file found · pointer only · 97cb206ca0491baf · report
get_param_groups_and_shapes facebookresearch/audio2photoreal/diffusion/fp16_util.py official repository ran no licence file found · pointer only · e41367ad14ff58fd · report
get_person_num facebookresearch/audio2photoreal/utils/model_util.py official repository ran licence not identified · pointer only · 315803aeb6b9f726 · report
laplace_smoothing facebookresearch/audio2photoreal/model/vqvae.py official repository ran · violated contract no licence file found · pointer only · c360b5ccff704a88 · report
make_beta_schedule facebookresearch/audio2photoreal/model/utils.py official repository ran · honoured contract no licence file found · pointer only · c984209a2c66afbe · report
make_master_params facebookresearch/audio2photoreal/diffusion/fp16_util.py official repository ran no licence file found · pointer only · e20dd5102da3b050 · report
normal_kl facebookresearch/audio2photoreal/diffusion/losses.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · cf2798b666b231ca · report
prob_mask_like facebookresearch/audio2photoreal/model/utils.py official repository ran · fixture could not drive it no licence file found · pointer only · 3c6433dd421724e0 · report
unflatten_master_params facebookresearch/audio2photoreal/diffusion/fp16_util.py official repository ran no licence file found · pointer only · 64fff1e30802b815 · report
collate_tensors facebookresearch/audio2photoreal/data_loaders/tensors.py official repository unverified no licence file found · pointer only · 0b9f005ecb737755 · report
extract facebookresearch/audio2photoreal/model/utils.py official repository unverified no licence file found · pointer only · 09c8479d9a5b3e06 · report
lengths_to_mask facebookresearch/audio2photoreal/data_loaders/tensors.py official repository unverified no licence file found · pointer only · 80c46a6e9bfa68f7 · report

Tasks

DiversityQuantization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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