Papers › Learning the Beauty in Songs: Neural Singing Voice Beautifier

Learning the Beauty in Songs: Neural Singing Voice Beautifier

27 Feb 2022ACL 2022 5arXiv:2202.13277archive 2025-07-28

Jinglin Liu, Chengxi Li, Yi Ren, Zhiying Zhu, Zhou Zhao

We are interested in a novel task, singing voice beautifying (SVB). Given the singing voice of an amateur singer, SVB aims to improve the intonation and vocal tone of the voice, while keeping the content and vocal timbre. Current automatic pitch correction techniques are immature, and most of them are restricted to intonation but ignore the overall aesthetic quality. Hence, we introduce Neural Singing Voice Beautifier (NSVB), the first generative model to solve the SVB task, which adopts a conditional variational autoencoder as the backbone and learns the latent representations of vocal tone. In NSVB, we propose a novel time-warping approach for pitch correction: Shape-Aware Dynamic Time Warping (SADTW), which ameliorates the robustness of existing time-warping approaches, to synchronize the amateur recording with the template pitch curve. Furthermore, we propose a latent-mapping algorithm in the latent space to convert the amateur vocal tone to the professional one. To achieve this, we also propose a new dataset containing parallel singing recordings of both amateur and professional versions. Extensive experiments on both Chinese and English songs demonstrate the effectiveness of our methods in terms of both objective and subjective metrics. Audio samples are available at~\url{https://neuralsvb.github.io}. Codes: \url{https://github.com/MoonInTheRiver/NeuralSVB}.

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

Code

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

By repository: community (archive-listed): 14 samples from 2 repositories, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

moonintheriver/neuralsvb officialmentioned in papermentioned on GitHubpytorchGPL-3.0 report
Dianezzy/ParaLip mentioned on GitHubpytorch report
MoonInTheRiver/DiffSinger mentioned on GitHubpytorchMIT report
RayeRen/RayeRen mentioned on GitHub 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

14 samples harvested; 5 ran; 2 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.

2ran · honoured contract
1ran · our draft was wrong
2ran
9unverified

Licence: 1 of the 14 samples is 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

Linear MoonInTheRiver/DiffSinger/modules/commons/common_layers.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 10865bbb99140edd · report
feature_loss MoonInTheRiver/DiffSinger/modules/hifigan/hifigan.py community (archive-listed) ran MIT (permissive) · e453b51f0ed5fb28 · report
gaussian MoonInTheRiver/DiffSinger/modules/commons/ssim.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · c56b7ef16f309a45 · report
get_padding MoonInTheRiver/DiffSinger/modules/hifigan/hifigan.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · a26f85d7c72ef39a · report
load_wav MoonInTheRiver/DiffSinger/modules/hifigan/mel_utils.py community (archive-listed) ran MIT (permissive) · 8043eaefe4c09c1f · report
DurationPredictor Dianezzy/ParaLip/modules/base_modules.py community (archive-listed) unverified no licence file found · pointer only · 2c9dc9a283a3e1ca · report
Embedding MoonInTheRiver/DiffSinger/modules/commons/common_layers.py community (archive-listed) unverified MIT (permissive) · a025408166aaff26 · report
LayerNorm MoonInTheRiver/DiffSinger/modules/commons/common_layers.py community (archive-listed) unverified MIT (permissive) · 75d174a6ffe7ea22 · report
create_window MoonInTheRiver/DiffSinger/modules/commons/ssim.py community (archive-listed) unverified MIT (permissive) · 02d37efafc1e85c3 · report
discriminator_loss MoonInTheRiver/DiffSinger/modules/hifigan/hifigan.py community (archive-listed) unverified MIT (permissive) · 3285d26a167dfc23 · report
dynamic_range_compression MoonInTheRiver/DiffSinger/modules/hifigan/mel_utils.py community (archive-listed) unverified MIT (permissive) · be031b15a988a556 · report
dynamic_range_decompression MoonInTheRiver/DiffSinger/modules/hifigan/mel_utils.py community (archive-listed) unverified MIT (permissive) · 9e30e7d510c9d341 · report
mel2ph_to_dur MoonInTheRiver/DiffSinger/modules/fastspeech/tts_modules.py community (archive-listed) unverified MIT (permissive) · 7b0c23a8566b70e1 · report
ssim MoonInTheRiver/DiffSinger/modules/commons/ssim.py community (archive-listed) unverified MIT (permissive) · 2e56fb31c5de022f · report

Tasks

Dynamic Time Warping

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