Polyps are one of the causes of colorectal cancer and early diagnosis of polyps by can lead to successful treatment. The details of the task is in Medico Challenge website.
My contribution shows a use of GANs-based model to automatically segmenting out the polyps area within gastrointestinal images. Perceiving the problem as an image-to-image translation task, conditional generative adversarial networks are utilized to generate masks conditioned by the images as inputs. Both generator and discriminator are convolution neural networks based.
I was not in the leaderboard, however, a working paper is published, showing more details. Mainly the work contributed in bench-marking the automatic polyp segmentation. The model achieved 0.4382 on Jaccard index and 0.611 as F2 score.
Some Good Examples 😊
Some Bad Examples 😏
Publication:
Some experimental code on my GitHub:
https://github.com/Awadelrahman/GANPolypSeg
Video presentation: