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

Is this repo consistent with PLC method?(ICLR2021) #6

Closed
tangminji opened this issue Feb 24, 2023 · 1 comment
Closed

Is this repo consistent with PLC method?(ICLR2021) #6

tangminji opened this issue Feb 24, 2023 · 1 comment

Comments

@tangminji
Copy link

The Code uses "lrt_correction"(LRT, ICLR2020) by default.
And the "prob_correction" seems not match PLC, it considers "cur_prob_distri[y_noise[i]]/top_probs[-1]", and no "f(x_i)-1/2,"t>=m","theta=1/2-T" can be found.

@tangminji
Copy link
Author

The "lrt_function" is an implemention of PLC in multi-class scenario. "prob_correction" is another implemention, almost the same, and it use the argmax(f_x[x]) to replace label rather than "probabilistic label correction" when predicted confidence below threshold.
Notice that "Algorithm 1" in paper is a binary case of PLC, followed by an instruction "Generalizing to the multi-class scenario.".

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

1 participant