LiJunnan1992 / DivideMix

Code for paper: DivideMix: Learning with Noisy Labels as Semi-supervised Learning
MIT License
529 stars 83 forks source link

Could DivideMix generalize to Segmentation Problem? #5

Closed riven314 closed 4 years ago

riven314 commented 4 years ago

Thanks for the amazing work! I see your work mainly use object classification problem as benchmarks (as most research works of similar area do), do you think the framework could be applied on segmentation problem as well?

LiJunnan1992 commented 4 years ago

Thanks for your interest! Yes I think the framework can apply to object detection/segmentation. Similar as classification, the confidence of a ground-truth mask/box can be measured by its loss, and the training data can be divided into a labeled set and an unlabeled set. It may not be straightforward to apply mix-match to segmentation problems, but I'm sure there are many semi-supervised segmentation methods that can be used.

Jo-wang commented 2 years ago

Thanks for the amazing work! I see your work mainly use object classification problem as benchmarks (as most research works of similar area do), do you think the framework could be applied on segmentation problem as well?

Hi, Have you try DivideMix on segmentation task? Will it have a better performance? Thank you!