bermanmaxim / LovaszSoftmax

Code for the Lovász-Softmax loss (CVPR 2018)
http://bmax.im/LovaszSoftmax
MIT License
1.38k stars 269 forks source link

whats the difference with dice ? #17

Closed argman closed 5 years ago

argman commented 6 years ago

Thanks for this great work, but i canno understand, I think dice is also kind of optimizing iou, so whats the difference ?

bermanmaxim commented 5 years ago

Dice is also a measure of performance based on discrete predictions. I think you are referring to "soft-Dice", often used to optimize dice. In practice we found that these naïve continuous versions of the discrete loss perform worse than our surrogate.