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

RSS+NS based on PercepNet #52

Open
cloudvc opened this issue Sep 2, 2022 · 2 comments
Open

RSS+NS based on PercepNet #52

cloudvc opened this issue Sep 2, 2022 · 2 comments

Comments

@cloudvc
Copy link

cloudvc commented Sep 2, 2022

Hi all,

Hope to discuss the RSS+NS based on PercepNet. I want to combine the AEC linear part from webrtc with PercepNet implementation to improve the RSS/NS of webrtc.

@jzi040941
Copy link
Owner

Hi,
that's interesting thing, I'm happy to extend percepnet,
author of PercepNet already implemented it in this papaer https://arxiv.org/pdf/2102.05245.pdf
probably you should follow this approach.

the main different between percepnet and aec-combined-percepnet is
percepnet => input = noisy , output = clean,
aec-combined-percepnet input = (aec-processed-noisy, farend signal) ,output = clean

to do so you should make framework which can generate aec processed noisy signal, from far-end and noisy file
also, you need to add another input head to percepnet model

however, on a recent paper MTFAANET, they use aec-processed noisy singal as conditional input and they apply mask to original noisy file to reduce distortion from aec.

@cloudvc
Copy link
Author

cloudvc commented Oct 11, 2022

Thanks for your guide. I will follow MTFAANET too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants