RozDavid / UnScene3D

Unsupervised 3D Instance Segmentation
BSD 3-Clause "New" or "Revised" License
48 stars 6 forks source link

Question about the self-training process #12

Open LydJason opened 1 month ago

LydJason commented 1 month ago

Thank you very much for your outstanding work! I have a question regarding the self-training part. I don't quite understand why self-training can significantly improve performance. It uses pseudo masks that contain some errors, such as over- or under-split masks as 'ground truth' supervision, but ultimately it can obtain better instance masks than 'ground truth'. Does it mean some of the errors were corrected through the training process? This seems counterintuitive. Is this related to model underfitting/overfitting? I'm very curious about this, and I think there might be a misunderstanding on my part. Could you please explain this to me? Thank you!