Papers › Weakly-supervised Audio Separation via Bi-modal Semantic Similarity

Weakly-supervised Audio Separation via Bi-modal Semantic Similarity

2 Apr 2024arXiv:2404.01740archive 2025-07-28

Tanvir Mahmud, Saeed Amizadeh, Kazuhito Koishida, Diana Marculescu

Conditional sound separation in multi-source audio mixtures without having access to single source sound data during training is a long standing challenge. Existing mix-and-separate based methods suffer from significant performance drop with multi-source training mixtures due to the lack of supervision signal for single source separation cases during training. However, in the case of language-conditional audio separation, we do have access to corresponding text descriptions for each audio mixture in our training data, which can be seen as (rough) representations of the audio samples in the language modality. To this end, in this paper, we propose a generic bi-modal separation framework which can enhance the existing unsupervised frameworks to separate single-source signals in a target modality (i.e., audio) using the easily separable corresponding signals in the conditioning modality (i.e., language), without having access to single-source samples in the target modality during training. We empirically show that this is well within reach if we have access to a pretrained joint embedding model between the two modalities (i.e., CLAP). Furthermore, we propose to incorporate our framework into two fundamental scenarios to enhance separation performance. First, we show that our proposed methodology significantly improves the performance of purely unsupervised baselines by reducing the distribution shift between training and test samples. In particular, we show that our framework can achieve 71% boost in terms of Signal-to-Distortion Ratio (SDR) over the baseline, reaching 97.5% of the supervised learning performance. Second, we show that we can further improve the performance of the supervised learning itself by 17% if we augment it by our proposed weakly-supervised framework, that enables a powerful semi-supervised framework for audio separation.

PaperPDFCodeCode 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="2404.01740")

Code

Syntology Ran 11 of 18 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 10 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

halvani/constituent-treelib officialmentioned in papermentioned on GitHubpytorchMIT report
microsoft/bimodalaudioseparation officialmentioned in paperpytorchMIT 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

18 samples harvested; 11 ran; 1 honoured the contract we drafted; 7 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.

1ran · honoured contract
10ran
7unverified

Licence: 0 of the 18 samples are 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 microsoft/bimodalaudioseparation. “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.

BlockCA microsoft/bimodalaudioseparation/models/cond_unet_attn.py official repository ran MIT (permissive) · 84919ee649260509 · report
BlockCat microsoft/bimodalaudioseparation/models/cond_unet_attn.py official repository ran MIT (permissive) · b733542e13e4b8ce · report
BlockIdentity microsoft/bimodalaudioseparation/models/cond_unet_attn.py official repository ran fingerprinted MIT (permissive) · 8ec43e0a25ffe65f · report
BlockSA microsoft/bimodalaudioseparation/models/cond_unet_attn.py official repository ran MIT (permissive) · 903f2610f1453cea · report
CrossAttention microsoft/bimodalaudioseparation/models/cond_unet_attn.py official repository ran MIT (permissive) · 837dd2dcaeaaded4 · report
Mlp microsoft/bimodalaudioseparation/models/cond_unet_attn.py official repository ran MIT (permissive) · 033bf6b0228555c7 · report
ResBlock microsoft/bimodalaudioseparation/models/cond_unet_attn.py official repository ran MIT (permissive) · a84641b3af546ce0 · report
SelfAttention microsoft/bimodalaudioseparation/models/cond_unet_attn.py official repository ran MIT (permissive) · fee297065b6d46a5 · report
load_state_dict microsoft/BiModalAudioSeparation/models/laion_clap/clap_module/factory.py official repository ran MIT (permissive) · af72484d5cfd7097 · report
realimag microsoft/BiModalAudioSeparation/utils.py official repository ran fingerprinted MIT (permissive) · 81e9a172efc0d908 · report
warpgrid microsoft/BiModalAudioSeparation/utils.py official repository ran · honoured contract fingerprinted MIT (permissive) · a4a08206de81190b · report
BlockSCA microsoft/bimodalaudioseparation/models/cond_unet_attn.py official repository unverified MIT (permissive) · da16db8294ed4818 · report
BlockSCACat microsoft/bimodalaudioseparation/models/cond_unet_attn.py official repository unverified MIT (permissive) · e4e711f2a5fb5898 · report
CondAttUNet microsoft/bimodalaudioseparation/models/cond_unet_attn.py official repository unverified MIT (permissive) · 9811209e675df9fc · report
CondAttUNetBlock microsoft/bimodalaudioseparation/models/cond_unet_attn.py official repository unverified MIT (permissive) · bdd91cc0612d6448 · report
create_model microsoft/BiModalAudioSeparation/models/laion_clap/clap_module/factory.py official repository unverified MIT (permissive) · 5c0daaa41ed490ea · report
create_model_and_transforms microsoft/BiModalAudioSeparation/models/laion_clap/clap_module/factory.py official repository unverified MIT (permissive) · ffdbb019791354d1 · report
recover_rgb microsoft/BiModalAudioSeparation/utils.py official repository unverified MIT (permissive) · 3e5b3b6994917c24 · report

Tasks

Semantic SimilaritySemantic Textual Similarity

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