Description
Hello,
I have a question regarding the use of ground-truth masks during the training process. Specifically, I would like to understand whether using the ground-truth masks in the training phase can lead to information leakage.
From my understanding, using ground-truth masks directly during training could potentially allow the model to access the actual target information, which might cause overfitting and hinder the model's ability to generalize to unseen data. This seems to suggest that it may lead to data leakage during training, as the model is not truly learning to predict the masks, but rather directly relying on the target information.
Is this correct? Or, are there any specific scenarios where using ground-truth masks during training is acceptable without causing issues such as information leakage?
I'd appreciate any insights on this topic.
Thanks in advance!