paper-with-me

홈 › Papers

Rethinking Polyp Segmentation from an Out-of-Distribution Perspective

2023-06-13 · Ge-Peng Ji, Jing Zhang, Dylan Campbell, Huan Xiong, Nick Barnes

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.

📄 PDF Abstract BibTeX arXiv:2306.07792

Code (1)

gewelsji/polyp-ood 공식 구현

Tasks

SegmentationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Rethinking the transfer learning for FCN based polyp segmentation in colonoscopy

2022-11-04 · Yan Wen, Lei Zhang, Xiangli Meng, Xujiong Ye

Besides the complex nature of colonoscopy frames with intrinsic frame formation artefacts such as light reflections and the diversity of polyp types/shapes, the publicly available polyp segmentation training datasets are…

DiversitySegmentationTransfer Learning

Polyp-DAM: Polyp segmentation via depth anything model

2024-02-03 · Zhuoran Zheng, Chen Wu, Wei Wang, Yeying Jin 외

Recently, large models (Segment Anything model) came on the scene to provide a new baseline for polyp segmentation tasks. This demonstrates that large models with a sufficient image level prior can achieve promising perf…

Segmentation

Automatic Polyp Segmentation with Multiple Kernel Dilated Convolution Network

2022-06-13 · Nikhil Kumar Tomar, Abhishek Srivastava, Ulas Bagci, Debesh Jha

The detection and removal of precancerous polyps through colonoscopy is the primary technique for the prevention of colorectal cancer worldwide. However, the miss rate of colorectal polyp varies significantly among the e…

DecoderGPU

BDG-Net: Boundary Distribution Guided Network for Accurate Polyp Segmentation

2022-01-03 · Zihuan Qiu, Zhichuan Wang, Miaomiao Zhang, Ziyong Xu 외

Colorectal cancer (CRC) is one of the most common fatal cancer in the world. Polypectomy can effectively interrupt the progression of adenoma to adenocarcinoma, thus reducing the risk of CRC development. Colonoscopy is t…

DecoderMedical Image SegmentationPolyp SegmentationSegmentation

Polyp-E: Benchmarking the Robustness of Deep Segmentation Models via Polyp Editing

2024-10-22 · Runpu Wei, Zijin Yin, Kongming Liang, Min Min 외

Automatic polyp segmentation is helpful to assist clinical diagnosis and treatment. In daily clinical practice, clinicians exhibit robustness in identifying polyps with both location and size variations. It is uncertain …

AttributeBenchmarkingData AugmentationOut-of-Distribution Generalization+1