gladia-research-group/multi-source-diffusion-models

what are Sn and SN?

Closed this issue · 1 comments

Hello.
What are Sn and SN?
I think these are neural network for score.
Then, for separation, Should I tran N neural networks?

As outlined in the paper (https://arxiv.org/abs/2305.10427), Sn and SN are the components of the score network related to the score prediction of the n-th and N-th source. So for MSDM you train a single network. That part is implemented in the differential_with_dirac function in main/separation.py.