Towards Improved Cervical Cancer Screening: Vision Transformer-Based Classification and Interpretability
Khoa Tuan Nguyen, Ho-min Park, Gaeun Oh, Joris Vankerschaver, Wesley De Neve
TL;DR
The paper tackles automated cervical cancer screening by classifying Pap smear images into Healthy, Unhealthy, and Rubbish categories using a fine-tuned EVA-02 Vision Transformer. It introduces a four-step pipeline—feature extraction from transformer tokens, feature selection via classical models, training a deeper ANN with optional loss weighting, and Kernel SHAP-based interpretability—and demonstrates a peak F1-score of $0.85227$, outperforming the EVA-02 baseline of $0.84878$. The work also highlights interpretability by identifying feature #10 as most influential and linking it to cell morphology and staining patterns. While the results show a small but consistent improvement and enhanced explainability, the evaluation is limited to the public leaderboard, underscoring the need for broader validation in practical screening settings.
Abstract
We propose a novel approach to cervical cell image classification for cervical cancer screening using the EVA-02 transformer model. We developed a four-step pipeline: fine-tuning EVA-02, feature extraction, selecting important features through multiple machine learning models, and training a new artificial neural network with optional loss weighting for improved generalization. With this design, our best model achieved an F1-score of 0.85227, outperforming the baseline EVA-02 model (0.84878). We also utilized Kernel SHAP analysis and identified key features correlating with cell morphology and staining characteristics, providing interpretable insights into the decision-making process of the fine-tuned model. Our code is available at https://github.com/Khoa-NT/isbi2025_ps3c.
