Papers › A multi-centre polyp detection and segmentation dataset for generalisability assessment

A multi-centre polyp detection and segmentation dataset for generalisability assessment

8 Jun 2021arXiv:2106.04463archive 2025-07-28

Sharib Ali, Debesh Jha, Noha Ghatwary, Stefano Realdon, Renato Cannizzaro, Osama E. Salem, Dominique Lamarque, Christian Daul, Michael A. Riegler, Kim V. Anonsen, Andreas Petlund, Pål Halvorsen, Jens Rittscher, Thomas de Lange, James E. East

Polyps in the colon are widely known cancer precursors identified by colonoscopy. Whilst most polyps are benign, the polyp's number, size and surface structure are linked to the risk of colon cancer. Several methods have been developed to automate polyp detection and segmentation. However, the main issue is that they are not tested rigorously on a large multicentre purpose-built dataset, one reason being the lack of a comprehensive public dataset. As a result, the developed methods may not generalise to different population datasets. To this extent, we have curated a dataset from six unique centres incorporating more than 300 patients. The dataset includes both single frame and sequence data with 3762 annotated polyp labels with precise delineation of polyp boundaries verified by six senior gastroenterologists. To our knowledge, this is the most comprehensive detection and pixel-level segmentation dataset (referred to as \textit{PolypGen}) curated by a team of computational scientists and expert gastroenterologists. The paper provides insight into data construction and annotation strategies, quality assurance, and technical validation. Our dataset can be downloaded from \url{ https://doi.org/10.7303/syn26376615}.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2106.04463")

Code

Syntology Ran 4 of 16 code samples harvested from 2 repositories linked to this paper; 12 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 10 samples from 1 repository, 1 ran; community (archive-listed): 6 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sharibox/EndoCV2021-polyp_det_seg_gen officialmentioned in papermentioned on GitHub report
sharibox/polypgen-benchmark officialmentioned in papermentioned on GitHubpytorchMIT report
sharib-vision/PolypGen-Benchmark mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 4 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
1ran · fixture could not drive it
1ran
12unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

conv1x1 sharibox/polypgen-benchmark/network/axialNet.py official repository ran · our draft was wrong MIT (permissive) · d9def42110729a85 · report
axial50s sharibox/polypgen-benchmark/network/axialNet.py official repository unverified MIT (permissive) · df035572d17eaf87 · report
convert_to_separable_conv sharibox/polypgen-benchmark/network/_deeplab.py official repository unverified MIT (permissive) · ce942a958c0ae909 · report
convrelu sharibox/polypgen-benchmark/network/axialNet.py official repository unverified MIT (permissive) · 56689af33d286bee · report
create_predFolder sharibox/polypgen-benchmark/polypGen_inference-seg.py official repository unverified MIT (permissive) · 4ed3491d5fe9d707 · report
detect_imgs sharibox/polypgen-benchmark/polypGen_inference-seg.py official repository unverified MIT (permissive) · 228421b7a5601682 · report
download_extract sharibox/polypgen-benchmark/datasets/polypGen2021.py official repository unverified MIT (permissive) · 569164e3b040e8bb · report
kmoment sharibox/polypgen-benchmark/network/network.py official repository unverified MIT (permissive) · d77b4e5c7bc5bd55 · report
plotInference sharibox/polypgen-benchmark/main_polypGen.py official repository unverified MIT (permissive) · 871e79260c9007eb · report
voc_cmap sharibox/polypgen-benchmark/datasets/polypGen2021.py official repository unverified MIT (permissive) · 874968823d3561fe · report
locate_folders sharib-vision/PolypGen-Benchmark/metrics/compute_seg.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 3297c96e4c60ba89 · report
panel_imgs sharib-vision/PolypGen-Benchmark/metrics/compute_seg.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 6d292246dab9d292 · report
rescale_im_stack sharib-vision/PolypGen-Benchmark/metrics/compute_seg.py community (archive-listed) ran · metamorphic tier: well formed MIT (permissive) · 868e1e3a3d191711 · report
deeplabv3_mobilenet sharib-vision/PolypGen-Benchmark/network/modeling.py community (archive-listed) unverified MIT (permissive) · 26e4e1876120be62 · report
deeplabv3_resnet101 sharib-vision/PolypGen-Benchmark/network/modeling.py community (archive-listed) unverified MIT (permissive) · 187bc8c967b6d23b · report
deeplabv3_resnet50 sharib-vision/PolypGen-Benchmark/network/modeling.py community (archive-listed) unverified MIT (permissive) · 85f770a1a3693de2 · report

Tasks

Medical Image Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections