{"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/hifi-a-unified-framework-for-neural-vocoding","title":"HiFi++: a Unified Framework for Bandwidth Extension and Speech Enhancement","arxiv_id":"2203.13086","date":"2022-03-24","proceeding":null,"authors":["Pavel Andreev","Aibek Alanov","Oleg Ivanov","Dmitry Vetrov"],"abstract":"Generative adversarial networks have recently demonstrated outstanding performance in neural vocoding outperforming best autoregressive and flow-based models. In this paper, we show that this success can be extended to other tasks of conditional audio generation. In particular, building upon HiFi vocoders, we propose a novel HiFi++ general framework for bandwidth extension and speech enhancement. We show that with the improved generator architecture, HiFi++ performs better or comparably with the state-of-the-art in these tasks while spending significantly less computational resources. The effectiveness of our approach is validated through a series of extensive experiments.","url_abs":"https://arxiv.org/abs/2203.13086v4","url_pdf":"https://arxiv.org/pdf/2203.13086v4.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":"hifi-a-unified-framework-for-neural-vocoding","repo_url":"https://github.com/andreevp/wvmos","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"hifi-a-unified-framework-for-neural-vocoding","repo_url":"https://github.com/rishikksh20/HiFiplusplus-pytorch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"hifi-a-unified-framework-for-neural-vocoding","repo_url":"https://github.com/MS-P3/code4/tree/main/HiFI","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":null}],"tasks":[{"task_slug":"audio-generation","task_name":"Audio Generation"},{"task_slug":"bandwidth-extension","task_name":"Bandwidth Extension"},{"task_slug":"speech-enhancement","task_name":"Speech Enhancement"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2203.13086","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2203.13086"}},"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/rishikksh20/HiFiplusplus-pytorch","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/andreevp/wvmos","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/MS-P3/code4/tree/main/HiFI","reach":null}],"summary":{"ran_draft_wrong":4,"ran":4,"ran_honours":1,"unverified":3},"by_repo_kind":{"official":{"samples":1,"ran":1,"repositories":1},"listed":{"samples":11,"ran":8,"repositories":1}},"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":1,"samples":[{"code_sha256_prefix":"1644a2f2942ffe4c","entry":"load_checkpoint","repo":"rishikksh20/HiFiplusplus-pytorch","repo_kind":"listed","path":"inference.py","file_url":"https://github.com/rishikksh20/HiFiplusplus-pytorch/blob/HEAD/inference.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":2,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1644a2f2942ffe4c"}},{"code_sha256_prefix":"7137577cbef51217","entry":"discriminator_loss","repo":"rishikksh20/HiFiplusplus-pytorch","repo_kind":"listed","path":"models.py","file_url":"https://github.com/rishikksh20/HiFiplusplus-pytorch/blob/HEAD/models.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7137577cbef51217"}},{"code_sha256_prefix":"230b3bdc63069edf","entry":"extract_prefix","repo":"andreevp/wvmos","repo_kind":"official","path":"wvmos/wv_mos.py","file_url":"https://github.com/andreevp/wvmos/blob/HEAD/wvmos/wv_mos.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"230b3bdc63069edf"}},{"code_sha256_prefix":"e453b51f0ed5fb28","entry":"feature_loss","repo":"rishikksh20/HiFiplusplus-pytorch","repo_kind":"listed","path":"models.py","file_url":"https://github.com/rishikksh20/HiFiplusplus-pytorch/blob/HEAD/models.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e453b51f0ed5fb28"}},{"code_sha256_prefix":"1a9d74439d969cfd","entry":"generator_loss","repo":"rishikksh20/HiFiplusplus-pytorch","repo_kind":"listed","path":"models.py","file_url":"https://github.com/rishikksh20/HiFiplusplus-pytorch/blob/HEAD/models.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1a9d74439d969cfd"}},{"code_sha256_prefix":"a26f85d7c72ef39a","entry":"get_padding","repo":"rishikksh20/HiFiplusplus-pytorch","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/rishikksh20/HiFiplusplus-pytorch/blob/HEAD/utils.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a26f85d7c72ef39a"}},{"code_sha256_prefix":"19c9fe23dc000c61","entry":"load_checkpoint","repo":"rishikksh20/HiFiplusplus-pytorch","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/rishikksh20/HiFiplusplus-pytorch/blob/HEAD/utils.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":"19c9fe23dc000c61"}},{"code_sha256_prefix":"8043eaefe4c09c1f","entry":"load_wav","repo":"rishikksh20/HiFiplusplus-pytorch","repo_kind":"listed","path":"meldataset.py","file_url":"https://github.com/rishikksh20/HiFiplusplus-pytorch/blob/HEAD/meldataset.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8043eaefe4c09c1f"}},{"code_sha256_prefix":"404632cb4f4669da","entry":"scan_checkpoint","repo":"rishikksh20/HiFiplusplus-pytorch","repo_kind":"listed","path":"inference.py","file_url":"https://github.com/rishikksh20/HiFiplusplus-pytorch/blob/HEAD/inference.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"404632cb4f4669da"}},{"code_sha256_prefix":"be031b15a988a556","entry":"dynamic_range_compression","repo":"rishikksh20/HiFiplusplus-pytorch","repo_kind":"listed","path":"meldataset.py","file_url":"https://github.com/rishikksh20/HiFiplusplus-pytorch/blob/HEAD/meldataset.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":"be031b15a988a556"}},{"code_sha256_prefix":"9e30e7d510c9d341","entry":"dynamic_range_decompression","repo":"rishikksh20/HiFiplusplus-pytorch","repo_kind":"listed","path":"meldataset.py","file_url":"https://github.com/rishikksh20/HiFiplusplus-pytorch/blob/HEAD/meldataset.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":"9e30e7d510c9d341"}},{"code_sha256_prefix":"8520e6e61b8bf789","entry":"plot_spectrogram","repo":"rishikksh20/HiFiplusplus-pytorch","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/rishikksh20/HiFiplusplus-pytorch/blob/HEAD/utils.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":"8520e6e61b8bf789"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}