Multi-level colonoscopy malignant tissue detection with adversarial CAC-UNet
About
The automatic and objective medical diagnostic model can be valuable to achieve early cancer detection, and thus reducing the mortality rate. In this paper, we propose a highly efficient multi-level malignant tissue detection through the designed adversarial CAC-UNet. A patch-level model with a pre-prediction strategy and a malignancy area guided label smoothing is adopted to remove the negative WSIs, with which to lower the risk of false positive detection. For the selected key patches by multi-model ensemble, an adversarial context-aware and appearance consistency UNet (CAC-UNet) is designed to achieve robust segmentation. In CAC-UNet, mirror designed discriminators are able to seamlessly fuse the whole feature maps of the skillfully designed powerful backbone network without any information loss. Besides, a mask prior is further added to guide the accurate segmentation mask prediction through an extra mask-domain discriminator. The proposed scheme achieves the best results in MICCAI DigestPath2019 challenge on colonoscopy tissue segmentation and classification task. The full implementation details and the trained models are available at https://github.com/Raykoooo/CAC-UNet.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Semantic segmentation | DigestPath 68 WSIs (val) | DSC82.92 | 14 | |
| Colorectal histopathology segmentation | DigestPath Patch | Accuracy96.81 | 11 | |
| Colorectal histopathology segmentation | DigestPath WSI | Accuracy97.96 | 11 | |
| Pathological Detection and Segmentation | DigestPath 2019 (test) | DSC80.75 | 10 | |
| Colorectal histopathology segmentation | GlaS MICCAI 2015 (test A) | Accuracy88.01 | 10 | |
| Colorectal histopathology segmentation | EBHI Adenocarcinoma (test) | Accuracy91.32 | 10 | |
| Colorectal histopathology segmentation | GlaS MICCAI 2015 (test B) | Accuracy85.69 | 10 | |
| Semantic segmentation | DigestPath Sampled lesion patches (val) | DSC87.49 | 3 |