{"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/automatic-music-mixing-with-deep-learning-and","title":"Automatic music mixing with deep learning and out-of-domain data","arxiv_id":"2208.11428","date":"2022-08-24","proceeding":null,"authors":["Marco A. Martínez-Ramírez","Wei-Hsiang Liao","Giorgio Fabbro","Stefan Uhlich","Chihiro Nagashima","Yuki Mitsufuji"],"abstract":"Music mixing traditionally involves recording instruments in the form of clean, individual tracks and blending them into a final mixture using audio effects and expert knowledge (e.g., a mixing engineer). The automation of music production tasks has become an emerging field in recent years, where rule-based methods and machine learning approaches have been explored. Nevertheless, the lack of dry or clean instrument recordings limits the performance of such models, which is still far from professional human-made mixes. We explore whether we can use out-of-domain data such as wet or processed multitrack music recordings and repurpose it to train supervised deep learning models that can bridge the current gap in automatic mixing quality. To achieve this we propose a novel data preprocessing method that allows the models to perform automatic music mixing. We also redesigned a listening test method for evaluating music mixing systems. We validate our results through such subjective tests using highly experienced mixing engineers as participants.","url_abs":"https://arxiv.org/abs/2208.11428v2","url_pdf":"https://arxiv.org/pdf/2208.11428v2.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":"automatic-music-mixing-with-deep-learning-and","repo_url":"https://github.com/sony/fxnorm-automix","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[],"methods":[{"method_slug":"test","method_name":"Test"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2208.11428","atlas_url":"https://app.syntology.ai/?focus=2208.11428","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2208.11428"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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/sony/fxnorm-automix","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":14,"unverified":1},"by_repo_kind":{"listed":{"samples":15,"ran":14,"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":0,"samples":[{"code_sha256_prefix":"78f6f864d89c2756","entry":"build_sinc_filter","repo":"sony/fxnorm-automix","repo_kind":"listed","path":"automix/common_networkbuilding_waveunet.py","file_url":"https://github.com/sony/fxnorm-automix/blob/HEAD/automix/common_networkbuilding_waveunet.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"78f6f864d89c2756"}},{"code_sha256_prefix":"ee27bdc636f6b3e8","entry":"centre_crop","repo":"sony/fxnorm-automix","repo_kind":"listed","path":"automix/common_networkbuilding_waveunet.py","file_url":"https://github.com/sony/fxnorm-automix/blob/HEAD/automix/common_networkbuilding_waveunet.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ee27bdc636f6b3e8"}},{"code_sha256_prefix":"989bd0d4b900952a","entry":"compute_receptive_field","repo":"sony/fxnorm-automix","repo_kind":"listed","path":"automix/common_networkbuilding_cafx_tdcn_lstm_mix.py","file_url":"https://github.com/sony/fxnorm-automix/blob/HEAD/automix/common_networkbuilding_cafx_tdcn_lstm_mix.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":"989bd0d4b900952a"}},{"code_sha256_prefix":"7782e93578c2654b","entry":"getFilesPath","repo":"sony/fxnorm-automix","repo_kind":"listed","path":"automix/utils.py","file_url":"https://github.com/sony/fxnorm-automix/blob/HEAD/automix/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7782e93578c2654b"}},{"code_sha256_prefix":"ea654d205db37b82","entry":"hard_clip","repo":"sony/fxnorm-automix","repo_kind":"listed","path":"automix/common_audioeffects.py","file_url":"https://github.com/sony/fxnorm-automix/blob/HEAD/automix/common_audioeffects.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ea654d205db37b82"}},{"code_sha256_prefix":"62b7418046b2021c","entry":"load_files_lists","repo":"sony/fxnorm-automix","repo_kind":"listed","path":"automix/common_dataprocessing.py","file_url":"https://github.com/sony/fxnorm-automix/blob/HEAD/automix/common_dataprocessing.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":"62b7418046b2021c"}},{"code_sha256_prefix":"33adcbbabb3932c9","entry":"load_wav","repo":"sony/fxnorm-automix","repo_kind":"listed","path":"automix/common_dataprocessing.py","file_url":"https://github.com/sony/fxnorm-automix/blob/HEAD/automix/common_dataprocessing.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":"33adcbbabb3932c9"}},{"code_sha256_prefix":"0f496ca6d93118da","entry":"mp2ri","repo":"sony/fxnorm-automix","repo_kind":"listed","path":"automix/common_datatypes.py","file_url":"https://github.com/sony/fxnorm-automix/blob/HEAD/automix/common_datatypes.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0f496ca6d93118da"}},{"code_sha256_prefix":"e1abc4e8a6bbbb0d","entry":"new_repr","repo":"sony/fxnorm-automix","repo_kind":"listed","path":"automix/common_audioeffects.py","file_url":"https://github.com/sony/fxnorm-automix/blob/HEAD/automix/common_audioeffects.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":"e1abc4e8a6bbbb0d"}},{"code_sha256_prefix":"97b236cd195f653f","entry":"recursive_getattr","repo":"sony/fxnorm-automix","repo_kind":"listed","path":"automix/common_miscellaneous.py","file_url":"https://github.com/sony/fxnorm-automix/blob/HEAD/automix/common_miscellaneous.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":"97b236cd195f653f"}},{"code_sha256_prefix":"8575f62746e7e9e2","entry":"ri2m","repo":"sony/fxnorm-automix","repo_kind":"listed","path":"automix/common_datatypes.py","file_url":"https://github.com/sony/fxnorm-automix/blob/HEAD/automix/common_datatypes.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8575f62746e7e9e2"}},{"code_sha256_prefix":"a56858db31fba119","entry":"ri2mp","repo":"sony/fxnorm-automix","repo_kind":"listed","path":"automix/common_datatypes.py","file_url":"https://github.com/sony/fxnorm-automix/blob/HEAD/automix/common_datatypes.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a56858db31fba119"}},{"code_sha256_prefix":"f49ebc5eaea22700","entry":"smooth_feature","repo":"sony/fxnorm-automix","repo_kind":"listed","path":"automix/data_normalization.py","file_url":"https://github.com/sony/fxnorm-automix/blob/HEAD/automix/data_normalization.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":"f49ebc5eaea22700"}},{"code_sha256_prefix":"878f057dbefb6ca8","entry":"valid_length","repo":"sony/fxnorm-automix","repo_kind":"listed","path":"automix/common_networkbuilding_waveunet.py","file_url":"https://github.com/sony/fxnorm-automix/blob/HEAD/automix/common_networkbuilding_waveunet.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":"878f057dbefb6ca8"}},{"code_sha256_prefix":"0cef0657a1b6ee7d","entry":"smooth_feature","repo":"sony/fxnorm-automix","repo_kind":"listed","path":"automix/evaluate.py","file_url":"https://github.com/sony/fxnorm-automix/blob/HEAD/automix/evaluate.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":"0cef0657a1b6ee7d"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}