Hacker News new | ask | show | jobs
by ClassyJacket 873 days ago
Can someone explain the meaning of labelled vs unlabelled in this context? What kind of information would the labels carry?

Did they have depth maps for all 62 million images or not?

1 comments

They explain in the paper that they used 1.5 million images with known depth maps (labels) to train a teacher model, and then used the teacher model to create pseudolabels (inferred depth maps) for the full dataset. Then they trained a student model to recover those pseudolabels from distorted versions of the original images.
Was that better than running the teacher model on the distorted images directly?