Leveraging AI for Automatic Classification of PCOS Using Ultrasound Imaging
Atharva Divekar, Atharva Sonawane
TL;DR
This work tackles automatic PCOS diagnosis from ultrasound frames by leveraging transfer learning with InceptionV3 and a custom classifier head. The PCOSGen dataset (4,668 images) enables binary healthy/unhealthy classification, achieving strong validation performance (accuracy ~90.5%, recall ~97.2%, precision ~90.0%) and providing interpretability through LIME explanations. Extensive model experimentation shows InceptionV3 outperforms ResNet101, EfficientNet B7, and RadImagenet variants, supporting its selection for this task. The study demonstrates the feasibility of interpretable, AI-driven PCOS diagnostics from ultrasound data and outlines practical directions for broader validation and clinical deployment.
Abstract
The AUTO-PCOS Classification Challenge seeks to advance the diagnostic capabilities of artificial intelligence (AI) in identifying Polycystic Ovary Syndrome (PCOS) through automated classification of healthy and unhealthy ultrasound frames. This report outlines our methodology for building a robust AI pipeline utilizing transfer learning with the InceptionV3 architecture to achieve high accuracy in binary classification. Preprocessing steps ensured the dataset was optimized for training, validation, and testing, while interpretability methods like LIME and saliency maps provided valuable insights into the model's decision-making. Our approach achieved an accuracy of 90.52%, with precision, recall, and F1-score metrics exceeding 90% on validation data, demonstrating its efficacy. The project underscores the transformative potential of AI in healthcare, particularly in addressing diagnostic challenges like PCOS. Key findings, challenges, and recommendations for future enhancements are discussed, highlighting the pathway for creating reliable, interpretable, and scalable AI-driven medical diagnostic tools.
