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

Question about the paper #15

Open
Hugo-cell111 opened this issue Feb 13, 2023 · 1 comment
Open

Question about the paper #15

Hugo-cell111 opened this issue Feb 13, 2023 · 1 comment
Labels
question Further information is requested

Comments

@Hugo-cell111
Copy link

Hi! I just read your paper of DMT and quite appreciate your work. But I can't fully understande the statement in the paper:"It can be interpreted that a relatively larger γ1 represents a more emphasized entropy minimization, a larger γ2 represents a more emphasized mutual learning. Largeγ values are often better for high-noise scenarios, or to maintain larger intermodel disagreement." Could you please explain it? Thanks a lot!

@voldemortX
Copy link
Owner

@Hugo-cell111 FYI, larger γ corresponds to larger differences in loss weighting. Since loss weighting is the core of the dynamic loss, hereby the use of the expression "emphasize".

  • γ1 is used when models predict the same label, which corresponds to entropy minimization.
  • γ2 is used when models predict different labels, which corresponds to mutual learning.

As for the last statement on high-noise and disagreement, it is more empirical. You can understand it as the effects of a overall low learning rate (although not exactly so considering the exponential dynamic weight), the models won't make large steps towards noisy labels or each other.

@voldemortX voldemortX added the question Further information is requested label Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants