TL;DR
Weak supervision in medical imaging often suffers from noisy labels, which can degrade model performance. A calibration method was developed for BiomedCLIP-generated weak labels across three benchmarks: PCAM, ISIC, and NIH-CXR.
✦ Why It Matters
Engineers can use this calibration to optimize the use of weak labels in medical imaging tasks.
Key Takeaways
Full Summary
Weak supervision, where models are trained on imperfect labels, can limit performance in medical imaging tasks. This study introduces a calibration method for weak labels generated by BiomedCLIP, focusing on three medical imaging benchmarks: PCAM, ISIC, and NIH-CXR.
The researchers identified a 'crossover' point where the accuracy of a gold-standard classifier matches that of the labeler, beyond which weak labels negatively impact performance. They found that this crossover occurs at approximately 100 labels for PCAM, 20-50 for ISIC, and 250-500 for NIH-CXR, with AUC (Area Under the Curve) scores dropping by as much as -0.10.
The findings suggest that the labeler's quality is a critical factor, independent of the model architecture used. A decision rule was established to guide users on when to rely on weak labels based on a comparison of AUC scores.
This research provides a framework for future benchmarks to assess weak supervision in medical imaging.
Related