asteroid-team / asteroid

The PyTorch-based audio source separation toolkit for researchers

Home Page:https://asteroid-team.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PIT with nn.CrossEntropyLoss() from MIRNet

penguinwang96825 opened this issue Β· comments

πŸš€ Feature

This is to assign speaker ID of each separated signals with PIT.

Motivation

Authors from MIRNet considers all of the loss terms by calculating every possible permutation of candidate pairs. They computed the PIT loss on estimated speaker identity information. In addition, they use cross-entropy loss with a classifier for the speaker embeddings.

What you'd like

The entire training criterion is as follows:
ζˆͺεœ– 2022-02-11 上午8 29 09

This sounds very interesting, do you want to give it a try?