A comparative analysis between two convolutional networks architectures for semantic segmentation of histopathology breast cancer images
Abstract: This study presents a comparative analysis efficacy between Fully Convolutional Networks (FCN) and U-Net architectures for semantic segmentation of tissues in histopathology breast cancer images. The imperative nature of precise and reliable image segmentation within the realm of computational pathology is highlighted, given its pivotal role in automating tasks involving structure detection within Whole-Slide Images (WSIs). Leveraging a publicly available dataset of breast cancer histopathology images from the Breast Cancer Semantic Segmentation (BCSS) challenge, the research evaluates the performance of FCN and U-Net models. The experimental results show that the best model was U-Net, under a binary cross entropy training, which achieves a performance among tissue classes (tumor and stroma) for semantic segmentation in terms of average accuracy of 0.8162, a Dice score of 0.6785 and Jaccard index of 0.5140. In contrast, FCN achieves an average accuracy of 0.7556, a Dice score of 0.6625 and a Jaccard index of 0.4956. Thus, the U-Net’s superior segmentation performance is evident, wherein its predicted masks exhibit a noticeable resemblance to actual segmented masks for both tumor and stroma classes.
Loading