Search papers, labs, and topics across Lattice.
This paper introduces DSA-CycleGAN, a novel approach that enhances the robustness of multi-stain glomeruli segmentation by addressing the noise introduced during stain translation in traditional CycleGAN models. By incorporating domain shift awareness, DSA-CycleGAN effectively reduces the discrepancies caused by inter- and intra-stain variations, leading to improved segmentation performance. Experimental results demonstrate that DSA-CycleGAN outperforms existing methods, particularly in scenarios involving biologically distinct stains, while also minimizing translation noise.
Noise reduction in stain translation boosts segmentation accuracy, with DSA-CycleGAN outperforming traditional methods in challenging histopathological contexts.
A key challenge in segmentation in digital histopathology is inter- and intra-stain variations as it reduces model performance. Labelling each stain is expensive and time-consuming so methods using stain transfer via CycleGAN, have been developed for training multi-stain segmentation models using labels from a single stain. Nevertheless, CycleGAN tends to introduce noise during translation because of the one-to-many nature of some stain pairs, which conflicts with its cycle consistency loss. To address this, we propose the Domain Shift Aware CycleGAN, which reduces the presence of such noise. Furthermore, we evaluate several advances from the field of machine learning aimed at resolving similar problems and compare their effectiveness against DSA-CycleGAN in the context of multi-stain glomeruli segmentation. Experiments demonstrate that DSA-CycleGAN not only improves segmentation performance in glomeruli segmentation but also outperforms other methods in reducing noise. This is particularly evident when translating between biologically distinct stains. The code is publicly available at https://github.com/zeeshannisar/DSA-CycleGAN.