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

The Threshold Problem of GMM #26

Open
joeyslv opened this issue May 29, 2023 · 2 comments
Open

The Threshold Problem of GMM #26

joeyslv opened this issue May 29, 2023 · 2 comments

Comments

@joeyslv
Copy link

joeyslv commented May 29, 2023

After carefully reading the article
3.4 Temporary consistency using Gaussian Mixture Model (GMM)
You use a Gaussian mixture distribution for each category. Each mixture distribution contains a positive and negative Gaussian distribution. It is also a posterior probability probability of EM algorithm inference for each category. However, in model training, the Log log only has a single GMM threshold, and ultimately GMM generates a category threshold or a unified threshold
Looking forward to your answer
Thank you.

@Johnson-Wang
Copy link
Collaborator

Hi,
Thanks for your interest. Only the mean gmm_thr value for all categories is logged to be printed out. Bounding boxes are filtered with a per-class threshold during training. Please refer to code https://github.com/Adamdad/ConsistentTeacher/blob/b49a9ce1c0ae78d13528be0a9a4eff65a627d581/ssod/models/consistent_teacher.py#LL335C25-L335C25 for details.

@joeyslv
Copy link
Author

joeyslv commented May 29, 2023

Hi, Thanks for your interest. Only the mean gmm_thr value for all categories is logged to be printed out. Bounding boxes are filtered with a per-class threshold during training. Please refer to code https://github.com/Adamdad/ConsistentTeacher/blob/b49a9ce1c0ae78d13528be0a9a4eff65a627d581/ssod/models/consistent_teacher.py#LL335C25-L335C25 for details.

Thank you for your answer. Let me take a closer look at this code

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