Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ASR] Convolution-invariant SDR loss + unit tests #5992

Merged
merged 2 commits into from
Feb 25, 2023
Merged

Conversation

anteju
Copy link
Collaborator

@anteju anteju commented Feb 10, 2023

What does this PR do ?

This PR adds a convolution-invariant SDR loss for audio-to-audio tasks.

Reference:
C. Boeddeker et al., Convolutive Transfer Function Invariant SDR training criteria for Multi-Channel Reverberant Speech Separation, 2021

Collection: ASR

Changelog

  • Added CI-SDR loss
  • Updated docstrings and simplified implementation of SDRLoss

Before your PR is "Ready for review"

Pre checks:

  • Make sure you read and followed Contributor guidelines
  • Did you write any new necessary tests?
  • Did you add or update any necessary documentation?
  • Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
    • Reviewer: Does the PR have correct import guards for all optional libraries?

PR Type:

  • New Feature
  • Bugfix
  • Documentation

If you haven't finished some of the above items you can still open "Draft" PR.

Who can review?

Anyone in the community is free to review the PR once the checks have passed.
Contributor guidelines contains specific people who can review PRs to various areas.

Additional Information

  • Related to # (issue)

@github-actions github-actions bot added the ASR label Feb 10, 2023
@anteju anteju force-pushed the dev/cisdr branch 2 times, most recently from db9dbbb to c3b0475 Compare February 10, 2023 22:16
@anteju anteju marked this pull request as ready for review February 10, 2023 23:58
@anteju anteju force-pushed the dev/cisdr branch 2 times, most recently from 96c453d to e21f306 Compare February 16, 2023 19:30
@anteju anteju force-pushed the dev/cisdr branch 4 times, most recently from ebd839e to 4ee49d0 Compare February 24, 2023 21:23
jbalam-nv
jbalam-nv previously approved these changes Feb 25, 2023
Copy link
Collaborator

@jbalam-nv jbalam-nv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor arg check, otherwise LGTM.

if remove_mean:
estimate = estimate - temporal_mean(estimate, mask=mask, keepdim=True, eps=eps)
target = target - temporal_mean(target, mask=mask, keepdim=True, eps=eps)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we throw an error here if both scale_invariant and convolution_invariant are True?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, added that.

Copy link
Collaborator

@jbalam-nv jbalam-nv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@anteju anteju merged commit 06c9bbe into NVIDIA:main Feb 25, 2023
titu1994 pushed a commit to titu1994/NeMo that referenced this pull request Mar 24, 2023
* Added convolution-invariant SDR loss + unit tests

Signed-off-by: Ante Jukić <[email protected]>

* Addressed comment

Signed-off-by: Ante Jukić <[email protected]>

---------

Signed-off-by: Ante Jukić <[email protected]>
hsiehjackson pushed a commit to hsiehjackson/NeMo that referenced this pull request Jun 2, 2023
* Added convolution-invariant SDR loss + unit tests

Signed-off-by: Ante Jukić <[email protected]>

* Addressed comment

Signed-off-by: Ante Jukić <[email protected]>

---------

Signed-off-by: Ante Jukić <[email protected]>
Signed-off-by: hsiehjackson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants