IVCVJul 24, 2019

Synthetic Augmentation and Feature-based Filtering for Improved Cervical Histopathology Image Classification

arXiv:1907.10655v150 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of expensive expert annotations for automated cervical intraepithelial neoplasia grading, which is crucial for pathologists in diagnosing precancerous lesions, but it is incremental as it builds on existing GAN and filtering techniques.

The paper tackles the problem of limited annotated data for cervical histopathology image classification by using conditional GANs to synthesize images and a feature-based filtering mechanism to select high-quality synthetic images for data augmentation, resulting in an accuracy improvement from 66.3% to 71.7%.

Cervical intraepithelial neoplasia (CIN) grade of histopathology images is a crucial indicator in cervical biopsy results. Accurate CIN grading of epithelium regions helps pathologists with precancerous lesion diagnosis and treatment planning. Although an automated CIN grading system has been desired, supervised training of such a system would require a large amount of expert annotations, which are expensive and time-consuming to collect. In this paper, we investigate the CIN grade classification problem on segmented epithelium patches. We propose to use conditional Generative Adversarial Networks (cGANs) to expand the limited training dataset, by synthesizing realistic cervical histopathology images. While the synthetic images are visually appealing, they are not guaranteed to contain meaningful features for data augmentation. To tackle this issue, we propose a synthetic-image filtering mechanism based on the divergence in feature space between generated images and class centroids in order to control the feature quality of selected synthetic images for data augmentation. Our models are evaluated on a cervical histopathology image dataset with a limited number of patch-level CIN grade annotations. Extensive experimental results show a significant improvement of classification accuracy from 66.3% to 71.7% using the same ResNet18 baseline classifier after leveraging our cGAN generated images with feature-based filtering, which demonstrates the effectiveness of our models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes