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

WIP: Exponential smoothing CMN #3157

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vimalmanohar
Copy link
Contributor

Adding exponential smoothing based CMN where the moving average is estimated using a exponential smoothing with a time decay and a latency at the beginning of the utterance.

@RuABraun
Copy link
Contributor

Is there a reason this seems to have been abandoned and the focus is instead on the normal rectangular online cmvn?

@danpovey
Copy link
Contributor

That's a good question. @vimalmanohar I think I asked you before about this but didn't get a response. Can you please let us know if there is any performance difference?
The exponential one is easier to implement so might be preferable if performance is the same.

@vimalmanohar
Copy link
Contributor Author

@phanisankar-nidadavolu was also testing this. I think exponential CMN is about the same as sliding CMN, but the performance degrades when used with i-vectors (ivectors alone is better than ivectors + CMN).

@danpovey
Copy link
Contributor

danpovey commented Aug 24, 2019 via email

@vimalmanohar
Copy link
Contributor Author

vimalmanohar commented Aug 24, 2019 via email

@stale
Copy link

stale bot commented Jun 19, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Stale bot on the loose label Jun 19, 2020
@stale
Copy link

stale bot commented Jul 19, 2020

This issue has been automatically closed by a bot strictly because of inactivity. This does not mean that we think that this issue is not important! If you believe it has been closed hastily, add a comment to the issue and mention @kkm000, and I'll gladly reopen it.

@stale stale bot closed this Jul 19, 2020
@kkm000 kkm000 reopened this Jul 19, 2020
@stale stale bot removed the stale Stale bot on the loose label Jul 19, 2020
@stale
Copy link

stale bot commented Sep 17, 2020

This issue has been automatically marked as stale by a bot solely because it has not had recent activity. Please add any comment (simply 'ping' is enough) to prevent the issue from being closed for 60 more days if you believe it should be kept open.

@stale stale bot added the stale Stale bot on the loose label Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Stale bot on the loose
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants