{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/parallel-neural-text-to-speech","title":"Non-Autoregressive Neural Text-to-Speech","arxiv_id":"1905.08459","date":"2019-05-21","proceeding":"ICML 2020 1","authors":["Kainan Peng","Wei Ping","Zhao Song","Kexin Zhao"],"abstract":"In this work, we propose ParaNet, a non-autoregressive seq2seq model that converts text to spectrogram. It is fully convolutional and brings 46.7 times speed-up over the lightweight Deep Voice 3 at synthesis, while obtaining reasonably good speech quality. ParaNet also produces stable alignment between text and speech on the challenging test sentences by iteratively improving the attention in a layer-by-layer manner. Furthermore, we build the parallel text-to-speech system and test various parallel neural vocoders, which can synthesize speech from text through a single feed-forward pass. We also explore a novel VAE-based approach to train the inverse autoregressive flow (IAF) based parallel vocoder from scratch, which avoids the need for distillation from a separately trained WaveNet as previous work.","url_abs":"https://arxiv.org/abs/1905.08459v3","url_pdf":"https://arxiv.org/pdf/1905.08459v3.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"parallel-neural-text-to-speech","repo_url":"https://github.com/ksw0306/WaveVAE","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"parallel-neural-text-to-speech","repo_url":"https://github.com/vardaan123/ParaNet","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"text-to-speech","task_name":"Text to Speech"},{"task_slug":"text-to-speech-synthesis","task_name":"Text-To-Speech Synthesis"},{"task_slug":"text-to-speech-1","task_name":"text-to-speech"}],"methods":[{"method_slug":"adam","method_name":"Adam"},{"method_slug":"attention","method_name":"Attention"},{"method_slug":"bridge-net","method_name":"Bridge-net"},{"method_slug":"clarinet","method_name":"ClariNet"},{"method_slug":"convolution","method_name":"Convolution"},{"method_slug":"dv3-attention-block","method_name":"DV3 Attention Block"},{"method_slug":"dv3-convolution-block","method_name":"DV3 Convolution Block"},{"method_slug":"deep-voice-3","method_name":"Deep Voice 3"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"dropout","method_name":"Dropout"},{"method_slug":"glu","method_name":"Gated Linear Unit"},{"method_slug":"l1-regularization","method_name":"L1 Regularization"},{"method_slug":"normalizing-flows","method_name":"Normalizing Flows"},{"method_slug":"paranet","method_name":"ParaNet"},{"method_slug":"paranet-convolution-block","method_name":"ParaNet Convolution Block"},{"method_slug":"relu","method_name":"ReLU"},{"method_slug":"residual-connection","method_name":"Residual Connection"},{"method_slug":"softmax","method_name":"Softmax"},{"method_slug":"softsign-activation","method_name":"Softsign Activation"},{"method_slug":"wavenet","method_name":"WaveNet"},{"method_slug":"wavevae","method_name":"WaveVAE"},{"method_slug":"weight-normalization","method_name":"Weight Normalization"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1905.08459","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1905.08459"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ksw0306/WaveVAE","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/vardaan123/ParaNet","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_fixture":1,"ran_draft_wrong":1,"unverified":5},"by_repo_kind":{"listed":{"samples":7,"ran":2,"repositories":2}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"52d69829a4cee830","entry":"encode","repo":"vardaan123/ParaNet","repo_kind":"listed","path":"apply_bpe.py","file_url":"https://github.com/vardaan123/ParaNet/blob/HEAD/apply_bpe.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"52d69829a4cee830"}},{"code_sha256_prefix":"290febe7a42e8479","entry":"get_pairs","repo":"vardaan123/ParaNet","repo_kind":"listed","path":"apply_bpe.py","file_url":"https://github.com/vardaan123/ParaNet/blob/HEAD/apply_bpe.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"290febe7a42e8479"}},{"code_sha256_prefix":"dcb4301ac44d50ec","entry":"bpe_decode","repo":"vardaan123/ParaNet","repo_kind":"listed","path":"paraphrase_en_paranet.py","file_url":"https://github.com/vardaan123/ParaNet/blob/HEAD/paraphrase_en_paranet.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"dcb4301ac44d50ec"}},{"code_sha256_prefix":"4846dec26aaad0fb","entry":"collate_fn","repo":"ksw0306/WaveVAE","repo_kind":"listed","path":"data.py","file_url":"https://github.com/ksw0306/WaveVAE/blob/HEAD/data.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4846dec26aaad0fb"}},{"code_sha256_prefix":"ec4b02e7e489d13f","entry":"collate_fn_synthesize","repo":"ksw0306/WaveVAE","repo_kind":"listed","path":"data.py","file_url":"https://github.com/ksw0306/WaveVAE/blob/HEAD/data.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ec4b02e7e489d13f"}},{"code_sha256_prefix":"92b2d4c3fefb21b7","entry":"create_parser","repo":"vardaan123/ParaNet","repo_kind":"listed","path":"apply_bpe.py","file_url":"https://github.com/vardaan123/ParaNet/blob/HEAD/apply_bpe.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"92b2d4c3fefb21b7"}},{"code_sha256_prefix":"644cfc3c70b57f21","entry":"stft","repo":"ksw0306/WaveVAE","repo_kind":"listed","path":"modules.py","file_url":"https://github.com/ksw0306/WaveVAE/blob/HEAD/modules.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"644cfc3c70b57f21"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}