Researchers at University Medical Center Ho Chi Minh City employ a pretrained MobileNetV2 neural network to classify 3,164 microscopic vaginal discharge images into bacterial, fungal, or mixed-infection categories. They preprocess and augment images, then train and validate the model to achieve F1 scores above 0.75 and AUC-PR above 0.80, improving diagnostic consistency.
Key points
- MobileNetV2 model classifies 3,164 wet-mount vaginal discharge images into bacterial (Group B), Gardnerella vaginalis (Group C), or fungal (Group F) infection categories.
- Preprocessing pipeline includes 800×800px resizing, sharpening, rotations, and contrast adjustments to standardize and augment input data.
- Model achieves F1 scores >0.75 and AUC-PR >0.80 across datasets, exceeding 0.90 performance for Gardnerella vaginalis detection, with 86.9% expert agreement.
Why it matters: By enabling rapid, standardized vaginitis screening with a mobile-friendly AI model, this approach can reduce diagnostic errors and expand access in resource-limited settings.
Q&A
- What is MobileNetV2?
- Why use F1 score and AUC-PR metrics?
- How does image preprocessing improve classification?
- What are clue cells and why are they important?
- Can this model run on mobile devices?