Deep Learning-Driven Ovarian Cancer Subtyping

Ovarian cancer is a complex and heterogeneous disease, making diagnosis and treatment challenging. Traditional histopathology analysis has limitations due to subjectivity and inter-observer variability. This study presents the OvarianAttentionClassifier, a convolutional neural network (CNN) model with a spatial attention mechanism designed for precise ovarian cancer subtyping from digital histopathology images. The research introduces novel class balancing techniques using stain augmentation and normalization to enhance model robustness. The proposed model achieves an accuracy of 92%, precision of 0.9351, recall of 0.9357, F1 score of 0.9350, and AUC of 0.9906, significantly outperforming conventional diagnostic methods.

Key Contributions
--Development of OvarianAttentionClassifier: A CNN with spatial attention layers to capture morphological patterns for ovarian cancer subtyping.

--Class Balancing Techniques: Introduces stain augmentation and normalization to improve dataset diversity and model performance.

--Comprehensive Performance Evaluation: Achieves superior results compared to traditional and pre-trained deep learning models (ResNet18, ResNet50, ResNeXt).

--Dataset Enhancement: Augments the UBC-OCEAN dataset, balancing class distribution and increasing dataset size from 513 images to 56,755 images through augmentation.

--Comparative Analysis: Demonstrates that the OvarianAttentionClassifier outperforms other state-of-the-art models, achieving higher classification accuracy.

Architecture Used:
augmentation
Figure 1: Augmentation Architecture
architecture
Figure 2: Model Architecture