English

Rethinking Polyp Segmentation from an Out-of-Distribution Perspective

Image and Video Processing 2024-03-22 v1 Computer Vision and Pattern Recognition

Abstract

Unlike existing fully-supervised approaches, we rethink colorectal polyp segmentation from an out-of-distribution perspective with a simple but effective self-supervised learning approach. We leverage the ability of masked autoencoders -- self-supervised vision transformers trained on a reconstruction task -- to learn in-distribution representations; here, the distribution of healthy colon images. We then perform out-of-distribution reconstruction and inference, with feature space standardisation to align the latent distribution of the diverse abnormal samples with the statistics of the healthy samples. We generate per-pixel anomaly scores for each image by calculating the difference between the input and reconstructed images and use this signal for out-of-distribution (ie, polyp) segmentation. Experimental results on six benchmarks show that our model has excellent segmentation performance and generalises across datasets. Our code is publicly available at https://github.com/GewelsJI/Polyp-OOD.

Keywords

Cite

@article{arxiv.2306.07792,
  title  = {Rethinking Polyp Segmentation from an Out-of-Distribution Perspective},
  author = {Ge-Peng Ji and Jing Zhang and Dylan Campbell and Huan Xiong and Nick Barnes},
  journal= {arXiv preprint arXiv:2306.07792},
  year   = {2024}
}

Comments

Technical report

R2 v1 2026-06-28T11:03:57.533Z