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

About \Delta of Distribution Focal Loss #14

Open
yuyiwings opened this issue Oct 7, 2020 · 0 comments
Open

About \Delta of Distribution Focal Loss #14

yuyiwings opened this issue Oct 7, 2020 · 0 comments

Comments

@yuyiwings
Copy link

the article says \Delta means the interval between y_i and y_{i+1}.

In glocal_loss.py
dis_left = label.long() dis_right = dis_left + 1

I consider that 1 means the interval. Because F.cross_entropy needs an integer number to be the true label.
I find that there has a \Delta equals to 0.5 in your ablation study.(Table 2 (c))
So what is the setting of your CE loss when \Delta equals to 0.5?

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