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

mIOU decreasing as the Lovasz Hinge Loss decreases #21

Closed
m-hamza-mughal opened this issue Mar 10, 2019 · 1 comment
Closed

mIOU decreasing as the Lovasz Hinge Loss decreases #21

m-hamza-mughal opened this issue Mar 10, 2019 · 1 comment
Labels
wontfix This will not be worked on

Comments

@m-hamza-mughal
Copy link

Hi Maxim Berman! Great Work.
I am using the lovasz_hinge loss and iou_binary as my metric.
My labels are binary masks of foreground represented as 1 and background as 0.
And I am currently overfitting one example just to see how my model(which is a form of hyper-network) works.
But as the Lovasz Hinge loss decreases, the output of iou_binary also decreases.
Thanks alot in advance for helping

@bermanmaxim
Copy link
Owner

Hello,
Because Lovász-hinge/softmax are relaxations it is unfortunately not always the case that decreasing them is directly correlated with increasing IoU. You could test if Lovász-sigmoid (2D version of Lovász-Softmax) performs better than Lovász-Hinge for your application.

@bermanmaxim bermanmaxim added the wontfix This will not be worked on label Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants