{"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/an-investigation-of-incorporating-mamba-for","title":"An Investigation of Incorporating Mamba for Speech Enhancement","arxiv_id":"2405.06573","date":"2024-05-10","proceeding":null,"authors":["Rong Chao","Wen-Huang Cheng","Moreno La Quatra","Sabato Marco Siniscalchi","Chao-Han Huck Yang","Szu-Wei Fu","Yu Tsao"],"abstract":"This work aims to study a scalable state-space model (SSM), Mamba, for the speech enhancement (SE) task. We exploit a Mamba-based regression model to characterize speech signals and build an SE system upon Mamba, termed SEMamba. We explore the properties of Mamba by integrating it as the core model in both basic and advanced SE systems, along with utilizing signal-level distances as well as metric-oriented loss functions. SEMamba demonstrates promising results and attains a PESQ score of 3.55 on the VoiceBank-DEMAND dataset. When combined with the perceptual contrast stretching technique, the proposed SEMamba yields a new state-of-the-art PESQ score of 3.69.","url_abs":"https://arxiv.org/abs/2405.06573v1","url_pdf":"https://arxiv.org/pdf/2405.06573v1.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":"an-investigation-of-incorporating-mamba-for","repo_url":"https://github.com/roychao19477/semamba","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"NOASSERTION"}}],"tasks":[{"task_slug":"mamba","task_name":"Mamba"},{"task_slug":"speech-enhancement","task_name":"Speech Enhancement"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/speech-enhancement-on-demand","task":"Speech Enhancement","dataset":"VoiceBank + DEMAND","model":"SEMamba (+PCS)","rank_in_archive_order":5,"of":42,"metrics":{"CBAK":"3.63","COVL":"4.37","CSIG":"4.79","PESQ (wb)":"3.69","Para. (M)":"2.25","STOI":"96"},"uses_additional_data":false}],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2405.06573","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2405.06573"}},"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/roychao19477/semamba","reach":{"status":"ok","spdx":"NOASSERTION"}}],"summary":{"ran":12,"ran_violates":1,"unverified":1},"by_repo_kind":{"official":{"samples":14,"ran":13,"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":14,"samples":[{"code_sha256_prefix":"02143261137c2992","entry":"anti_wrapping_function","repo":"roychao19477/semamba","repo_kind":"official","path":"models/loss.py","file_url":"https://github.com/roychao19477/semamba/blob/HEAD/models/loss.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"02143261137c2992"}},{"code_sha256_prefix":"3d0af24745fd922f","entry":"compute_stft","repo":"roychao19477/semamba","repo_kind":"official","path":"models/loss.py","file_url":"https://github.com/roychao19477/semamba/blob/HEAD/models/loss.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"3d0af24745fd922f"}},{"code_sha256_prefix":"c142a333cd894277","entry":"extract_identifier","repo":"roychao19477/semamba","repo_kind":"official","path":"dataloaders/dataloader_vctk.py","file_url":"https://github.com/roychao19477/semamba/blob/HEAD/dataloaders/dataloader_vctk.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c142a333cd894277"}},{"code_sha256_prefix":"3ae5fbca1fc048c3","entry":"get_padding","repo":"roychao19477/semamba","repo_kind":"official","path":"models/codec_module.py","file_url":"https://github.com/roychao19477/semamba/blob/HEAD/models/codec_module.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"3ae5fbca1fc048c3"}},{"code_sha256_prefix":"bccc4f05af92250d","entry":"get_padding_2d","repo":"roychao19477/semamba","repo_kind":"official","path":"models/codec_module.py","file_url":"https://github.com/roychao19477/semamba/blob/HEAD/models/codec_module.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"bccc4f05af92250d"}},{"code_sha256_prefix":"b44993703962bb19","entry":"list_files_in_directory","repo":"roychao19477/semamba","repo_kind":"official","path":"dataloaders/dataloader_vctk.py","file_url":"https://github.com/roychao19477/semamba/blob/HEAD/dataloaders/dataloader_vctk.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b44993703962bb19"}},{"code_sha256_prefix":"492a1f1871e0ebc9","entry":"load_ckpts","repo":"roychao19477/semamba","repo_kind":"official","path":"utils/util.py","file_url":"https://github.com/roychao19477/semamba/blob/HEAD/utils/util.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"492a1f1871e0ebc9"}},{"code_sha256_prefix":"fbfb7979e77f4c41","entry":"load_config","repo":"roychao19477/semamba","repo_kind":"official","path":"utils/util.py","file_url":"https://github.com/roychao19477/semamba/blob/HEAD/utils/util.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"fbfb7979e77f4c41"}},{"code_sha256_prefix":"cb73b3a8ebd7bf25","entry":"load_json_file","repo":"roychao19477/semamba","repo_kind":"official","path":"dataloaders/dataloader_vctk.py","file_url":"https://github.com/roychao19477/semamba/blob/HEAD/dataloaders/dataloader_vctk.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cb73b3a8ebd7bf25"}},{"code_sha256_prefix":"95892f0a41cbf219","entry":"mag_phase_istft","repo":"roychao19477/semamba","repo_kind":"official","path":"models/stfts.py","file_url":"https://github.com/roychao19477/semamba/blob/HEAD/models/stfts.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"95892f0a41cbf219"}},{"code_sha256_prefix":"fbc8de2af08a6239","entry":"mag_phase_stft","repo":"roychao19477/semamba","repo_kind":"official","path":"models/stfts.py","file_url":"https://github.com/roychao19477/semamba/blob/HEAD/models/stfts.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"fbc8de2af08a6239"}},{"code_sha256_prefix":"f4f6dce36cc1b9bf","entry":"phase_losses","repo":"roychao19477/semamba","repo_kind":"official","path":"models/loss.py","file_url":"https://github.com/roychao19477/semamba/blob/HEAD/models/loss.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f4f6dce36cc1b9bf"}},{"code_sha256_prefix":"3574b3bb42395a32","entry":"str2bool","repo":"roychao19477/semamba","repo_kind":"official","path":"inference.py","file_url":"https://github.com/roychao19477/semamba/blob/HEAD/inference.py","link_basis":"plan_row","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3574b3bb42395a32"}},{"code_sha256_prefix":"007b4ba70534827b","entry":"load_checkpoint","repo":"roychao19477/semamba","repo_kind":"official","path":"utils/util.py","file_url":"https://github.com/roychao19477/semamba/blob/HEAD/utils/util.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"007b4ba70534827b"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}