Papers › Daft-Exprt: Cross-Speaker Prosody Transfer on Any Text for Expressive Speech Synthesis

Daft-Exprt: Cross-Speaker Prosody Transfer on Any Text for Expressive Speech Synthesis

4 Aug 2021arXiv:2108.02271links table onlyarchive 2025-07-28

Julian Zaïdi, Hugo Seuté, Benjamin van Niekerk, Marc-André Carbonneau

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

This paper presents Daft-Exprt, a multi-speaker acoustic model advancing the state-of-the-art for cross-speaker prosody transfer on any text. This is one of the most challenging, and rarely directly addressed, task in speech synthesis, especially for highly expressive data. Daft-Exprt uses FiLM conditioning layers to strategically inject different prosodic information in all parts of the architecture. The model explicitly encodes traditional low-level prosody features such as pitch, loudness and duration, but also higher level prosodic information that helps generating convincing voices in highly expressive styles. Speaker identity and prosodic information are disentangled through an adversarial training strategy that enables accurate prosody transfer across speakers. Experimental results show that Daft-Exprt significantly outperforms strong baselines on inter-text cross-speaker prosody transfer tasks, while yielding naturalness comparable to state-of-the-art expressive models. Moreover, results indicate that the model discards speaker identity information from the prosody representation, and consistently generate speech with the desired voice. We publicly release our code and provide speech samples from our experiments.

PaperPDFCodeCode 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="2108.02271")

Code

Syntology Ran 0 of 12 code samples harvested from 1 repository linked to this paper; 12 have no recorded run.

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

ubisoft/ubisoft-laforge-daft-exprt officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
keonlee9420/Daft-Exprt mentioned on GitHubpytorch 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

12 samples harvested; 0 ran; 0 honoured the contract we drafted; 12 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.

12unverified

Licence: 0 of the 12 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 ubisoft/ubisoft-laforge-daft-exprt. “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.

check_features_config_used ubisoft/ubisoft-laforge-daft-exprt/src/daft_exprt/extract_features.py official repository unverified Apache-2.0 (permissive) · 1ed72dcd693adf5f · report
collate_tensors ubisoft/ubisoft-laforge-daft-exprt/src/daft_exprt/generate.py official repository unverified Apache-2.0 (permissive) · c671cdd78df04529 · report
duration_to_integer ubisoft/ubisoft-laforge-daft-exprt/src/daft_exprt/extract_features.py official repository unverified Apache-2.0 (permissive) · 01590cc54d456ab1 · report
expand_abbreviations ubisoft/ubisoft-laforge-daft-exprt/src/daft_exprt/cleaners.py official repository unverified Apache-2.0 (permissive) · cea1f83e9db28ed8 · report
get_min_phone_duration ubisoft/ubisoft-laforge-daft-exprt/src/daft_exprt/extract_features.py official repository unverified Apache-2.0 (permissive) · f2f80f2af9c345b2 · report
get_non_zero_energy_values ubisoft/ubisoft-laforge-daft-exprt/src/daft_exprt/features_stats.py official repository unverified Apache-2.0 (permissive) · 9e5c0aca1952744a · report
get_symbols_durations ubisoft/ubisoft-laforge-daft-exprt/src/daft_exprt/features_stats.py official repository unverified Apache-2.0 (permissive) · da2c10e8cc4ed93a · report
get_voiced_pitch_values ubisoft/ubisoft-laforge-daft-exprt/src/daft_exprt/features_stats.py official repository unverified Apache-2.0 (permissive) · d27e300dc16a6ffa · report
lowercase ubisoft/ubisoft-laforge-daft-exprt/src/daft_exprt/cleaners.py official repository unverified Apache-2.0 (permissive) · 296274b940cb0b32 · report
nnls ubisoft/ubisoft-laforge-daft-exprt/src/daft_exprt/griffin_lim.py official repository unverified Apache-2.0 (permissive) · 9d4bfd799b0f0664 · report
prepare_data_loaders ubisoft/ubisoft-laforge-daft-exprt/src/daft_exprt/data_loader.py official repository unverified Apache-2.0 (permissive) · 0552e22ebe1e5aaf · report
reconstruct_signal_griffin_lim ubisoft/ubisoft-laforge-daft-exprt/src/daft_exprt/griffin_lim.py official repository unverified Apache-2.0 (permissive) · 44f18502201dd01e · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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