{"id":29224559,"url":"https://github.com/sing-group/deep-learning-colonoscopy","last_synced_at":"2026-02-06T17:01:22.233Z","repository":{"id":41176455,"uuid":"230776904","full_name":"sing-group/deep-learning-colonoscopy","owner":"sing-group","description":"Review in Deep Learning for Polyp Detection and Classification in Colonoscopy (https://doi.org/10.1016/j.neucom.2020.02.123).","archived":false,"fork":false,"pushed_at":"2024-11-12T11:26:30.000Z","size":605,"stargazers_count":206,"open_issues_count":3,"forks_count":39,"subscribers_count":10,"default_branch":"master","last_synced_at":"2026-01-15T05:04:37.675Z","etag":null,"topics":["colonoscopy","deep-learning","deep-neural-networks"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sing-group.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-12-29T16:42:09.000Z","updated_at":"2025-12-19T13:54:42.000Z","dependencies_parsed_at":"2024-11-12T12:33:02.178Z","dependency_job_id":null,"html_url":"https://github.com/sing-group/deep-learning-colonoscopy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sing-group/deep-learning-colonoscopy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing-group%2Fdeep-learning-colonoscopy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing-group%2Fdeep-learning-colonoscopy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing-group%2Fdeep-learning-colonoscopy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing-group%2Fdeep-learning-colonoscopy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sing-group","download_url":"https://codeload.github.com/sing-group/deep-learning-colonoscopy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing-group%2Fdeep-learning-colonoscopy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29169384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T16:33:35.550Z","status":"ssl_error","status_checked_at":"2026-02-06T16:33:30.716Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["colonoscopy","deep-learning","deep-neural-networks"],"created_at":"2025-07-03T06:07:17.580Z","updated_at":"2026-02-06T17:01:22.193Z","avatar_url":"https://github.com/sing-group.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deep Learning for Polyp Detection and Classification in Colonoscopy\n\u003e This repository was created from the following review paper: A. Nogueira-Rodríguez; R. Domínguez-Carbajales; H. López-Fernández; Á. Iglesias; J. Cubiella; F. Fdez-Riverola; M. Reboiro-Jato; D. Glez-Peña (2020) [**Deep Neural Networks approaches for detecting and classifying colorectal polyps**](https://doi.org/10.1016/j.neucom.2020.02.123). *Neurocomputing*.\n\u003e\n\u003e Please, cite it if you find it useful for your research.\n\n## AI4PolypNet\n\n[![AI4PolypNet](assets/AI4PolypNet.jpg)](https://pages.cvc.uab.es/ai4polypnet)\n\nAs part of [AI4PolypNet](https://pages.cvc.uab.es/ai4polypnet), we are involved in a challenge that will be developed at iSMIT (September 2024). In this edition we will focus only on colonoscopy images and, apart from classical polyp detection and segmentation we present an extended version of polyp classification, including the challenging serrated sessile adenoma class. All the information is available [here](https://pages.cvc.uab.es/ai4polypnet/?page_id=208).\n\n## About this repository\n\nThis repository collects the most relevant studies applying Deep Learning for Polyp Detection and Classification in Colonoscopy from a technical point of view, focusing on the low-level details for the implementation of the DL models. In first place, each study is categorized in three types: (i) polyp detection and localization (through bounding boxes or binary masks, i.e. segmentation), (ii) polyp classification, and (iii) simultaneous polyp detection and classification (i.e. studies based on the usage of a single model such as YOLO or SSD to performs simultaneous polyp detection and classification). Secondly, a summary of the public datasets available as well as the private datasets used in the studies is provided. The third section focuses on technical aspects such as the Deep Learning architectures, the data augmentation techniques and the libraries and frameworks used. Finally, the fourth section summarizes the performance metrics reported by each study.\n\nSuggestions are welcome, please check the [contribution guidelines](CONTRIBUTING.md) before submitting a pull request.\n\nTable of Contents:\n\n   * [Research](README.md#research)\n      * [Polyp Detection and Localization](README.md#polyp-detection-and-localization)\n      * [Polyp Classification](README.md#polyp-classification)\n      * [Simultaneous Polyp Detection and Classification](README.md#simultaneous-polyp-detection-and-classification)\n   * [Datasets](README.md#datasets)\n      * [Public Datasets](README.md#public-datasets)\n      * [Private Datasets](README.md#private-datasets)\n   * [Deep Learning Models and Architectures](README.md#deep-learning-models-and-architectures)\n      * [Deep Learning Architectures](README.md#deep-learning-architectures)\n         * [Off-the-shelf Architectures](README.md#off-the-shelf-architectures)\n         * [Custom Architectures](README.md#custom-architectures)\n      * [Data Augmentation Strategies](README.md#data-augmentation-strategies)\n      * [Frameworks and Libraries](README.md#frameworks-and-libraries)\n   * [Performance](README.md#performance)\n      * [Polyp Detection and Localization](README.md#polyp-detection-and-localization-1)\n      * [Polyp Classification](README.md#polyp-classification-1)\n      * [Simultaneous Polyp Detection and Classification](README.md#simultaneous-polyp-detection-and-classification-1)\n   * [List of Acronyms and Abbreviations](README.md#list-of-acronyms-and-abbreviations)\n   * [References and Further Reading](README.md#references-and-further-reading)\n      * [Reviews](README.md#reviews)\n      * [Randomized Clinical Trials](README.md#randomized-clinical-trials)\n\n# Research\n\n## Polyp Detection and Localization\n\nStudy | Date | Endoscopy type | Imaging technology | Localization type | Multiple polyp | Real time\n--- | --- | --- | --- | --- | --- | ---\n[Tajbakhsh et al. 2014](https://doi.org/10.1007/978-3-319-10470-6_23), [Tajbakhsh et al. 2015](https://doi.org/10.1109/ISBI.2015.7163821) | Sept. 2014 / Apr. 2015 | Conventional | N/A | Bounding box | No | Yes\n[Zhu R. et al. 2015](https://doi.org/10.1109/CISP.2015.7407907) | Oct. 2015 | Conventional | N/A | Bounding box (16x16 patches) | Yes | No\n[Park and Sargent 2016](https://doi.org/10.1117/12.2217148) | March 2016 | Conventional | NBI, WL | Bounding box | No | No\n[Yu et al. 2017](https://doi.org/10.1109/JBHI.2016.2637004) | Jan. 2017 | Conventional | NBI, WL | Bounding box | No | No\n[Zhang R. et al. 2017](https://doi.org/10.1109/JBHI.2016.2635662) | Jan. 2017 | Conventional | NBI, WL | No | No | No\n[Yuan and Meng 2017](https://doi.org/10.1002/mp.12147) | Feb. 2017 | WCE | N/A | No | No | No\n[Brandao et al. 2018](https://doi.org/10.1142/S2424905X18400020) | Feb. 2018 | Conventional/WCE | N/A | Binary mask | Yes | No\n[Zhang R. et al. 2018](https://doi.org/10.1016/j.patcog.2018.05.026) | May 2018 | Conventional | WL | Bounding box | No | No\n[Misawa et al. 2018](https://doi.org/10.1053/j.gastro.2018.04.003) | June 2018 | Conventional | WL | No | Yes | No\n[Zheng Y. et al. 2018](https://doi.org/10.1109/EMBC.2018.8513337) | July 2018 | Conventional | NBI, WL | Bounding box | Yes | Yes\n[Shin Y. et al. 2018](https://doi.org/10.1109/ACCESS.2018.2856402) | July 2018 | Conventional | WL | Bounding box | Yes | No\n[Urban et al. 2018](https://doi.org/10.1053/j.gastro.2018.06.037) | Sep. 2018 | Conventional | NBI, WL | Bounding box | No | Yes\n[Mohammed et al. 2018](http://bmvc2018.org/contents/papers/0487.pdf), [GitHub](https://github.com/ahme0307/Ynet)| Sep. 2018 | Conventional | WL | Binary mask | Yes | Yes\n[Wang et al. 2018](https://doi.org/10.1038/s41551-018-0301-3), [Wang et al. 2018](http://dx.doi.org/10.1136/gutjnl-2018-317500) | Oct. 2018 | Conventional | N/A | Binary mask | Yes | Yes\n[Qadir et al. 2019](https://doi.org/10.1109/JBHI.2019.2907434) | Apr. 2019 | Conventional | NBI, WL | Bounding box | Yes | No\n[Blanes-Vidal et al. 2019](https://doi.org/10.1080/0284186X.2019.1584404) | March 2019 | WCE | N/A | Bounding box | Yes | No\n[Zhang X. et al. 2019](https://doi.org/10.1371/journal.pone.0214133) | March 2019 | Conventional | N/A | Bounding box | Yes | Yes\n[Misawa et al. 2019](https://doi.org/10.1016/j.gie.2019.03.1134) | June 2019 | Conventional | N/A | No | Yes | No\n[Zhu X. et al. 2019](https://doi.org/10.1016/j.gie.2019.03.1087) | June 2019 | Conventional | N/A | No | No | Yes\n[Ahmad et al. 2019](https://doi.org/10.1016/j.gie.2019.03.1135) | June 2019 | Conventional | WL | Bounding box | Yes | Yes\n[Sornapudi et al. 2019](https://doi.org/10.3390/app9122404) | June 2019 | Conventional/WCE | N/A | Binary mask | Yes | No\n[Wittenberg et al. 2019](https://doi.org/10.1515/cdbme-2019-0059) | Sept. 2019 | Conventional | WL | Binary mask | Yes | No\n[Yuan Y. et al. 2019](https://doi.org/10.1109/TASE.2019.2936645) | Sept. 2019 | WCE | N/A | No | No | No\n[Ma Y. et al. 2019](https://doi.org/10.1109/ISNE.2019.8896576) | Oct. 2019 | Conventional | N/A | Bounding box | Yes | No\n[Tashk et al. 2019](https://doi.org/10.1109/ICCAIRO47923.2019.00015) | Dec. 2019 | Conventional | N/A | Binary mask | No | No\n[Jia X. et al. 2020](https://doi.org/10.1109/TASE.2020.2964827) | Jan. 2020 | Conventional | N/A | Binary mask | Yes | No\n[Ma Y. et al. 2020](https://doi.org/10.1109/ISBI45749.2020.9098663) | May 2020 | Conventional | N/A | Bounding box | Yes | No\n[Young Lee J. et al. 2020](https://doi.org/10.1038/s41598-020-65387-1) | May 2020 | Conventional | N/A | Bounding box | Yes | Yes\n[Wang W. et al. 2020](http://doi.org/10.1186/s12880-020-00482-3) | July 2020 | Conventional | WL | No | No | No\n[Li T. et al. 2020](https://doi.org/10.1055/a-1229-3927) | Oct. 2020 | Conventional | N/A | No | No | No\n[Sánchez-Peralta et al. 2020](https://doi.org/10.3390/app10238501) | Nov. 2020 | Conventional | NBI, WL | Binary mask | No | No\n[Podlasek J. et al. 2020](https://doi.org/10.1055/a-1388-6735) | Dec. 2020 | Conventional | N/A | Bounding box | No | Yes\n[Qadir et al. 2021](https://doi.org/10.1016/j.media.2020.101897) | Feb. 2021 | Conventional | WL | Bounding box | Yes | Yes\n[Xu J. et al. 2021](https://doi.org/10.1016/j.bspc.2021.102503) | Feb. 2021 | Conventional | WL | Bounding box | Yes | Yes\n[Misawa et al. 2021](https://doi.org/10.1016/j.gie.2020.07.060) | Apr. 2021 | Conventional | WL | No | Yes | Yes\n[Livovsky et al. 2021](https://doi.org/10.1016/j.gie.2021.06.021) | June 2021 | Conventional | N/A | Bounding box | Yes | Yes\n[Pacal et al. 2021](https://doi.org//10.1016/j.compbiomed.2021.104519) | July 2021 | Conventional | WL | Bounding box | Yes | Yes\n[Liu et al. 2021](https://doi.org/10.1016/j.media.2021.102052) | July 2021 | Conventional | N/A | Bounding box | Yes | Yes\n[Nogueira-Rodríguez et al. 2021](https://doi.org/10.1007/s00521-021-06496-4) | Aug. 2021 | Conventional | NBI, WL | Bounding box | Yes | Yes\n[Yoshida et al. 2021](https://doi.org/10.1007/s00384-021-04006-5) | Aug. 2021 | Conventional | WL, LCI | Bounding box | Yes | Yes\n[Ma Y. et al. 2021](https://doi.org/10.1007/978-3-030-87240-3_37) | Sep. 2021 | Conventional | WL | Bounding box | Yes | No\n[Pacal et al. 2022](https://doi.org/10.1016/j.compbiomed.2021.105031) | Nov. 2021 | Conventional | WL | Bounding box | Yes | Yes\n[Nogueira-Rodríguez et al. 2022](https://doi.org/10.3390/diagnostics12040898) | April 2022 | Conventional | NBI, WL | Bounding box | Yes | Yes\n[Nogueira-Rodríguez et al. 2023](https://doi.org/10.3390/diagnostics13050966) | March 2023 | Conventional | NBI, WL | Bounding box | Yes | Yes\n\n## Polyp Classification\n\nStudy | Date | Endoscopy type | Imaging technology | Classes | Real time\n--- | --- | --- | --- | --- | ---\n[Ribeiro et al. 2016](http://dx.doi.org/10.1155/2016/6584725) | Oct. 2016 | Conventional | WL | Neoplastic vs. Non-neoplastic | No\n[Zhang R. et al. 2017](https://doi.org/10.1109/JBHI.2016.2635662) | Jan. 2017 | Conventional | NBI, WL | Adenoma vs. hyperplastic \u003cbr/\u003e Resectable vs. non-resectable\u003cbr/\u003e Adenoma vs. hyperplastic vs. serrated | No\n[Byrne et al. 2017](https://doi.org/10.1136/gutjnl-2017-314547) | Oct. 2017 | Conventional | NBI | Adenoma vs. hyperplastic | Yes\n[Komeda et al. 2017](https://doi.org/10.1159/000481227) | Dec. 2017 | Conventional | NBI, WL, Chromoendoscopy | Adenoma vs. non-adenoma | No\n[Chen et al. 2018](https://doi.org/10.1053/j.gastro.2017.10.010) | Feb. 2018 | Conventional | NBI | Neoplastic vs. hyperplastic | No\n[Lui et al. 2019](https://doi.org/10.1055/a-0849-9548) | Apr. 2019 | Conventional | NBI, WL | Endoscopically curable lesions vs. endoscopically incurable lesion | No\n[Kandel et al. 2019](https://doi.org/10.1016/j.gie.2019.03.613) | June 2019 | Conventional | N/A | Adenoma vs. hyperplastic vs. serrated (sessile serrated adenoma/traditional serrated adenoma) | No\n[Zachariah et al. 2019](https://doi.org/10.14309/ajg.0000000000000429) | Oct. 2019 | Conventional | NBI, WL | Adenoma vs. serrated | Yes\n[Bour et al. 2019](https://doi.org/10.1109/ISSPIT47144.2019.9001816) | Dec. 2019 | Conventional | N/A | *Paris classification*: not dangeours (types Ip, Is, IIa, and IIb) vs. dangerous (type IIc) vs. cancer (type III) | No\n[Patino-Barrientos et al. 2020](https://doi.org/10.3390/app10020501) | Jan. 2020 | Conventional | WL | *Kudo's classification*: malignant (types I, II, III, and IV) vs. non-malignant (type V) | No\n[Cheng Tao Pu et al. 2020](https://doi.org/10.1016/j.gie.2020.02.042) | Feb. 2020 | Conventional | NBI, BLI | *Modified Sano's (MS) classification*: MS I (Hyperplastic) vs. MS II (Low-grade tubular adenomas) vs. MS IIo (Nondysplastic or low-grade sessile serrated adenoma/polyp [SSA/P]) vs. MS IIIa (Tubulovillous adenomas or villous adenomas or any high-grade colorectal lesion) vs. MS IIIb (Invasive colorectal cancers) | Yes\n[Young Joo Yang et al. 2020](https://doi.org/10.3390/jcm9051593) | May 2020 | Conventional | WL | 7-class: CRC T1 vs. CRC T2 vs. CRC T3 vs. CRC T4 vs. high-grade dysplasia (HGD) vs. tubular adenoma with or without low grade dysplasia (TA) vs. non-neoplastic lesions \u003cbr/\u003e\u003cbr/\u003e 4-class: advanced CRC (T2, T3, and T4) vs. early CRC/HGD (CRC T1 and HGD) vs. TA vs. non-neoplastic lesions \u003cbr/\u003e\u003cbr/\u003e Advanced colorectal lesions (HGD and T1, T2, T3, and T4 lesions) vs. non-advanced colorectal lesions (TA and non-neoplastic lesions) \u003cbr/\u003e\u003cbr/\u003e Neoplastic lesions (TA, HGD, and stages T1, T2, T3, and T4) vs. non-neoplastic lesions | No\n[Yoshida et al. 2021](https://doi.org/10.1007/s00384-021-04006-5) | Aug. 2021 | Conventional | WL, LCI | Neoplastic vs. hyperplastic | Yes\n\n## Simultaneous Polyp Detection and Classification\n\nStudy | Date | Endoscopy type | Imaging technology | Localization type | Multiple polyp | Classes | Real time\n--- | --- | --- | --- | --- | --- | --- | ---\n[Tian Y. et al. 2019](https://doi.org/10.1109/ISBI.2019.8759521)\u003csup\u003e1\u003c/sup\u003e | Apr. 2019 | Conventional | N/A | Bounding box | Yes | *Modified Sano's (MS) classification*: MS I (Hyperplastic) vs. MS II (Low-grade tubular adenomas) vs. MS IIo (Nondysplastic or low-grade sessile serrated adenoma/polyp [SSA/P]) vs. MS IIIa (Tubulovillous adenomas or villous adenomas or any high-grade colorectal lesion) vs. MS IIIb (Invasive colorectal cancers) | No\n[Liu X. et al. 2019](https://doi.org/10.1109/ISNE.2019.8896649) | Oct. 2019 | Conventional | WL | Bounding box | Yes | Polyp vs. adenoma | No\n[Ozawa. et al. 2020](https://doi.org/10.1177/1756284820910659)\u003csup\u003e2\u003c/sup\u003e | Feb. 2020 | Conventional | NBI, WL | Bounding box | Yes | Adenoma vs. hyperplastic vs. sesile serrated adenoma/polyp (SSAP) vs. cancer vs. other types (Peutz-Jeghers, juvenile, or inflammation polyps) | Yes\n[Li K. et al. 2021](http://doi.org/10.1371/journal.pone.0255809)\u003csup\u003e3\u003c/sup\u003e | Aug. 2021 | Conventional | N/A | Bounding box | Yes | Adenoma vs. hyperplastic | Yes\n\n1. Tian X. et al. 2019 work is based on the usage of a single model (RetinaNet) that performs simultaneous polyp detection and classification. However, the paper only reports detection results using the ETIS-Larib dataset and therefore this results are included in the [Polyp Detection and Localization](README.md#polyp-detection-and-localization-1) section.\n2. Ozawa. et al. 2020 work is based on the usage of a single model (Single Show MultiBox Detector, SSD) that performs simultaneous polyp detection and classification. Nevertheless, since the detection and classification results are reported independently, they are included in the sections [Polyp Detection and Localization](README.md#polyp-detection-and-localization-1) and [Polyp Classification](README.md#polyp-classification-1), respectively.\n3. Li K. et al. 2021 work is based on the usage of several single models that perform simultaneous polyp detection ad classification. As they report different types of results (frame-based polyp localization, polyp-based classification, and simultaneous frame-based polyp detection and classification), they are included in the three results sections.\n\n# Datasets\n\n## Public Datasets\n\nDataset | References | Description | Format | Resolution (w x h) | Ground truth | Used in\n--- | --- | --- | --- | --- | --- | ---\nCVC-ClinicDB | [Bernal et al. 2015](https://doi.org/10.1016/j.compmedimag.2015.02.007) \u003cbr/\u003e https://polyp.grand-challenge.org/CVCClinicDB/ | 612 sequential WL images with polyps extracted from 31 sequences (23 patients) with 31 different polyps. | Image | 384 × 288 | Polyp locations (binary mask) | [Brandao et al. 2018](https://doi.org/10.1142/S2424905X18400020), [Zheng Y. et al. 2018](https://doi.org/10.1109/EMBC.2018.8513337), [Shin Y. et al. 2018](https://doi.org/10.1109/ACCESS.2018.2856402), [Wang et al. 2018](https://doi.org/10.1038/s41551-018-0301-3), [Qadir et al. 2019](https://doi.org/10.1109/JBHI.2019.2907434), [Sornapudi et al. 2019](https://doi.org/10.3390/app9122404), [Wittenberg et al. 2019](https://doi.org/10.1515/cdbme-2019-0059), [Jia X. et al. 2020](https://doi.org/10.1109/TASE.2020.2964827), [Ma Y. et al. 2020](https://doi.org/10.1109/ISBI45749.2020.9098663), [Young Lee J. et al. 2020](https://doi.org/10.1038/s41598-020-65387-1), [Podlasek J. et al. 2020](https://doi.org/10.1055/a-1388-6735), [Qadir et al. 2021](https://doi.org/10.1016/j.media.2020.101897), [Xu J. et al. 2021](https://doi.org/10.1016/j.bspc.2021.102503), [Pacal et al. 2021](https://doi.org//10.1016/j.compbiomed.2021.104519), [Liu et al. 2021](https://doi.org/10.1016/j.media.2021.102052), [Nogueira-Rodríguez et al. 2022](https://doi.org/10.3390/diagnostics12040898)\nCVC-ColonDB | [Bernal et al. 2012](https://doi.org/10.1016/j.patcog.2012.03.002) \u003cbr/\u003e [Vázquez et al. 2017](https://doi.org/10.1155/2017/4037190) | 300 sequential WL images with polyps extracted from 13 sequences (13 patients). | Image | 574 × 500 | Polyp locations (binary mask) | [Tajbakhsh et al. 2015](https://doi.org/10.1109/ISBI.2015.7163821), [Brandao et al. 2018](https://doi.org/10.1142/S2424905X18400020), [Zheng Y. et al. 2018](https://doi.org/10.1109/EMBC.2018.8513337), [Sornapudi et al. 2019](https://doi.org/10.3390/app9122404), [Jia X. et al. 2020](https://doi.org/10.1109/TASE.2020.2964827), [Podlasek J. et al. 2020](https://doi.org/10.1055/a-1388-6735), [Qadir et al. 2021](https://doi.org/10.1016/j.media.2020.101897), [Xu J. et al. 2021](https://doi.org/10.1016/j.bspc.2021.102503), [Pacal et al. 2021](https://doi.org//10.1016/j.compbiomed.2021.104519), [Li K. et al. 2021](http://doi.org/10.1371/journal.pone.0255809), [Nogueira-Rodríguez et al. 2022](https://doi.org/10.3390/diagnostics12040898)\nCVC-EndoSceneStill | [Vázquez et al. 2017](https://doi.org/10.1155/2017/4037190) | 912 WL images with polyps extracted from 44 videos (CVC-ClinicDB + CVC-ColonDB). | Image | 574 × 500, 384 × 288 | Locations for polyp, background, lumen and specular lights (binary mask) | [Sánchez-Peralta et al. 2020](https://doi.org/10.3390/app10238501)\nCVC-PolypHD | [Bernal et al. 2012](https://doi.org/10.1016/j.patcog.2012.03.002) \u003cbr/\u003e [Vázquez et al. 2017](https://doi.org/10.1155/2017/4037190) \u003cbr\u003e [Bernal et al. 2021](https://doi.org/10.1007/978-3-030-64340-9_19) \u003cbr/\u003e https://giana.grand-challenge.org | 56 WL images. | Image | 1920 × 1080 | Polyp locations (binary mask) | [Sornapudi et al. 2019](https://doi.org/10.3390/app9122404), [Nogueira-Rodríguez et al. 2022](https://doi.org/10.3390/diagnostics12040898)\nETIS-Larib | [Silva et al. 2014](https://doi.org/10.1007/s11548-013-0926-3) \u003cbr/\u003e https://polyp.grand-challenge.org/ETISLarib/ | 196 WL images with polyps extracted from 34 sequences with 44 different polyps. | Image | 1225 × 966 | Polyp locations (binary mask) | [Brandao et al. 2018](https://doi.org/10.1142/S2424905X18400020), [Zheng Y. et al. 2018](https://doi.org/10.1109/EMBC.2018.8513337), [Shin Y. et al. 2018](https://doi.org/10.1109/ACCESS.2018.2856402), [Tian Y. et al. 2019](https://doi.org/10.1109/ISBI.2019.8759521), [Ahmad et al. 2019](https://doi.org/10.1016/j.gie.2019.03.1135), [Sornapudi et al. 2019](https://doi.org/10.3390/app9122404), [Wittenberg et al. 2019](https://doi.org/10.1515/cdbme-2019-0059), [Jia X. et al. 2020](https://doi.org/10.1109/TASE.2020.2964827), [Podlasek J. et al. 2020](https://doi.org/10.1055/a-1388-6735), [Qadir et al. 2021](https://doi.org/10.1016/j.media.2020.101897), [Xu J. et al. 2021](https://doi.org/10.1016/j.bspc.2021.102503), [Pacal et al. 2021](https://doi.org//10.1016/j.compbiomed.2021.104519), [Liu et al. 2021](https://doi.org/10.1016/j.media.2021.102052), [Pacal et al. 2022](https://doi.org/10.1016/j.compbiomed.2021.105031), [Nogueira-Rodríguez et al. 2022](https://doi.org/10.3390/diagnostics12040898)\nKvasir-SEG / HyperKvasir | [Pogorelov et al. 2017](https://doi.org/10.1145/3083187.3083212) \u003cbr/\u003e [Jha et al. 2020](https://doi.org/10.1007/978-3-030-37734-2_37) \u003cbr/\u003e [Borgli et al. 2020](https://doi.org/10.1038/s41597-020-00622-y) \u003cbr/\u003e https://datasets.simula.no/kvasir-seg \u003cbr/\u003e https://datasets.simula.no/hyper-kvasir/ | 1 000 polyp images | Image | Various resolutions | Polyp locations (binary mask and bounding box) | [Sánchez-Peralta et al. 2020](https://doi.org/10.3390/app10238501), [Podlasek J. et al. 2020](https://doi.org/10.1055/a-1388-6735), [Nogueira-Rodríguez et al. 2022](https://doi.org/10.3390/diagnostics12040898)\nASU-Mayo Clinic Colonoscopy Video | [Tajbakhsh et al. 2016](https://doi.org/10.1109/TMI.2015.2487997) \u003cbr/\u003e https://polyp.grand-challenge.org/AsuMayo/ | 38 small SD and HD video sequences: 20 training videos annotated with ground truth and 18 testing videos without ground truth annotations. WL and NBI. | Video | 688 × 550 | Polyp locations (binary mask) | [Yu et al. 2017](https://doi.org/10.1109/JBHI.2016.2637004), [Brandao et al. 2018](https://doi.org/10.1142/S2424905X18400020), [Zhang R. et al. 2018](https://doi.org/10.1016/j.patcog.2018.05.026), [Ahmad et al. 2019](https://doi.org/10.1016/j.gie.2019.03.1135), [Sornapudi et al. 2019](https://doi.org/10.3390/app9122404), [Wittenberg et al. 2019](https://doi.org/10.1515/cdbme-2019-0059), [Mohammed et al. 2018](http://bmvc2018.org/contents/papers/0487.pdf), [Li K. et al. 2021](http://doi.org/10.1371/journal.pone.0255809)\nCVC-ClinicVideoDB | [Angermann et al. 2017](https://doi.org/10.1007/978-3-319-67543-5_3) \u003cbr/\u003e [Bernal et al. 2018](https://hal.archives-ouvertes.fr/hal-01846141) \u003cbr/\u003e [Bernal et al. 2021](https://doi.org/10.1007/978-3-030-64340-9_18) \u003cbr/\u003e https://giana.grand-challenge.org | 38 short and long sequences: 18 SD videos for training. | Video | 768 × 576 | Polyp locations (binary mask) | [Shin Y. et al. 2018](https://doi.org/10.1109/ACCESS.2018.2856402), [Qadir et al. 2019](https://doi.org/10.1109/JBHI.2019.2907434), [Ma Y. et al. 2020](https://doi.org/10.1109/ISBI45749.2020.9098663), [Xu J. et al. 2021](https://doi.org/10.1016/j.bspc.2021.102503), [Nogueira-Rodríguez et al. 2022](https://doi.org/10.3390/diagnostics12040898)\nColonoscopic Dataset | [Mesejo et al. 2016](https://doi.org/10.1109/TMI.2016.2547947) \u003cbr/\u003e http://www.depeca.uah.es/colonoscopy_dataset/ | 76 short videos (both NBI and WL). | Video | 768 × 576 | Polyp classification (Hyperplastic vs. adenoma vs. serrated) | [Zhang R. et al. 2017](https://doi.org/10.1109/JBHI.2016.2635662), [Li K. et al. 2021](http://doi.org/10.1371/journal.pone.0255809)\nPICCOLO | [Sánchez-Peralta et al. 2020](https://doi.org/10.3390/app10238501) \u003cbr/\u003e https://www.biobancovasco.org/en/Sample-and-data-catalog/Databases/PD178-PICCOLO-EN.html | 3 433 images (2 131 WL and 1 302 NBI) from 76 lesions from 40 patients. | Image | 854 × 480, 1920 × 1080 | Polyp locations (binary mask) \u003cbr/\u003e Polyp classification, including: Paris and NICE classifications, Adenocarcinoma vs. Adenoma vs. Hyperplastic, and histological stratification | [Sánchez-Peralta et al. 2020](https://doi.org/10.3390/app10238501), [Pacal et al. 2022](https://doi.org/10.1016/j.compbiomed.2021.105031), [Nogueira-Rodríguez et al. 2022](https://doi.org/10.3390/diagnostics12040898)\nLDPolypVideo | [Ma Y. et al. 2021](https://doi.org/10.1007/978-3-030-87240-3_37) \u003cbr/\u003e https://github.com/dashishi/LDPolypVideo-Benchmark | 160 videos (40 187 frames: 33 876 polyp images and 6 311 non-polyp images) with 200 labeled polyps. \u003cbr/\u003e 103 videos (861 400 frames: 371 400 polyp images and 490 000 non-polyp images) without full annotations. | Video | 768 x 576 (videos), 560 × 480 (images) | Polyp locations (bounding box) | [Ma Y. et al. 2021](https://doi.org/10.1007/978-3-030-87240-3_37), [Nogueira-Rodríguez et al. 2022](https://doi.org/10.3390/diagnostics12040898)\nKUMC dataset | [Li K. et al. 2021](http://doi.org/10.1371/journal.pone.0255809) \u003cbr/\u003e https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/FCBUOR | 80 colonoscopy video sequences. It also aggregates the CVC-ColonDB, ASU-Mayo Clinic Colonoscopy Video, and Colonoscopic Dataset datasets. | Image | Various resolutions | Polyp locations (bounding box) \u003cbr/\u003e Polyp classification: Adenoma vs. Hyperplastic | [Li K. et al. 2021](http://doi.org/10.1371/journal.pone.0255809), [Nogueira-Rodríguez et al. 2022](https://doi.org/10.3390/diagnostics12040898)\nCP-CHILD-A, CP-CHILD-B | [Wang W. et al. 2020](http://doi.org/10.1186/s12880-020-00482-3) \u003cbr/\u003e https://figshare.com/articles/dataset/CP-CHILD_zip/12554042 | CP-CHILD-A contains 1 000 polyp images and 7 000 non-polyp images. \u003cbr/\u003e CP-CHILD-B contains 400 polyp images and 1 100 normal or other pathological images. | Image | 256 × 256 | Polyp detection: polyp vs. non-polyp annotations | [Wang W. et al. 2020](http://doi.org/10.1186/s12880-020-00482-3)\nSUN | [Misawa et al. 2021](https://doi.org/10.1016/j.gie.2020.07.060) \u003cbr/\u003e http://amed8k.sundatabase.org/ | 49 136 images with polyps from different 100 polyps. 109 554 non-polyp images from 13 video sequences. | Image | N/A | Polyp locations (bounding box) | [Misawa et al. 2021](https://doi.org/10.1016/j.gie.2020.07.060), [Pacal et al. 2022](https://doi.org/10.1016/j.compbiomed.2021.105031), [Nogueira-Rodríguez et al. 2022](https://doi.org/10.3390/diagnostics12040898)\nColorectal Polyp Image Cohort (PIBAdb) | https://www.iisgaliciasur.es/home/biobanco/colorectal-polyp-image-cohort-pibadb/?lang=en | ~31 400 polyp images (~22 600 WL and ~8 800 NBI) from 1 176 different polyps. \u003cbr/\u003e ~17 300 non-polyp images (including ~2 800 normal-mucosa images and ~500 clean-mucosa images) | Video and image | 768 × 576 | Polyp locations (bounding box) \u003cbr/\u003e Polyp classification: Adenoma vs. Hyperplastic vs. Sessile Serrated Adenoma vs. Traditional Serrated Adenoma vs. Non Epithelial Neoplastic vs. Invasive | [Nogueira-Rodríguez et al. 2022](https://doi.org/10.3390/diagnostics12040898), [Nogueira-Rodríguez et al. 2023](https://doi.org/10.3390/diagnostics13050966)\nPOLAR (POLyp Artificial Recognition) database | https://clinicaltrials.gov/study/NCT03822390 \u003cbr/\u003e https://www.amc.nl/web/polar-database.htm | Training dataset: 2 637 non-magnified NBI images from 1 339 unique polyps detected during 555 different colonoscopies. \u003cbr/\u003e Validation dataset: 730 polyps from 251 patients, prospectively collected by 20 endoscopists from 8 hospitals. | Image | N/A | Polyp locations (bounding box) \u003cbr/\u003e Polyp classification: Adenomas vs. Hyperplastic vs. Sessile Serrated Adenoma |\nNBIPolyp-UCdb | [Figueiredo et al. 2019](https://doi.org/10.1016/j.bspc.2019.101577) \u003cbr/\u003e https://www.mat.uc.pt/~isabelf/Polyp-UCdb/NBIPolyp-UCdb.html | 86 NBI images from 11 colonoscopy videos. | Image |  576 × 720 pixels | Polyp locations (binary mask) |\nWLPolyp-UCdb | [Figueiredo et al. 2019](https://doi.org/10.1055/a-0808-4456) \u003cbr/\u003e [Figueiredo et al. 2020](https://doi.org/10.1016/j.bspc.2020.102035) \u003cbr/\u003e https://www.mat.uc.pt/~isabelf/Polyp-UCdb/WLPolyp-UCdb.html | 1 680 polyp images from 42 different polyps (40 images/polyp). \u003cbr/\u003e 1 360 normal colonic mucosa images. | Image |  576 × 720 pixels | No ground truth provided. |\nPolypGen | [Ali et al. 2023](https://doi.org/10.1038/s41597-023-01981-y) \u003cbr/\u003e https://github.com/DebeshJha/PolypGen \u003cbr/\u003e https://www.synapse.org/#!Synapse:syn26376615/wiki/613312 |  1 537 polyp images, 2 225 positive video sequences, and 4,275 negative frames. | Video and image |  N/A | Polyp locations (binary mask). |\nEDD2020 | [Ali et al. 2020](https://dx.doi.org/10.21227/f8xg-wb80) \u003cbr/\u003e https://arxiv.org/abs/2003.03376 | 180 polyp images. | Image | Various resolutions | Polyp locations (binary mask). |\nBKAI-IGH Neopolyp | [Dinh Sang 2021](https://kaggle.com/competitions/bkai-igh-neopolyp) | 1 000 polyp images with location, 200 polyp images without location, and 160 positive video sequences. | Video and image | 768 x 576 (videos), various resolutions (images) | Polyp locations for images (binary mask). | [Ngoc Lan et al. 2022](https://link.springer.com/chapter/10.1007/978-3-030-90436-4_2) \nERS | [Cychnerski et al. 2022](https://arxiv.org/abs/2201.08746) \u003cbr/\u003e https://cvlab.eti.pg.gda.pl/en/publications/endoscopy-dataset | 302 polyp videos and 295 videos without polyp. | Video | 720 x 576 | Polyp locations (binary mask). |\nPolypDiag | [Tian et al. 2022](https://link.springer.com/chapter/10.1007/978-3-031-16437-8_9) \u003cbr/\u003ehttps://github.com/tianyu0207/weakly-polyp | 162 polyp videos and 91 videos without polyp. | Video | 560 x 480 | No ground truth provided. |[Wang et al. 2023](https://arxiv.org/abs/2306.16741)\nERCPMPv4 | [Forootan et al. 2023](https://doi.org/10.17632/7grhw5tv7n.4) | 360 images of 82 polyps and 20 videos of 19 polyps. | Video and image | 480 x 288 (videos), various resolutions (images) | No ground truth provided. |\n\n## Private Datasets\n\nStudy | Patients | No. Images | No. Videos | No. Unique Polyps | Purpose | Comments\n--- | --- | --- | --- | --- | --- | ---\n[Tajbakhsh et al. 2015](https://doi.org/10.1109/ISBI.2015.7163821) | N/A | 35 000 \u003cbr/\u003e With polyps: 7 000 \u003cbr/\u003e Without polyps: 28 000 | 40 short videos (20 positive and 20 negative) | N/A | Polyp localization\t| -\n[Zhu R. et al. 2015](https://doi.org/10.1109/CISP.2015.7407907) | N/A | 180 | - | N/A | Polyp localization | -\n[Park and Sargent 2016](https://doi.org/10.1117/12.2217148) | N/A | 652 \u003cbr/\u003e With polyps: 92 | 35 (20’ to 40’) | N/A | Polyp localization | - \n[Ribeiro et al. 2016](http://dx.doi.org/10.1155/2016/6584725) | 66 to 86 | 85 to 126 | - | N/A | Polyp classification (neoplastic vs non-neoplastic) | 8 datasets by combining: (i) with or without staining mucosa, (ii) 4 acquisition modes (without CVC, i-Scan1, i-Scan2, i-Scan3).\n[Zhang R. et al. 2017](https://doi.org/10.1109/JBHI.2016.2635662), [Zheng Y. et al. 2018](https://doi.org/10.1109/EMBC.2018.8513337) | N/A | 1930 \u003cbr/\u003e Without polyps: 1 104 \u003cbr/\u003e Hyperplastic: 263 \u003cbr/\u003e Adenomatous: 563 | - | 215 polyps (65 hyperplastic and 150 adenomatous) | Polyp classification (hyperplastic vs. adenomatous) | PWH Database. \u003cbr/\u003e Images taken under either WL or NBI endoscopy.\n[Yuan and Meng 2017](https://doi.org/10.1002/mp.12147) | 35 | 4 000 \u003cbr/\u003e Normal WCE images: 3 000 (1 000 bubbles, 1 000 turbid, and 1 000 clear) \u003cbr/\u003e Polyp images: 1 000 | - | N/A | Polyp detection | -\n[Byrne et al. 2017](https://doi.org/10.1136/gutjnl-2017-314547) | N/A | N/A | 388 | N/A | Polyp classification (hyperplastic vs. adenomatous) | \n[Komeda et al. 2017](https://doi.org/10.1159/000481227) | N/A | 1 800 \u003cbr/\u003e Adenomatous: 1200 \u003cbr/\u003e Non-adenomatous: 600 | - | N/A | Polyp classification (adenomatous vs. non-adenomatous) | -\n[Chen et al. 2018](https://doi.org/10.1053/j.gastro.2017.10.010) | N/A | 2 441 \u003cbr/\u003e Training: \u003cbr/\u003e - Neoplastic: 1476 \u003cbr/\u003e - Hyperplastic: 681 \u003cbr/\u003e Testing: \u003cbr/\u003e - Neoplastic: 188 \u003cbr/\u003e - Hyperplastic: 96 | - | N/A | Polyp classification (hyperplastic vs. neoplastic) | -\n[Misawa et al. 2018](https://doi.org/10.1053/j.gastro.2018.04.003) | 73 | N/A | 546 (155 positive and 391 negative) | 155 | Polyp detection | -\n[Urban et al. 2018](https://doi.org/10.1053/j.gastro.2018.06.037) | \u003e 2000 | 8 641 | - | 4 088 | Polyp localization | Used as training dataset.\n[Urban et al. 2018](https://doi.org/10.1053/j.gastro.2018.06.037) | N/A | 1 330 \u003cbr/\u003e With polyps: 672 \u003cbr/\u003e Without polyps: 658 | - | 672 | Polyp localization | Used as independent dataset for testing.\n[Urban et al. 2018](https://doi.org/10.1053/j.gastro.2018.06.037) | 9 | 44 947 \u003cbr/\u003e With polyps: 13 292 \u003cbr/\u003e Without polyps: 31 655 | 9 | 45 | Polyp localization | Used as independent dataset for testing.\n[Urban et al. 2018](https://doi.org/10.1053/j.gastro.2018.06.037) | 11 | N/A | 11 | 73 | Polyp localization | Used as independent dataset for testing with “deliberately more challenging colonoscopy videos.”.\n[Wang et al. 2018](https://doi.org/10.1038/s41551-018-0301-3) | 1 290 | 5 545 \u003cbr/\u003e With polyps: 3 634 \u003cbr/\u003e Without polyps: 1 911 | - | N/A | Polyp localization | Used as training dataset.\n[Wang et al. 2018](https://doi.org/10.1038/s41551-018-0301-3) | 1 138 | 27 113 \u003cbr/\u003e With polyps: 5 541 \u003cbr/\u003e Without polyps: 21 572 | - | 1 495 | Polyp localization | Used as testing dataset.\n[Wang et al. 2018](https://doi.org/10.1038/s41551-018-0301-3) | 110 | - | 138 | 138 | Polyp localization | Used as testing dataset.\n[Wang et al. 2018](https://doi.org/10.1038/s41551-018-0301-3) | 54 | - | 54 | 0 | Polyp localization | Used as testing dataset.\n[Lui et al. 2019](https://doi.org/10.1055/a-0849-9548) | N/A | 8 000 \u003cbr/\u003e Curable lesions: 4 000 \u003cbr/\u003e Incurable lesions: 4 000 | - | Curable lesions: 159 \u003cbr/\u003e Incurable lesions: 493 | Polyp classification (endoscopically curable vs. incurable lesions) | Used as training dataset. \u003cbr/\u003e This study is focused on larger endoscopic lesions with risk of submucosal invasion and lymphovascular permeation. \n[Lui et al. 2019](https://doi.org/10.1055/a-0849-9548) | N/A | 567 | - | Curable: 56 \u003cbr/\u003e Incurable: 20 | Polyp classification (endoscopically curable vs. incurable lesions) | Used as testing dataset. \u003cbr/\u003e This study is focused on larger endoscopic lesions with risk of submucosal invasion and lymphovascular permeation.\n[Tian Y. et al. 2019](https://doi.org/10.1109/ISBI.2019.8759521) | 218 | 871 \u003cbr/\u003e MS I: 102 \u003cbr/\u003e MS II: 346 \u003cbr/\u003e MS IIo: 281 \u003cbr/\u003e MS IIIa: 79 \u003cbr/\u003e MS IIIb: 63 | - | N/A | Polyp classification (5 classes) | -\n[Blanes-Vidal et al. 2019](https://doi.org/10.1080/0284186X.2019.1584404) | 255 | 11 300 \u003cbr/\u003e With polyps: 4 800 \u003cbr/\u003e Without polyps: 6 500 | N/A | 331 polyps (OC) and 375 (CCE) | Polyp localization | CCE: Colorectal capsule endoscopy. \u003cbr/\u003e OC: conventional optical colonoscopy.\n[Zhang X. et al. 2019](https://doi.org/10.1371/journal.pone.0214133) | 215 | 404 | - | N/A | Polyp localization | -\n[Misawa et al. 2019](https://doi.org/10.1016/j.gie.2019.03.1134) | N/A | 3 017 088 | - | 930 | Polyp detection | Used as training set.\n[Misawa et al. 2019](https://doi.org/10.1016/j.gie.2019.03.1134) | 64 (47 with polyps and 17 without polyps) | N/A | N/A | 87 | Polyp detection | Used as testing set.\n[Kandel et al. 2019](https://doi.org/10.1016/j.gie.2019.03.613) | 552 | N/A | - | 963 | Polyp classification (hyperplastic, serrated adenomas (sessile/traditional), adenomas) | \n[Zachariah et al. 2019](https://doi.org/10.14309/ajg.0000000000000429) | N/A | 5 278 \u003cbr/\u003e Adenoma: 3 310 \u003cbr/\u003e Serrated: 1 968 | - | 5 278 | Polyp classification (adenoma vs. serrated) | Used as training set.\n[Zachariah et al. 2019](https://doi.org/10.14309/ajg.0000000000000429) | N/A | 634 | - | N/A | Polyp classification (adenoma vs. serrated) | Used as testing set.\n[Zhu X. et al. 2019](https://doi.org/10.1016/j.gie.2019.03.1087) | 283 | 1 991 | - | N/A | Polyp detection | Adenomatous polyps.\n[Ahmad et al. 2019](https://doi.org/10.1016/j.gie.2019.03.1135) | N/A | 83 716 \u003cbr/\u003e With polyps: 14 634 \u003cbr/\u003e Without polyps: 69 082 | 17 | 83 | Polyp localization | White Light Images.\n[Sornapudi et al. 2019](https://doi.org/10.3390/app9122404) | N/A | 55 | N/A | 67 | Polyp localization | Wireless Capsule Endoscopy videos. \u003cbr/\u003e Used as testing set.\n[Sornapudi et al. 2019](https://doi.org/10.3390/app9122404) | N/A | 1 800 \u003cbr/\u003e With polyps: 530 \u003cbr/\u003e Without polyps: 1 270 | 18 | N/A | Polyp localization | Wireless Capsule Endoscopy videos. \u003cbr/\u003e Used as training set.\n[Wittenberg et al. 2019](https://doi.org/10.1515/cdbme-2019-0059) | N/A | 2 484 | - | 2 513 | Polyp localization | -\n[Yuan Y. et al. 2019](https://doi.org/10.1109/TASE.2019.2936645) | 80 | 7 200 \u003cbr/\u003e Polyp images: 1 200 \u003cbr/\u003e Normal images (mucosa, bubbles, and turbid): 6 000 | 80 | N/A | Polyp detection | -\n[Ma Y. et al. 2019](https://doi.org/10.1109/ISNE.2019.8896576) | 1 661 | 3 428 | - | N/A | Polyp localization | -\n[Liu X. et al. 2019](https://doi.org/10.1109/ISNE.2019.8896649) | 2 000 | 8 000 \u003cbr/\u003e Polyp: 872 \u003cbr/\u003e Adenoma: 1 210 | - | N/A | Polyp localization and classification (polyp vs. adenoma) | -\n[Bour et al. 2019](https://doi.org/10.1109/ISSPIT47144.2019.9001816) | N/A | 785 \u003cbr/\u003e Not dangerous: 699 \u003cbr/\u003e Dangerous: 25\u003cbr/\u003e Cancer: 61 | - | N/A | Polyp classification (not dangerous vs. dangerous vs. cancer) | -\n[Patino-Barrientos et al. 2020](https://doi.org/10.3390/app10020501) | 142 | 600 \u003cbr/\u003e Type I: 47 \u003cbr/\u003e Type II: 90 \u003cbr/\u003e Type III: 183 \u003cbr/\u003e Type IV: 187 \u003cbr/\u003e Type V: 93 | - | N/A | Polyp classification (malignant vs. non-malignant) | -\n[Cheng Tao Pu et al. 2020](https://doi.org/10.1016/j.gie.2020.02.042) | N/A | 1 235 \u003cbr/\u003e MS I: 103 \u003cbr/\u003e MS II: 429 \u003cbr/\u003e MS IIo: 293 \u003cbr/\u003e MS IIIa: 295 \u003cbr/\u003e MS IIIb: 115 | - | N/A | Polyp classification (5 classes) | Australian (AU) dataset (NBI). \u003cbr/\u003e Used as training set.\n[Cheng Tao Pu et al. 2020](https://doi.org/10.1016/j.gie.2020.02.042) | N/A | 20 \u003cbr/\u003e MS I: 3 \u003cbr/\u003e MS II: 5 \u003cbr/\u003e MS IIo: 2 \u003cbr/\u003e MS IIIa: 7 \u003cbr/\u003e MS IIIb: 3 | - | N/A | Polyp classification (5 classes) | Japan (JP) dataset (NBI). \u003cbr/\u003e Used as testing set.\n[Cheng Tao Pu et al. 2020](https://doi.org/10.1016/j.gie.2020.02.042) | N/A | 49 \u003cbr/\u003e MS I: 9 \u003cbr/\u003e MS II: 10 \u003cbr/\u003e MS IIo: 10 \u003cbr/\u003e MS IIIa: 11 \u003cbr/\u003e MS IIIb: 9 | - | N/A | Polyp classification (5 classes) | Japan (JP) dataset (BLI). \u003cbr/\u003e Used as testing set.\n[Ozawa. et al. 2020](https://doi.org/10.1177/1756284820910659) | 3 417 (3 021 with polyps and 396 without polyps) | 20 431 \u003cbr/\u003e\u003cbr/\u003e WL: 17 566 \u003cbr/\u003e - Adenoma: 9 310 \u003cbr/\u003e - Hyperplastic: 2 002 \u003cbr/\u003e - SSAP: 116 \u003cbr/\u003e - Cancer: 1 468 \u003cbr/\u003e - Other types: 657 \u003cbr/\u003e - Normal mucosa: 4 013 \u003cbr/\u003e\u003cbr/\u003e NBI: 2 865 \u003cbr/\u003e - Adenoma: 2 085 \u003cbr/\u003e - Hyperplastic: 519 \u003cbr/\u003e - SSAP: 23 \u003cbr/\u003e - Cancer: 131 \u003cbr/\u003e - Other types: 107 \u003cbr/\u003e - Normal mucosa: 0 | - | 4 752 \u003cbr/\u003e Adenoma: 3 513 \u003cbr/\u003e Hyperplastic: 1 058 \u003cbr/\u003e SSAP: 22 \u003cbr/\u003e Cancer: 68 \u003cbr/\u003e Other types: 91 | Polyp localization and classification (Adenoma vs. hyperplastic vs. SSAP vs. cancer vs. other types) | Used as training set.\n[Ozawa. et al. 2020](https://doi.org/10.1177/1756284820910659) | 174 | 7 077 \u003cbr/\u003e\u003cbr/\u003e WL: 6 748 \u003cbr/\u003e - Adenoma: 639 \u003cbr/\u003e - Hyperplastic: 145 \u003cbr/\u003e - SSAP: 33 \u003cbr/\u003e - Cancer: 30 \u003cbr/\u003e - Other types: 27 \u003cbr/\u003e - Normal mucosa: 5 874 \u003cbr/\u003e\u003cbr/\u003e NBI: 329 \u003cbr/\u003e - Adenoma: 208 \u003cbr/\u003e - Hyperplastic: 69 \u003cbr/\u003e - SSAP: 8 \u003cbr/\u003e - Cancer: 3 \u003cbr/\u003e - Other types: 10 \u003cbr/\u003e - Normal mucosa: 31 | - | 309 \u003cbr/\u003e Adenoma: 218 \u003cbr/\u003e Hyperplastic: 63 \u003cbr/\u003e SSAP: 7 \u003cbr/\u003e Cancer: 4 \u003cbr/\u003e Other types: 17 | Polyp localization and classification (Adenoma vs. hyperplastic vs. SSAP vs. cancer vs. other types) | Used as testing set.\n[Young Lee J. et al. 2020](https://doi.org/10.1038/s41598-020-65387-1) | 103 | 8 075 | 181 | N/A | Polyp localization | Used as training set.\n[Young Lee J. et al. 2020](https://doi.org/10.1038/s41598-020-65387-1) | 203 | 420 | N/A | 322 hyperplastic or sessile serrated adenomas | Polyp localization | Used as training set.\n[Young Lee J. et al. 2020](https://doi.org/10.1038/s41598-020-65387-1) | 7 | 108 778 \u003cbr/\u003e - With polyps: 7 022 \u003cbr/\u003e - Without polyps: 101 756 | 7 | 26 | Polyp localization | Used as testing set.\n[Young Joo Yang et al. 2020](https://doi.org/10.3390/jcm9051593) | 1 339 | 3 828 \u003cbr/\u003e - Tubular adenoma: 1 316 \u003cbr/\u003e - Non-neoplastic: 896 \u003cbr/\u003e - High-grade dysplasia: 621 \u003cbr/\u003e | - | N/A | Polyp classification | Used as training/test set.\n[Young Joo Yang et al. 2020](https://doi.org/10.3390/jcm9051593) | 240 | 240 \u003cbr/\u003e - Tubular adenoma: 116 \u003cbr/\u003e - Non-neoplastic: 113 \u003cbr/\u003e - Early CRC/High-grade dysplasia: 8\u003cbr/\u003e - Advanced CRC: 3 | - | N/A | Polyp classification | External validation dataset.\n[Li T. et al. 2020](https://doi.org/10.1055/a-1229-3927) | - | 7 384 \u003cbr/\u003e - With polyps: 509 \u003cbr/\u003e - Without polyps: 6 875 | 23 | N/A | Polyp detection | Colonoscopy videos obtained from YouTube, VideoGIE, and Vimeo.\n[Podlasek J. et al. 2020](https://doi.org/10.1055/a-1388-6735) | 123 | 79 284 | 157 | N/A | Polyp localization | Used as development (train/validation split) dataset.\n[Podlasek J. et al. 2020](https://doi.org/10.1055/a-1388-6735) | - | 2 678 | - | N/A | Polyp localization | Used as development (train/validation split) dataset.\n[Podlasek J. et al. 2020](https://doi.org/10.1055/a-1388-6735) | 34 | - | 42 | N/A | Polyp localization | Used as testing dataset.\n[Xu J. et al. 2021](https://doi.org/10.1016/j.bspc.2021.102503) | 262 | 1 482 | - | 1 683 | Polyp localization | RenjiImageDB. Used as testing set.\n[Xu J. et al. 2021](https://doi.org/10.1016/j.bspc.2021.102503) | 14 | 8 837 \u003cbr/\u003e With polyps: 3 294 \u003cbr/\u003e Without polyps: 5 543 | 14 | 15 | Polyp localization | RenjiVideoDB. Used as testing set.\n[Misawa et al. 2021](https://doi.org/10.1016/j.gie.2020.07.060) | N/A | 56 668 \u003cbr/\u003e With polyps: 55 644 \u003cbr/\u003e Without polyps: 1024 | N/A | N/A | Polyp localization | Used as development (train/validation split) dataset.\n[Livovsky et al. 2021](https://doi.org/10.1016/j.gie.2021.06.021) | 2 487 | With polyps: 204 687 (189 994 video frames + 14 693 still images) \u003cbr/\u003e Without polyps: 80 M (80 M video frames + 158 646 still images) | 3 611 | 8 471 | Polyp localization | Used as training set.\n[Livovsky et al. 2021](https://doi.org/10.1016/j.gie.2021.06.021) | 1 181 | 33 M video frames | 1 393 | 3 680 | Polyp localization | Used as testing set.\n[Nogueira-Rodríguez et al. 2021](https://doi.org/10.1007/s00521-021-06496-4) | 330 | 28 576 \u003cbr/\u003e White-light: 21 046 \u003cbr/\u003e NBI: 7 530 | - | 941 | Polyp localization | -\n[Yoshida et al. 2021](https://doi.org/10.1007/s00384-021-04006-5) | 25 | N/A | N/A | 100: \u003cbr/\u003e LED endoscope: 53  (25 neoplastic and 28 hyperplastic) \u003cbr/\u003e LASER endoscope: 47 (30 neoplastic and 17 hyperplastic) | Polyp localization and classification (neoplastic vs. hyperplastic) | Testing set to evaluate the CAD EYE (Fujifilm) system.\n[Fitting et al. 2022](https://doi.org/10.1080/00365521.2022.2085059) | N/A | ENDOTEST validation dataset: 24 polyp and their corresponding non-polyp video sequences (22 856 images: 12 161 with polyps and 10 695 without polyps) | ENDOTEST performance dataset: 10 full length colonoscopy videos with 24 different polyps (230 898 images) | N/A | Polyp locations (bounding box) | \n\n# Deep Learning Models and Architectures\n\n## Deep Learning Architectures\n\n### Off-the-shelf Architectures\n\nStudy | Task | Models | Framework | TL | Layers fine-tuned | Layers replaced | Output layer\n--- | --- | --- | --- | --- | --- | --- | ---\n[Ribeiro et al. 2016](http://dx.doi.org/10.1155/2016/6584725) | Classification | AlexNet, GoogLeNet, Fast CNN, Medium CNN, Slow CNN, VGG16, VGG19 | - | ImageNet | N/A | Layers after last CNN layer | SVM\n[Zhang R. et al. 2017](https://doi.org/10.1109/JBHI.2016.2635662) | Detection and classification | CaffeNet | - | ImageNet and Places205 | N/A | Tested connecting classifier to each convolutional layer (5 convolutional layers) | SVM (Poly, Linear, RBF, and Tahn)\n[Chen et al. 2018](https://doi.org/10.1053/j.gastro.2017.10.010) | Classification | Inception v3 | - | ImageNet | N/A | Last layer | FCL\n[Tian Y. et al. 2019](https://doi.org/10.1109/ISBI.2019.8759521) | Localization and Classification | RetinaNet (based on ResNet-50) | N/A | ImageNet | N/A | Last layer | N/A\n[Misawa et al. 2018](https://doi.org/10.1053/j.gastro.2018.04.003), [Misawa et al. 2019](https://doi.org/10.1016/j.gie.2019.03.1134) | Detection | C3D | - | N/A | N/A | N/A | N/A\n[Zheng Y. et al. 2018](https://doi.org/10.1109/EMBC.2018.8513337) | Localization | - | YOLOv1 | PASCAL VOC 2007 and 2012 | All | - | -\n[Shin Y. et al. 2018](https://doi.org/10.1109/ACCESS.2018.2856402) | Localization | Inception ResNet-v2 | Faster R-CNN with post-learning schemes | COCO | All | - | RPN and detector layers\n[Urban et al. 2018](https://doi.org/10.1053/j.gastro.2018.06.037) | Localization | ResNet-50, VGG16, VGG19 | - | ImageNet \u003cbr/\u003e Also without TL | All | Last layer | FCL\n[Wang et al. 2018](https://doi.org/10.1038/s41551-018-0301-3) | Localization | VGG16 | SegNet | N/A | N/A | N/A | N/A\n[Wittenberg et al. 2019](https://doi.org/10.1515/cdbme-2019-0059) | Localization | ResNet101 | Mask R-CNN | COCO | All (incrementally) | Last layer | FCL\n[Yuan Y. et al. 2019](https://doi.org/10.1109/TASE.2019.2936645) | Detection | DenseNet | Tensorflow | - | All | - | FCL\n[Ma Y. et al. 2019](https://doi.org/10.1109/ISNE.2019.8896576) | Localization | SSD Inception v2 | Tensorflow | N/A | N/A | - | -\n[Liu X. et al. 2019](https://doi.org/10.1109/ISNE.2019.8896649) | Localization and classification | Faster R-CNN with Inception Resnet v2 | Tensorflow | COCO | All | - | -\n[Zachariah et al. 2019](https://doi.org/10.14309/ajg.0000000000000429) | Classification | Inception ResNet-v2 | Tensorflow | ImageNet | N/A | Last layer | Graded scale transformation with sigmoid activation\n[Bour et al. 2019](https://doi.org/10.1109/ISSPIT47144.2019.9001816) | Classification | ResNet-50, ResNet-101, Xception, VGG19, Inception v3 | Keras (Tensorflow) | Yes | N/A | Last layer | N/A\n[Patino-Barrientos et al. 2020](https://doi.org/10.3390/app10020501) | Classification | VGG16 | Keras (Tensorflow) | ImageNet | None, Last three | Last layer | Dense with sigmoid activation\n[Ozawa. et al. 2020](https://doi.org/10.1177/1756284820910659) | Localization and Classification | SSD (Single Shot MultiBox Detector) | Caffe | N/A | All | - | -\n[Ma Y. et al. 2020](https://doi.org/10.1109/ISBI45749.2020.9098663) | Localization | YOLOv3, RetinaNet | N/A | ImageNet | N/A | N/A | N/A\n[Young Lee J. et al. 2020](https://doi.org/10.1038/s41598-020-65387-1) | Localization | YOLOv2 | N/A | N/A | N/A | N/A | N/A\n[Young Joo Yang et al. 2020](https://doi.org/10.3390/jcm9051593) | Classification | ResNet-152, Inception-ResNet-v2 | PyTorch | ImageNet | All | N/A | N/A\n[Wang W. et al. 2020](http://doi.org/10.1186/s12880-020-00482-3) | Detection | VGG16, VGG19, ResNet-101, ResNet-152 | PyTorch | - | All | Last layer | Fully Connected Layer or Global Average Pooling\n[Li T. et al. 2020](https://doi.org/10.1055/a-1229-3927) | Detection | AlexNet | Caffe | ImageNet | N/A | N/A | N/A\n[Sánchez-Peralta et al. 2020](https://doi.org/10.3390/app10238501) | Localization | Backbone: VGG-16 or Densenet121, Encoder-decoder: U-Net or LinkNet | Keras (Tensorflow) | No | - | N/A | N/A\n[Podlasek J. et al. 2020](https://doi.org/10.1055/a-1388-6735) | Localization | EfficientNet B4, RetinaNet | N/A | No | - | N/A | N/A\n[Misawa et al. 2021](https://doi.org/10.1016/j.gie.2020.07.060) | Localization | YOLOv3 | N/A | Yes | N/A | - | FCL\n[Livovsky et al. 2021](https://doi.org/10.1016/j.gie.2021.06.021) | Localization | LSTM-SSD | N/A | No | - | - | - \n[Nogueira-Rodríguez et al. 2021](https://doi.org/10.1007/s00521-021-06496-4), [Nogueira-Rodríguez et al. 2022](https://doi.org/10.3390/diagnostics12040898), [Nogueira-Rodríguez et al. 2023](https://doi.org/10.3390/diagnostics13050966) | Localization | YOLOv3 | MXNet | PASCAL VOC 2007 and 2012 | All | - | FCL\n[Ma Y. et al. 2021](https://doi.org/10.1007/978-3-030-87240-3_37) | Localization | RetinaNet, Faster RCNN, YOLOv3, and CenterNet | N/A | ImageNet | - | - | N/A\n\n### Custom Architectures\n\nStudy | Task | Based on | Highlights\n--- | --- | --- | ---\n[Tajbakhsh et al. 2014](https://doi.org/10.1007/978-3-319-10470-6_23), [Tajbakhsh et al. 2015](https://doi.org/10.1109/ISBI.2015.7163821) | Localization | None | Combination of classic computer vision techniques (detection and location) with DL (correction of prediction).\u003cbr/\u003eThe ML method proposes candidate polyps. Then, three sets of multi-scale patches around the candidate are generated (color, shape and temporal). Each set of patches is fed to a corresponding CNN.\u003cbr/\u003eEach CNN has 2 convolutional layers, 2 fully connected layers, and an output layer.\u003cbr/\u003eThe maximum score for each set of patches is computed and averaged.\n[Zhu R. et al. 2015](https://doi.org/10.1109/CISP.2015.7407907) | Localization | LeNet-5 | CNN fed with 32x32 images taken from patches generated via a sliding window of 16 pixels over the original images.\u003cbr/\u003eThe LeNet-5 network inspires the CNN architecture. ReLU used as activation function.\u003cbr/\u003eLast two layers replaced with a cost-sensitive SVM.\u003cbr/\u003ePositively selected patches are combined to generate the final output.\n[Park and Sargent 2016](https://doi.org/10.1117/12.2217148) | Localization | None | Based on a previous [work](https://doi.org/10.1109/TBME.2012.2188397) with no DL techniques.\u003cbr/\u003eAn initial quality assessment and preprocessing step filters and cleans images, and proposes candidate regions of interest (RoI).\u003cbr/\u003eCNN replaces previous feature extractor. Three convolutional layers with two interspersed subsampling layers followed by a fully connected layer.\u003cbr/\u003eA final step uses a Conditional Random Field (CRF) for RoI classification.\n[Yu et al. 2017](https://doi.org/10.1109/JBHI.2016.2637004) | Localization | None | Two 3D-FCN are used:\u003cbr/\u003e- An offline network trained with a training dataset.\u003cbr/\u003e- An online network initialized with the offline weights and updated each 60 frames with the video frames. Only the last two layers are updated.\u003cbr/\u003e\u003cbr/\u003eThe last 16 frames are used for predicting each frame.\u003cbr/\u003eTwo convolutional layers followed by a pooling layer each, followed by two groups of two convolutional layers followed by a pooling layer each and finished with two convolutional layers converted from fully connected layers.\u003cbr/\u003eThe output of each network is combined to generate the final output.\n[Yuan and Meng 2017](https://doi.org/10.1002/mp.12147) | Detection | Stacked Sparse AutoEncoder (SSAE) | A modification of a Sparse AutoEncoder to include an image manifold constraint, named Stacked Sparse AutoEncoder with Image Manifold Constraint (SSAEIM).\u003cbr/\u003eSSAEIM is built by stacking three SAEIM layers followed by an output layer. Image manifold information is used on each layer.\n[Byrne et al. 2017](https://doi.org/10.1136/gutjnl-2017-314547) | Classification | Inception v3 | Last layer replaced with a fully connected layer.\u003cbr/\u003eA credibility score is calculated for each frame with the current frame prediction and the credibility score of the previous frame.\n[Komeda et al. 2017](https://doi.org/10.1159/000481227) | Classification | None | Two convolutional layers followed by a pooling layer each, followed by a final fully connected output layer.\n[Brandao et al. 2018](https://doi.org/10.1142/S2424905X18400020), [Ahmad et al. 2019](https://doi.org/10.1016/j.gie.2019.03.1135) | Localization | AlexNet, GoogLeNet, ResNet-50, ResNet-101, ResNet-152, VGG | Networks pre-trained with PASCAL VOC and ImageNet datasets where converted into fully-connected convolutional networks by replacing the fully connected and scoring layers with a convolution layer. A final deconvolution layer with an output with the same size as the input.\u003cbr/\u003eA regularization operation is added between every convolutional and activation layer.\u003cbr/\u003eVGG, ResNet-101 and ResNet-152 were tested also using shape-form-shading features.\n[Zhang R. et al. 2018](https://doi.org/10.1016/j.patcog.2018.05.026) | Localization | YOLO | Custom architecture RYCO that consist of two networks:\u003cbr/\u003e1. A regression-based deep learning with residual learning (ResYOLO) detection model to locate polyp in a frame.\u003cbr/\u003e2. A Discriminative Correlation Filter (DCF) based method called [Efficient Convolution Operators (ECO)](https://doi.org/10.1109/CVPR.2017.733) to track the detected polyps.\u003cbr/\u003e\u003cbr/\u003eThe ResYOLO network detects new polyps in a frame, starting the polyp tracking.\u003cbr/\u003eDuring tracking, both ResYOLO and ECO tracker are used to determine the polyp location.\u003cbr/\u003eTracking stops when a confidence score calculated using last frames is under a threshold value.\n[Urban et al. 2018](https://doi.org/10.1053/j.gastro.2018.06.037) | Detection | None | Two custom CNNs a proposed. First CNN is built just with convolutional, maximum pooling and fully connected layers. Second CNN also includes batch normalization layers and inception modules.\n[Urban et al. 2018](https://doi.org/10.1053/j.gastro.2018.06.037) | Localization | YOLO | The 5 CNNs used for detection (two custom, VGG16, VGG19 and ResNet-50) are modified by replacing the fully connected layers with convolutional layers.\u003cbr/\u003eThe last layer has 5 filter maps that have its outputs spaced over a grid over the input image. Each grid cell predicts its confidence with a sigmoid unit, the position of the polyp relative to the grid cell center, and its size. The final output is the weighted sum of all the adjusted positions and size predictions, weighted with the confidences.\n[Mohammed et al. 2018](http://bmvc2018.org/contents/papers/0487.pdf) | Detection | Y-Net | The frame-work consists of two fully convolution encoder networks which are connected to a single decoder network that matches the encoder network resolution at each down-sampling operation. The network are trained with encoder specific adaptive learning rates that update the parameters of randomly initialized encoder network with a larger step size as compared to the encoder with pre-trained weights. The two encoders features are merged with a decoder network at each down-sampling paththrough sum-skip connection.\n[Lui et al. 2019](https://doi.org/10.1055/a-0849-9548) | Classification | ResNet | Network with 5 convolutional layers and 2 fully connected layers but based on a pre-trained ResNet CNN backbone.\n[Qadir et al. 2019](https://doi.org/10.1109/JBHI.2019.2907434) | Localization | None | Framework for false positive (FP) reduction is proposed.\u003cbr/\u003eThe framework adds a FP reduction unit to an RPN network. This unit exploits temporal dependencies between frames (forward and backward) to correct the output.\u003cbr/\u003eFaster R-CNN and SSD RPNs were tested.\n[Blanes-Vidal et al. 2019](https://doi.org/10.1080/0284186X.2019.1584404) | Localization | R-CNN with AlexNet | Several modifications done to AlexNet:\u003cbr/\u003e- Last fully connected layer replaced to output two classes.\u003cbr/\u003e- 5 convolutional and 3 fully connected layers were fine-tuned.\u003cbr/\u003e- Max-Pooling kernels, ReLU activation function and dropout used to avoid overfitting and build robustness to intra-class deformations.\u003cbr/\u003e- Stochastic gradient descent with momentum used as the optimization algorithm.\n[Zhang X. et al. 2019](https://doi.org/10.1371/journal.pone.0214133) | Localization | SSD | SSD was modified to add three new pooling layers (Second-Max Pooling, Second-Min Pooling and Min-Pooling) and a new deconvolution layer whose features are concatenated to those from the Max-Pooling layer that are fed into the detection layer.\u003cbr/\u003e Model was pre-trained on the ILSVRC CLS-LOC dataset.\n[Kandel et al. 2019](https://doi.org/10.1016/j.gie.2019.03.613) | Classification | CapsNet | A convolutional layer followed by 7 convolutional capsule layers and finalized with a global average pool by capsule type.\n[Sornapudi et al. 2019](https://doi.org/10.3390/app9122404) | Localization | Mask R-CNN | The region proposal network (RPN) uses a [Feature Pyramid Network](https://doi.org/10.1109/CVPR.2017.106) with a ResNet backbone. ResNet-50 and ResNet-101 were used, improved by extracting features from 5 different levels of layers. ResNet networks were initialized with COCO and ImageNet. Additionally, 76 random balloon images from Flickr were used to fine-tune networks initialized with COCO.\u003cbr/\u003eThe regions proposed by the RPN were filtered before the ROIAlign layer.\u003cbr/\u003eThe ROIAlign layer is followed by a pixel probability mask network, comprised of 4 convolutional layers followed by a transposed convolutional layer and a final convolutional layer with a sigmoid activation function that generates the final output. All convolutional layers except final are built with ReLU activation function.\n[Tashk et al. 2019](https://doi.org/10.1109/ICCAIRO47923.2019.00015) | Localization | U-Net | The U-Net architecture was modified to use as input any image or video formats associated with optical colonoscopy modalities.\n[Patino-Barrientos et al. 2020](https://doi.org/10.3390/app10020501) | Classification | None | The model is composed by four convolutional layers, each one of them followed by a max pooling layer. After that, the model has a dropout layer to reduce overfitting and then add a final dense layer with sigmoid activation that outputs the probability of the current polyp being malignant. The model was trained using the RMSprop optimizer with a learning rate of 1×10\u003csup\u003e−4\u003c/sup\u003e.\n[Jia X. et al. 2020](https://doi.org/10.1109/TASE.2020.2964827) | Localization | ResNet-50, Feature Pyramid Network, and Faster R-CNN | Authors propose a two-stage framework, where the polyp proposal stage (stage I) is constructed as a region-level polyp detector that is capable of guiding the pixel-level learning in the polyp segmentation stage (stage II), aiming to accurately segment the area the polyp occupies in the image. This framework has a backbone network composed by a ResNet-50 followed by a Feature Pyramid Network, producing a set of feature maps that are used by the two-stage framework. The polyp proposal stage was created as as an extension of faster R-CNN, which performs as a region-level polyp detector to recognize the lesion area as a whole. Then, the polyp segmentation stage is built in a fully convolutional fashion for pixelwise segmentation. This two-stage framework has a feature sharing strategy in which the learned semantics of polyp proposals of stage I are transferred to the segmentation task of stage II.\n[Qadir et al. 2021](https://doi.org/10.1016/j.media.2020.101897) | Localization | Resnet34 and MDeNet | Authors propose a modified version of MDeNet, proposed them in [Qadir et al. 2019](https://doi.org/10.1109/JBHI.2019.2907434). See section *2.3. F-CNN models for polyp detection* of [Qadir et al. 2021](https://doi.org/10.1016/j.media.2020.101897) for more details.\n[Xu J. et al. 2021](https://doi.org/10.1016/j.bspc.2021.102503) | Localization | YOLOv3 | Authors present a framework based on YOLOv3 to improve detection. This frameworks adds: (i) a False Positive Relearning Module (FPRM) to make the detector network learning more about the features of FPs for higher precision; (ii) an Image Style Transfer Module (ISTM) to enhance the features of polyps for higher sensitivity; (iii) an Inter-Frame Similarity Correlation unit (ISCU) to integrate spatiotemporal information, which is combined with the image detector network to improve performance in video detection in order to reduce FPs.\n[Pacal et al. 2021](https://doi.org//10.1016/j.compbiomed.2021.104519) | Localization | YOLOv4 | Authors propose several models based on YOLOv4. To create their \"Proposed Model1 (Small)\" they first replaced the whole structure with Cross Stage Partial Networks (CSPNet), then substitute the Mish activation function for the Leaky ReLu activation function and also substituted the Distance Intersection over Union (DIoU) loss for the Complete Intersection over Union (CIoU) loss.\n[Liu et al. 2021](https://doi.org/10.1016/j.media.2021.102052) | Localization | Resnet101 and Domain adaptive Faster R-CNN | Authors propose a consolidated domain adaptive framework with a training free style transfer process, a hierarchical network, and a centre besiegement loss for accurate cross-domain polyp detection and localization.\n[Pacal et al. 2022](https://doi.org/10.1016/j.compbiomed.2021.105031) | Localization | YOLOv3, YOLOv4 | Authors propose modified versions of YOLOv3 and YOLOv4 by integrating Cross Stage Partial Network (CSPNet). With the aim of improving the detection performance, they also use the Sigmoid-weighted Linear Unit (SiLU) activation function and the Complete Intersection over Union (CIoU) loss functions.\n\n## Data Augmentation Strategies\n\n\u0026nbsp; | Rotation | Flipping (Mirroring) | Shearing | Crop | Random brightness | Translation (Shifting) | Scale | Zooming | Gaussian smoothing | Blurring | Saturation adjustment | Gaussian distortion | Resize | Random contrast | Exposure adjustment |Color augmentations in HSV | Mosaic | Mix-up | Histogram equalization | Skew | Random erasing | Color distribution adjust | Clipping | Sharpening | Cutmix | Color jittering|Random image expansion\n:---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---:| :---: | :---:| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---:| :---:| :---: | :---: | :---: | :---: \nNum. Studies |28|26|12|9|9|8|8|6|4|4|3|3|3|3|2|2|2|2|1|1|1|1|1|1|1|1|1\n[Tajbakhsh et al. 2015](https://doi.org/10.1109/ISBI.2015.7163821) | X |  |  | X |  | X | X |  |  |  |  |  | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Park and Sargent 2016](https://doi.org/10.1117/12.2217148) | X |  |  |  |  | X |  |  |  |  |  |  |  |  |  |  |  |  |  | |  | |  |  |  |  |  \n[Ribeiro et al. 2016](http://dx.doi.org/10.1155/2016/6584725) | X | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Yu et al. 2017](https://doi.org/10.1109/JBHI.2016.2637004) | X |  |  |  |  | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Byrne et al. 2017](https://doi.org/10.1136/gutjnl-2017-314547) |  | X |  | X |  |  |  |  |  |  |  |  | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Brandao et al. 2018](https://doi.org/10.1142/S2424905X18400020) |  | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Zhang R. et al. 2018](https://doi.org/10.1016/j.patcog.2018.05.026) | X | X |  |  | X |  |  |  | X |  |  |  |  | X |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Zheng Y. et al. 2018](https://doi.org/10.1109/EMBC.2018.8513337) | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Shin Y. et al. 2018](https://doi.org/10.1109/ACCESS.2018.2856402) | X | X | X |  | X |  |  | X | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Urban et al. 2018](https://doi.org/10.1053/j.gastro.2018.06.037) | X | X | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Mohammed et al. 2018](http://bmvc2018.org/contents/papers/0487.pdf)  | X | X | X |  | X |  | X |  | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Qadir et al. 2019](https://doi.org/10.1109/JBHI.2019.2907434) | X | X | X |  |  |  |  | X |  |  |  |  |  |  |  |  |  |  |  | |  |  |  |  |  |  |  \n[Tian Y. et al. 2019](https://doi.org/10.1109/ISBI.2019.8759521) | X | X | X |  |  | X | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Blanes-Vidal et al. 2019](https://doi.org/10.1080/0284186X.2019.1584404) | X | X |  | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Zhang X. et al. 2019](https://doi.org/10.1371/journal.pone.0214133) | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Zhu X. et al. 2019](https://doi.org/10.1016/j.gie.2019.03.1087) | X |  |  |  |  |  |  |  |  |  | X |  |  |  | X |  |  |  |  |  |  |  |  |  |  |  |  \n[Sornapudi et al. 2019](https://doi.org/10.3390/app9122404) | X | X | X |  |  |  | X |  | X |  |  |  |  |  |  |  |  |  | X |  |  |  |  |  |  |  |  \n[Wittenberg et al. 2019](https://doi.org/10.1515/cdbme-2019-0059) | X | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Yuan Y. et al. 2019](https://doi.org/10.1109/TASE.2019.2936645) | X | X |  |  |  | X |  |  |  |  |  | X |  |  |  |  |  |  |  |  |  | X |  |  |  |  |  \n[Ma Y. et al. 2019](https://doi.org/10.1109/ISNE.2019.8896576) | X |  |  | X | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Bour et al. 2019](https://doi.org/10.1109/ISSPIT47144.2019.9001816) | X | X | X |  | X |  |  | X |  |  | X | X |  |  |  |  |  |  |  | X | X |  |  |  |  |  |  \n[Patino-Barrientos et al. 2020](https://doi.org/10.3390/app10020501) | X | X | X |  | | X |  | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Cheng Tao Pu et al. 2020](https://doi.org/10.1016/j.gie.2020.02.042) | X | X |  | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Ma Y. et al. 2020](https://doi.org/10.1109/ISBI45749.2020.9098663) | X |  | X |  |  |  |  | X |  | X |  |  |  |  |  |  |  |  |  |  |  |  | X |  |  |  |  \n[Young Lee J. et al. 2020](https://doi.org/10.1038/s41598-020-65387-1) |  |  |  |  | X |  |  |  |  | X |  |  |  | X |  |  |  |  |  |  |  |  |  | X |  |  |  \n[Young Joo Yang et al. 2020](https://doi.org/10.3390/jcm9051593) |  | X |  |  |   |  |  |  |  |   |  |  |  |   |  |  |  |  |  |  |  |  |  |   |  |  |  \n[Wang W. et al. 2020](http://doi.org/10.1186/s12880-020-00482-3) | X |  |  |  | X |  |  |  |  |  |  |  |  | X |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Li T. et al. 2020](https://doi.org/10.1055/a-1229-3927) | X |  |  | X |  | X |  |  |  |  |  | X |  |  |  |  |  |  |  |  |  |  |  |   |  |  |  \n[Podlasek J. et al. 2020](https://doi.org/10.1055/a-1388-6735) | X | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |   |  |  |  \n[Qadir et al. 2021](https://doi.org/10.1016/j.media.2020.101897) | X | X |  |  |  |  |  | X |  |  |  |  |  |  |  | X |  |  |  |  |  |  |  |  |  |  |  \n[Xu J. et al. 2021](https://doi.org/10.1016/j.bspc.2021.102503)  |  | X |  |  |  |  | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  | X |\n[Misawa et al. 2021](https://doi.org/10.1016/j.gie.2020.07.060) |  | X |  |  | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  | X |  |  |  \n[Livovsky et al. 2021](https://doi.org/10.1016/j.gie.2021.06.021) |  | X |  | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Pacal et al. 2021a](https://doi.org//10.1016/j.compbiomed.2021.104519) | X | X | X | X | X | X | X |  |  | X | X |  |  |  | X | X | X |  |  |  |  |  |  | X | X |  |  \n[Liu et al. 2021](https://doi.org/10.1016/j.media.2021.102052) | X | X | X |  | X |  |  | X | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Nogueira-Rodríguez et al. 2021](https://doi.org/10.1007/s00521-021-06496-4) |  | X |  | X |  |  |  |  |  |  |  |  | X |  |  |  |  |  |  |  |  |  |  |  |  |  | X \n[Ma Y. et al. 2021](https://doi.org/10.1007/978-3-030-87240-3_37) | X | X | X |  |  |  | X |  |  | X |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  \n[Pacal et al. 2021B](https://doi.org/10.1016/j.compbiomed.2021.105031) |  | X | X |  |  |  | X |  |  |  |  |  |  |  |  |  | X | X |  |  |  |  |  |  |  |  |  \n\n## Frameworks and Libraries\n\nFramework/Library | # Studies | Used by\n--- | --- | --- \nTensorflow | 9 | [Chen et al. 2018](https://doi.org/10.1053/j.gastro.2017.10.010), [Shin Y. et al. 2018](https://doi.org/10.1109/ACCESS.2018.2856402), [Mohammed et al. 2018](http://bmvc2018.org/contents/papers/0487.pdf), [Yuan Y. et al. 2019](https://doi.org/10.1109/TASE.2019.2936645), [Ma Y. et al. 2019](https://doi.org/10.1109/ISNE.2019.8896576), [Liu X. et al. 2019](https://doi.org/10.1109/ISNE.2019.8896649), [Zachariah et al. 2019](https://doi.org/10.14309/ajg.0000000000000429), [Bour et al. 2019](https://doi.org/10.1109/ISSPIT47144.2019.9001816), [Patino-Barrientos et al. 2020](https://doi.org/10.3390/app10020501), [Sánchez-Peralta et al. 2020](https://doi.org/10.3390/app10238501)\nCaffe | 8 | [Zhu X. et al. 2019](https://doi.org/10.1016/j.gie.2019.03.1087), [Yu et al. 2017](https://doi.org/10.1109/JBHI.2016.2637004), [Brandao et al. 2018](https://doi.org/10.1142/S2424905X18400020), [Wang et al. 2018](https://doi.org/10.1038/s41551-018-0301-3), [Zhang X. et al. 2019](https://doi.org/10.1371/journal.pone.0214133), [Ozawa. et al. 2020](https://doi.org/10.1177/1756284820910659), [Jia X. et al. 2020](https://doi.org/10.1109/TASE.2020.2964827), [Li T. et al. 2020](https://doi.org/10.1055/a-1229-3927)\nKeras | 6 | [Urban et al. 2018](https://doi.org/10.1053/j.gastro.2018.06.037), [Mohammed et al. 2018](http://bmvc2018.org/contents/papers/0487.pdf), [Sornapudi et al. 2019](https://doi.org/10.3390/app9122404), [Wittenberg et al. 2019](https://doi.org/10.1515/cdbme-2019-0059), [Bour et al. 2019](https://doi.org/10.1109/ISSPIT47144.2019.9001816), [Patino-Barrientos et al. 2020](https://doi.org/10.3390/app10020501), [Sánchez-Peralta et al. 2020](https://doi.org/10.3390/app10238501), [Xu J. et al. 2021](https://doi.org/10.1016/j.bspc.2021.102503)\nPyTorch | 5 | [Young Joo Yang et al. 2020](https://doi.org/10.3390/jcm9051593), [Wang W. et al. 2020](http://doi.org/10.1186/s12880-020-00482-3), [Pacal et al. 2021](https://doi.org//10.1016/j.compbiomed.2021.104519), [Liu et al. 2021](https://doi.org/10.1016/j.media.2021.102052), [Pacal et al. 2022](https://doi.org/10.1016/j.compbiomed.2021.105031)\nMXNet | 3 | [Nogueira-Rodríguez et al. 2021](https://doi.org/10.1007/s00521-021-06496-4), [Nogueira-Rodríguez et al. 2022](https://doi.org/10.3390/diagnostics12040898), [Nogueira-Rodríguez et al. 2023](https://doi.org/10.3390/diagnostics13050966)\nC3D | 2 | [Misawa et al. 2018](https://doi.org/10.1053/j.gastro.2018.04.003), [Misawa et al. 2019](https://doi.org/10.1016/j.gie.2019.03.1134)\nDarkNet | 2 | [Pacal et al. 2021](https://doi.org//10.1016/j.compbiomed.2021.104519), [Pacal et al. 2022](https://doi.org/10.1016/j.compbiomed.2021.105031)\nMatConvNet (MATLAB) | 1 | [Ribeiro et al. 2016](http://dx.doi.org/10.1155/2016/6584725)\n\n# Performance\n\n\u003e **Note**: Some performance metrics are not directly reported in the papers, but were derived using raw data or confusion matrices provided by them.\n\n## Polyp Detection and Localization\n\nPerformance metrics on public and private datasets of all polyp detection and localization studies. \n\n- Between parentheses it is specified the type of performance metric: i = image-based, bb = bounding-box-based, p = polyp-based, pa = patch, and pi = pixel-based.\n- Between curly brackets it is specified the **training dataset**, where \"P\" stands for private.\n- Between square brackets it is specified the **test dataset** used for computing the performance metric, where \"P\" stands for private.\n- For instance, [{P}] means that development and test splits of the same private dataset have been used for training and testing respectively.\n- Performances marked with an * are reported on training datasets (e.g. k-fold cross-validation).\n- AP stands for Average Precision.\n\n\u003e **Note**: Since february 2022, the former *frame-based* (f) type was split into image-based and bounding-box-based, which accurately reflects the type of evaluation done. Please, note that our review paper uses *frame-based* and includes both.\n\nStudy | Recall (sensitivity) | Precision (PPV) | Specificity | Others | Manually selected images?\n--- | --- | --- | --- | --- | --- \n[Tajbakhsh et al. 2015](https://doi.org/10.1109/ISBI.2015.7163821) | 70% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | 63% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | 90% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | F1: 0.66, F2: 0.68 (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | No\n[Zhu R. et al. 2015](https://doi.org/10.1109/CISP.2015.7407907) | 79.44% (pa) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | N/A | 79.54% (pa) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | Acc: 79.53% (pa) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | Yes\n[Park and Sargent 2016](https://doi.org/10.1117/12.2217148) | 86% (bb) \u003csub\u003e\\{P\\} *\u003c/sub\u003e | - | 85% (bb) \u003csub\u003e\\{P\\} *\u003c/sub\u003e | AUC: 0.86 (bb) \u003csub\u003e\\{P\\} *\u003c/sub\u003e | Yes (on training)\n[Yu et al. 2017](https://doi.org/10.1109/JBHI.2016.2637004) | 71% (bb) \u003csub\u003e\\{[ASU-Mayo]\\}\u003c/sub\u003e | 88.1% (bb) \u003csub\u003e\\{[ASU-Mayo]\\}\u003c/sub\u003e | N/A | F1: 0.786, F2: 0.739 (bb) \u003csub\u003e\\{[ASU-Mayo]\\}\u003c/sub\u003e | No\n[Zhang R. et al. 2017](https://doi.org/10.1109/JBHI.2016.2635662) | 97.6% (i) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | 99.4% (i) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | N/A | F1: 0.98, F2: 0.98, AUC: 1.00 (i) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | Yes\n[Yuan and Meng 2017](https://doi.org/10.1002/mp.12147) | 98% (i) \u003csub\u003e\\{P\\} *\u003c/sub\u003e | 97% (i) \u003csub\u003e\\{P\\} *\u003c/sub\u003e | 99% (i) \u003csub\u003e\\{P\\} *\u003c/sub\u003e | F1: 0.98, F2: 0.98 (i) [P] | Yes\n[Brandao et al. 2018](https://doi.org/10.1142/S2424905X18400020) | ~90% (bb) \u003csub\u003e\\{CVC-ClinicDB + ASU-Mayo\\} [ETIS-Larib]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e~90% (bb) \u003csub\u003e\\{CVC-ClinicDB + ASU-Mayo\\} [CVC-ColonDB]\u003c/sub\u003e | ~73% (bb) \u003csub\u003e\\{CVC-ClinicDB + ASU-Mayo\\} [ETIS-Larib]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e~80% (bb) \u003csub\u003e\\{CVC-ClinicDB + ASU-Mayo\\} [CVC-ColonDB]\u003c/sub\u003e | N/A | F1: ~0.81, F2: ~0.86 (bb) \u003csub\u003e\\{CVC-ClinicDB + ASU-Mayo\\} [ETIS-Larib]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003eF1: ~0.85, F2: ~0.88 (bb) \u003csub\u003e\\{CVC-ClinicDB + ASU-Mayo\\} [CVC-ColonDB]\u003c/sub\u003e | Yes\n[Zhang R. et al. 2018](https://doi.org/10.1016/j.patcog.2018.05.026) | 71.6% (bb) \u003csub\u003e\\{[ASU-Mayo]\\}\u003c/sub\u003e | 88.6% (bb) \u003csub\u003e\\{[ASU-Mayo]\\}\u003c/sub\u003e | 97% (bb) \u003csub\u003e\\{[ASU-Mayo]\\}\u003c/sub\u003e | F1: 0.792, F2: 0.744 (bb) \u003csub\u003e\\{[ASU-Mayo]\\}\u003c/sub\u003e | No\n[Misawa et al. 2018](https://doi.org/10.1053/j.gastro.2018.04.003) | 90% (i) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e94% (p) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | 55.1% (i) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 48% (p) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | 63.3% (i) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 40% (p) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | F1: 0.68 (i) 0.63 (p), F2: 0.79 (i) 0.78 (p) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003eAcc: 76.5% (i) 60% (p) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | No\n[Zheng Y. et al. 2018](https://doi.org/10.1109/EMBC.2018.8513337) | 74% (bb) \u003csub\u003e\\{CVC-ClinicDB + CVC-ColonDB\\} [ETIS-Larib]\u003c/sub\u003e | 77.4% (bb) \u003csub\u003e\\{CVC-ClinicDB + CVC-ColonDB\\} [ETIS-Larib]\u003c/sub\u003e | N/A | F1: 0.757, F2: 0.747 (bb) \u003csub\u003e\\{CVC-ClinicDB + CVC-ColonDB\\} [ETIS-Larib]\u003c/sub\u003e | Yes\n[Shin Y. et al. 2018](https://doi.org/10.1109/ACCESS.2018.2856402) | 80.3% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 84.2% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ASU-Mayo]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 84.3% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ClinicVideoDB]\u003c/sub\u003e | 86.5% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 82.7% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ASU-Mayo]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 89.7% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ClinicVideoDB]\u003c/sub\u003e | N/A | F1: 0.833, F2: 0.815 (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.834, F2: 0.839 (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ASU-Mayo]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.869, F2: 0.853 (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ClinicVideoDB]\u003c/sub\u003e | Yes (ETIS-Larib) \u003cbr/\u003e\u003cbr/\u003e No (ASU-Mayo, CVC-ClinicVideoDB)\n[Urban et al. 2018](https://doi.org/10.1053/j.gastro.2018.06.037) | 93% (bb) \u003csub\u003e\\{P1\\} [P2]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 100% (p) \u003csub\u003e\\{P1\\} [P2]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 93% (p) \u003csub\u003e\\{P1\\} [P3]\u003c/sub\u003e | 74% (bb) \u003csub\u003e\\{P1\\} [P2]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 35% (p) \u003csub\u003e\\{P1\\} [P2]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 60% (p) \u003csub\u003e\\{P1\\} [P3]\u003c/sub\u003e | 93% (bb) \u003csub\u003e\\{P1\\} [P2]\u003c/sub\u003e | F1: 0.82, F2: 0.88 (bb) \u003csub\u003e\\{P1\\} [P2]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.52, F2: 0.73 (p) \u003csub\u003e\\{P1\\} [P2]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.73, F2: 0.84 (p) \u003csub\u003e\\{P1\\} [P3]\u003c/sub\u003e | No\n[Wang et al. 2018](https://doi.org/10.1038/s41551-018-0301-3) | 88.24% (bb) \u003csub\u003e\\{P\\} [CVC-ClinicDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 94.38% (bb) \u003csub\u003e\\{P\\} [P (dataset A)]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 91.64% (bb), 100% (p) \u003csub\u003e\\{P\\} [P (dataset C)]\u003c/sub\u003e | 93.14% (bb) \u003csub\u003e\\{P\\} [CVC-ClinicDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 95.76% (bb) \u003csub\u003e\\{P\\} [P (dataset A)]\u003c/sub\u003e | 95.40% (bb) \u003csub\u003e\\{P\\} [P (dataset D)]\u003c/sub\u003e | F1: 0.91, F2: 0.89 (bb) \u003csub\u003e\\{P\\} [CVC-ClinicDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.95, F2: 0.95, AUC: 0.984 (bb) \u003csub\u003e\\{P\\} [P (dataset A)]\u003c/sub\u003e | Yes (dataset A, CVC-ClinicDB) \u003cbr/\u003e\u003cbr/\u003e No (dataset C/D)\n[Mohammed et al. 2018](http://bmvc2018.org/contents/papers/0487.pdf) | 84.4% (bb) \u003csub\u003e\\{[ASU-Mayo]\\}\u003c/sub\u003e | 87.4 % (bb) \u003csub\u003e\\{[ASU-Mayo]\\}\u003c/sub\u003e | N/A | F1: 0.859, F2: 0.85 (bb) \u003csub\u003e\\{[ASU-Mayo]\\}\u003c/sub\u003e | No\n[Qadir et al. 2019](https://doi.org/10.1109/JBHI.2019.2907434) | 81.51% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ClinicVideoDB]\u003c/sub\u003e | 87.51% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ClinicVideoDB]\u003c/sub\u003e | 84.26% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ClinicVideoDB]\u003c/sub\u003e | F1: 0.844, F2: 0.83 (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ClinicVideoDB]\u003c/sub\u003e | No\n[Tian Y. et al. 2019](https://doi.org/10.1109/ISBI.2019.8759521) | 64.42% (bb) \u003csub\u003e\\{P\\} [ETIS-Larib]\u003c/sub\u003e | 73.6% (bb) \u003csub\u003e\\{P\\} [ETIS-Larib]\u003c/sub\u003e | - | F1: 0.687, F2: 0.66 (bb) \u003csub\u003e\\{P\\} [ETIS-Larib]\u003c/sub\u003e | Yes\n[Blanes-Vidal et al. 2019](https://doi.org/10.1080/0284186X.2019.1584404) | 97.1% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | 91.4% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | 93.3% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | Acc: 96.4%, F1: 0.94, F2: 0.95 (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | N/A (not clear in the paper)\n[Zhang X. et al. 2019](https://doi.org/10.1371/journal.pone.0214133) | 76.37% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | 93.92% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | N/A | F1: 0.84, F2: 0.79(bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | Yes\n[Misawa et al. 2019](https://doi.org/10.1016/j.gie.2019.03.1134) | 86% (p) \u003csub\u003e\\{P1\\} [P2]\u003c/sub\u003e | N/A | 74% (i) \u003csub\u003e\\{P1\\} [P2]\u003c/sub\u003e | - | No\n[Zhu X. et al. 2019](https://doi.org/10.1016/j.gie.2019.03.1087) | 88.5% (i) \u003csub\u003e\\{P1\\} [P2]\u003c/sub\u003e | N/A | 96.4% (i) \u003csub\u003e\\{P1\\} [P2]\u003c/sub\u003e | - | No\n[Ahmad et al. 2019](https://doi.org/10.1016/j.gie.2019.03.1135) | 91.6% (bb) \u003csub\u003e\\{P\\} [ETIS-Larib]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e84.5% (bb) \u003csub\u003e\\{ETIS-Larib + P\\} [P]\u003c/sub\u003e | 75.3% (bb) \u003csub\u003e\\{P\\} [ETIS-Larib]\u003c/sub\u003e | 92.5% (bb) \u003csub\u003e\\{ETIS-Larib + P\\} [P]\u003c/sub\u003e | F1: 0.83, F2: 0.88 (bb) \u003csub\u003e\\{P\\} [ETIS-Larib]\u003c/sub\u003e | Yes (ETIS-Larib)\u003cbr/\u003e\u003cbr/\u003eNo (private)\n[Sornapudi et al. 2019](https://doi.org/10.3390/app9122404) | 91.64% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ColonDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 78.12% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-PolypHD]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 80.29% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 95.52% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | 89.94% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ColonDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 83.33% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-PolypHD]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 72.93% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 98.46% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | N/A | F1: 0.9073, F2: 0.9127 (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ColonDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.8065, F2: 0.7911 (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-PolypHD]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.7643, F2: 0.7870 (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.966, F2: 0.961 (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | Yes (CVC-ClinicDB, CVC-ColonDB, ETIS-Larib)\u003cbr/\u003e\u003cbr/\u003eNo (WCE video)\n[Wittenberg et al. 2019](https://doi.org/10.1515/cdbme-2019-0059) | 86% (bb) \u003csub\u003e\\{P\\} [CVC-ClinicDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 83% (bb) \u003csub\u003e\\{P\\} [ETIS-Larib]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e93% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | 80% (bb) \u003csub\u003e\\{P\\} [CVC-ClinicDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 74% (bb) \u003csub\u003e\\{P\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 86% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | N/A | F1: 0.82, F2: 0.85 (bb) \u003csub\u003e\\{P\\} [CVC-ClinicDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.79, F2: 0.81 (bb) \u003csub\u003e\\{P\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.89, F2: 0.92 (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | Yes\n[Yuan Y. et al. 2019](https://doi.org/10.1109/TASE.2019.2936645) | 90.21% (i) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | 74.51% (i) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | 94.07% (i) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | Accuracy: 93.19%, F1: 0.81, F2: 0.86 (i) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | Yes\n[Ma Y. et al. 2019](https://doi.org/10.1109/ISNE.2019.8896576) | 93.67% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | N/A | 98.36% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | Accuracy: 96.04%, AP: 94.92% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | Yes\n[Tashk et al. 2019](https://doi.org/10.1109/ICCAIRO47923.2019.00015) | 82.7% (pi) \u003csub\u003e\\{[CVC-ClinicDB]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 90.9% (pi) \u003csub\u003e\\{[ETIS-Larib]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 82.4% (pi) \u003csub\u003e\\{[CVC-ColonDB]\\}\u003c/sub\u003e | 70.2% (pi) \u003csub\u003e\\{[CVC-ClinicDB]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 70.2 (pi) \u003csub\u003e\\{[ETIS-Larib]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 62% (pi) \u003csub\u003e\\{[CVC-ColonDB]\\}\u003c/sub\u003e | - | Accuracy: 99.02%, F1: 0.76, F2: 0.798 (pi) \u003csub\u003e\\{[CVC-ClinicDB]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e Accuracy: 99.6%, F1: 0.7923, F2: 0.858 (pi) \u003csub\u003e\\{[ETIS-Larib]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e Accuracy: 98.2%, F1: 0.707, F2: 0.773 (pi) \u003csub\u003e\\{[CVC-ColonDB]\\}\u003c/sub\u003e | Yes (CVC-ClinicDB, CVC-ColonDB, ETIS-Larib)\n[Jia X. et al. 2020](https://doi.org/10.1109/TASE.2020.2964827) | 92.1% (bb) \u003csub\u003e\\{CVC-ColonDB\\} [CVC-ClinicDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 59.4% (pi) \u003csub\u003e\\{CVC-ColonDB\\} [CVC-ClinicDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 81.7% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e | 84.8% (bb) \u003csub\u003e\\{CVC-ColonDB\\} [CVC-ClinicDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 85.9% (pi) \u003csub\u003e\\{CVC-ColonDB\\} [CVC-ClinicDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 63.9% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e | - | F1: 0.883, F2: 0.905 (bb) \u003csub\u003e\\{CVC-ColonDB\\} [CVC-ClinicDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.702, F2: 0.633, Jaccard: 74.7±20.5, Dice: 83.9±13.6 (pi) \u003csub\u003e\\{CVC-ColonDB\\} [CVC-ClinicDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.717, F2: 0.774 (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e | Yes (CVC-ClinicDB, ETIS-Larib)\n[Ozawa. et al. 2020](https://doi.org/10.1177/1756284820910659) | 92% (bb) \u003csub\u003e\\{P1\\} [P2]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 90% (bb) \u003csub\u003e\\{P1\\} [P2: WL]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 97% (bb) \u003csub\u003e\\{P1\\} [P2: NBI]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 98% (p) \u003csub\u003e\\{P1\\} [P2]\u003c/sub\u003e | 86% (bb) \u003csub\u003e\\{P1\\} [P2]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 83% (bb) \u003csub\u003e\\{P1\\} [P2: WL]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 97% (bb) \u003csub\u003e\\{P1\\} [P2: NBI]\u003c/sub\u003e | N/A | F1: 0.88, F2: 0.88 (bb) \u003csub\u003e\\{P1\\} [P2]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.86, F2: 0.84 (bb) \u003csub\u003e\\{P1\\} [P2: WL]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.97, F2: 0.97 (bb) \u003csub\u003e\\{P1\\} [P2: NBI]\u003c/sub\u003e | Yes\n[Ma Y. et al. 2020](https://doi.org/10.1109/ISBI45749.2020.9098663) | 92% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ClinicVideoDB]\u003c/sub\u003e | 87.50% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ClinicVideoDB]\u003c/sub\u003e | N/A | F1: 0.897, F2: 0.911 (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ClinicVideoDB]\u003c/sub\u003e | No\n[Young Lee J. et al. 2020](https://doi.org/10.1038/s41598-020-65387-1) | 96.7% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 90.2% (bb) \u003csub\u003e\\{P\\} [CVC-ClinicDB]\u003c/sub\u003e | 97.4% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 98.2% (bb) \u003csub\u003e\\{P\\} [CVC-ClinicDB]\u003c/sub\u003e | N/A | F1: 0.97, F2: 0.97 (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.94, F2: 0.96 (bb) \u003csub\u003e\\{P\\} [CVC-ClinicDB]\u003c/sub\u003e | Yes (CVC-ClinicDB, private)\n[Wang W. et al. 2020](http://doi.org/10.1186/s12880-020-00482-3) | 97.5% (i) \u003csub\u003e\\{[CP-CHILD-A]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 98% (i) \u003csub\u003e\\{CP-CHILD-A\\} [CP-CHILD-B]\u003c/sub\u003e | N/A | 99.85% (i) \u003csub\u003e\\{[CP-CHILD-A]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 99.83% (i) \u003csub\u003e\\{CP-CHILD-A\\} [CP-CHILD-B]\u003c/sub\u003e | Accuracy: 99.25% (i) \u003csub\u003e\\{[CP-CHILD-A]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e Accuracy: 99.34% (i) \u003csub\u003e\\{CP-CHILD-A\\} [CP-CHILD-B]\u003c/sub\u003e | Yes\n[Li T. et al. 2020](https://doi.org/10.1055/a-1229-3927) | 73% (i) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | 93% (i) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | 96% (i) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | NPV: 83%, Acc: 86%, AUC: 0.94 (i) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | Yes\n[Sánchez-Peralta et al. 2020](https://doi.org/10.3390/app10238501) | 74.73% (pi) \u003csub\u003e\\{PICCOLO\\} [Kvasir-SEG]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 71.88% (pi) \u003csub\u003e\\{PICCOLO\\} [CVC-EndoSceneStill]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 72.89% (pi) \u003csub\u003e\\{[PICCOLO]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 69.77% (pi) \u003csub\u003e\\{PICCOLO\\} [PICCOLO-WL]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 63.31% (pi) \u003csub\u003e\\{CVC-EndoSceneStill\\} [Kvasir-SEG]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 79.22% (pi) \u003csub\u003e\\{[CVC-EndoSceneStill]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 45.09% (pi) \u003csub\u003e\\{CVC-EndoSceneStill\\} [PICCOLO]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 57.06% (pi) \u003csub\u003e\\{CVC-EndoSceneStill\\} [PICCOLO-WL]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 88.98% (pi) \u003csub\u003e\\{[Kvasir-SEG]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 83.46% (pi) \u003csub\u003e\\{Kvasir-SEG\\} [CVC-EndoSceneStill]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 58.11% (pi) \u003csub\u003e\\{Kvasir-SEG\\} [PICCOLO]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 54.63% (pi) \u003csub\u003e\\{Kvasir-SEG\\} [PICCOLO-WL]\u003c/sub\u003e | 81.31% (pi) \u003csub\u003e\\{PICCOLO\\} [Kvasir-SEG]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 84.35% (pi) \u003csub\u003e\\{PICCOLO\\} [CVC-EndoSceneStill]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 77.58% (pi) \u003csub\u003e\\{[PICCOLO]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 71.33% (pi) \u003csub\u003e\\{PICCOLO\\} [PICCOLO-WL]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 77.80% (pi) \u003csub\u003e\\{CVC-EndoSceneStill\\} [Kvasir-SEG]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 87.88% (pi) \u003csub\u003e\\{[CVC-EndoSceneStill]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 52.84% (pi) \u003csub\u003e\\{CVC-EndoSceneStill\\} [PICCOLO]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 60.93% (pi) \u003csub\u003e\\{CVC-EndoSceneStill\\} [PICCOLO-WL]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 81.68% (pi) \u003csub\u003e\\{[Kvasir-SEG]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 83.54% (pi) \u003csub\u003e\\{Kvasir-SEG\\} [CVC-EndoSceneStill]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 59.54% (pi) \u003csub\u003e\\{Kvasir-SEG\\} [PICCOLO]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 63.61% (pi) \u003csub\u003e\\{Kvasir-SEG\\} [PICCOLO-WL]\u003c/sub\u003e | 97.41% (pi) \u003csub\u003e\\{PICCOLO\\} [Kvasir-SEG]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 98.85% (pi) \u003csub\u003e\\{PICCOLO\\} [CVC-EndoSceneStill]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 97.96% (pi) \u003csub\u003e\\{[PICCOLO]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 97.37% (pi) \u003csub\u003e\\{PICCOLO\\} [PICCOLO-WL]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 98.15% (pi) \u003csub\u003e\\{CVC-EndoSceneStill\\} [Kvasir-SEG]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 99.00% (pi) \u003csub\u003e\\{[CVC-EndoSceneStill]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 97.30% (pi) \u003csub\u003e\\{CVC-EndoSceneStill\\} [PICCOLO]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 91.12% (pi) \u003csub\u003e\\{CVC-EndoSceneStill\\} [PICCOLO-WL]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 96.49% (pi) \u003csub\u003e\\{[Kvasir-SEG]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 97.65% (pi) \u003csub\u003e\\{Kvasir-SEG\\} [CVC-EndoSceneStill]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 93.29% (pi) \u003csub\u003e\\{Kvasir-SEG\\} [PICCOLO]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 98.06% (pi) \u003csub\u003e\\{Kvasir-SEG\\} [PICCOLO-WL]\u003c/sub\u003e | F1: 0.779, F2: 0.760, Jaccard: 65.33±30.66, Dice: 73.54±30.15 (pi) \u003csub\u003e\\{PICCOLO\\} [Kvasir-SEG]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.776, F2: 0.741, Jaccard: 64.18±33.04, Dice: 71.66±32.98 (pi) \u003csub\u003e\\{PICCOLO\\} [CVC-EndoSceneStill]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.752, F2: 0.738, Jaccard: 64.01±36.23, Dice: 70.10±36.45 (pi) \u003csub\u003e\\{[PICCOLO]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.705, F2: 0.701, Jaccard: 58.70±38.90, Dice: 64.51±39.18 (pi) \u003csub\u003e\\{PICCOLO\\} [PICCOLO-WL]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.698, F2: 0.658, Jaccard: 56.12±34.29, Dice: 64.26±35.35 (pi) \u003csub\u003e\\{CVC-EndoSceneStill\\} [Kvasir-SEG]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.833, F2: 0.808, Jaccard: 72.16±30.93, Dice: 78.61±29.48 (pi) \u003csub\u003e\\{[CVC-EndoSceneStill]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.487, F2: 0.465, Jaccard: 39.52±37.9, Dice: 45.5±41.51 (pi) \u003csub\u003e\\{CVC-EndoSceneStill\\} [PICCOLO]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.589, F2: 0.578, Jaccard: 45.00±35.60, Dice: 52.81±38.33 (pi) \u003csub\u003e\\{CVC-EndoSceneStill\\} [PICCOLO-WL]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.852, F2: 0.874, Jaccard: 74.52±22.81, Dice: 82.68±21.28 (pi) \u003csub\u003e\\{[Kvasir-SEG]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.835, F2: 0.835, Jaccard: 71.82±29.87, Dice: 78.78±28.14 (pi) \u003csub\u003e\\{Kvasir-SEG\\} [CVC-EndoSceneStill]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.588, F2: 0.584, Jaccard: 44.92±37.37, Dice: 51.87±39.79 (pi) \u003csub\u003e\\{Kvasir-SEG\\} [PICCOLO]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.588, F2: 0.562, Jaccard: 47.74±39.55, Dice: 53.62±41.68 (pi) \u003csub\u003e\\{Kvasir-SEG\\} [PICCOLO-WL]\u003c/sub\u003e | Yes\n[Podlasek J. et al. 2020](https://doi.org/10.1055/a-1388-6735) | 91.2% (bb) \u003csub\u003e\\{P\\} [CVC-ClinicDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 88.2% (bb) \u003csub\u003e\\{P\\} [Hyper-Kvasir]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 74.1% (bb) \u003csub\u003e\\{P\\} [CVC-ColonDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 67.3% (bb) \u003csub\u003e\\{P\\} [ETIS-Larib]\u003c/sub\u003e | 97.4% (bb) \u003csub\u003e\\{P\\} [CVC-ClinicDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 97.5% (bb) \u003csub\u003e\\{P\\} [Hyper-Kvasir]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 92.4% (bb) \u003csub\u003e\\{P\\} [CVC-ColonDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 79% (bb) \u003csub\u003e\\{P\\} [ETIS-Larib]\u003c/sub\u003e | N/A | F1: 0.942, F2: 0.924 (bb) \u003csub\u003e\\{P\\} [CVC-ClinicDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.926, F2: 0.899 (bb) \u003csub\u003e\\{P\\} [Hyper-Kvasir]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.823, F2: 0.771 (bb) \u003csub\u003e\\{P\\} [CVC-ColonDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.727, F2: 0.693 (bb) \u003csub\u003e\\{P\\} [ETIS-Larib]\u003c/sub\u003e | Yes\n[Qadir et al. 2021](https://doi.org/10.1016/j.media.2020.101897) | 86.54% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 91% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ColonDB]\u003c/sub\u003e | 86.12% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 88.35% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ColonDB]\u003c/sub\u003e | N/A | F1: 0.863, F2: 0.864 (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.896, F2: 0.904 (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ColonDB]\u003c/sub\u003e | Yes\n[Xu J. et al. 2021](https://doi.org/10.1016/j.bspc.2021.102503) | 75.70% (bb) \u003csub\u003e\\{CVC-ClinicDB + CVC-ColonDB + ETIS-Larib + CVC-ClinicVideoDB\\} [P]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 71.63% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 66.36% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ClinicVideoDB]\u003c/sub\u003e | 85.54% (bb) \u003csub\u003e\\{CVC-ClinicDB + CVC-ColonDB + ETIS-Larib + CVC-ClinicVideoDB\\} [P]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 83.24% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 88.5% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ClinicVideoDB]\u003c/sub\u003e | N/A | F1: 0.799, F2: 0.773 (bb) \u003csub\u003e\\{CVC-ClinicDB + CVC-ColonDB + ETIS-Larib + CVC-ClinicVideoDB\\} [P]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.77, F2: 0.737 (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.7586, F2: 0.698 (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ClinicVideoDB]\u003c/sub\u003e | Yes (ETIS-Larib, Private)\u003cbr/\u003e\u003cbr/\u003eNo (CVC-ClinicVideoDB)\n[Misawa et al. 2021](https://doi.org/10.1016/j.gie.2020.07.060) | 98% (p) \u003csub\u003e\\{P\\} [SUN]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 90.5% (i) \u003csub\u003e\\{P\\} [SUN]\u003c/sub\u003e | 88.2% (i) \u003csub\u003e\\{P\\} [SUN]\u003c/sub\u003e | 93.7% (i) \u003csub\u003e\\{P\\} [SUN]\u003c/sub\u003e | F1: 0.893, F2: 0.900, NPV: 94.96% (i) \u003csub\u003e\\{P\\} [SUN]\u003c/sub\u003e | No.\n[Livovsky et al. 2021](https://doi.org/10.1016/j.gie.2021.06.021) | 97.1% (p) \u003csub\u003e\\{P1\\} [P2]\u003c/sub\u003e | N/A | N/A | N/A | No.\n[Pacal et al. 2021](https://doi.org//10.1016/j.compbiomed.2021.104519) | 82.55% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 96.68% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ColonDB]\u003c/sub\u003e | 91.62% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 96.04% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ColonDB]\u003c/sub\u003e | N/A | F1: 0.868, F2: 0.842 (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.964, F2: 0.965 (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ColonDB]\u003c/sub\u003e | Yes\n[Liu et al. 2021](https://doi.org/10.1016/j.media.2021.102052) | 87.5% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e | 77.8% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e | - | F1: 0.824, F2: 0.854 (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e | Yes (ETIS-Larib)\n[Li K. et al. 2021](http://doi.org/10.1371/journal.pone.0255809) | 86.2% (bb) \u003csub\u003e\\{[KUMC]\\}\u003c/sub\u003e | 91.2% (bb) \u003csub\u003e\\{[KUMC]\\}\u003c/sub\u003e | N/A | F1: 0.886, F2: 0.8715, AP: 88.5% (bb) \u003csub\u003e\\{[KUMC]\\}\u003c/sub\u003e | Yes\n[Nogueira-Rodríguez et al. 2021](https://doi.org/10.1007/s00521-021-06496-4) | 87% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 89.91% (p) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | 89% (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | 54.97% (p) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | F1: 0.881, F2: 0.876 (bb) \u003csub\u003e\\{[P]\\}\u003c/sub\u003e | Yes\n[Yoshida et al. 2021](https://doi.org/10.1007/s00384-021-04006-5) | 83% (p) \u003csub\u003e\\{CAD EYE\\} [P-LED WLI]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 87.2% (p) \u003csub\u003e\\{CAD EYE\\} [P-LASER WLI]\u003c/sub\u003e 88.7% (p) \u003csub\u003e\\{CAD EYE\\} [P-LED LCI]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 89.4% (p) \u003csub\u003e\\{CAD EYE\\} [P-LASER LCI]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e | N/A | N/A | N/A | -\n[Ma Y. et al. 2021](https://doi.org/10.1007/978-3-030-87240-3_37) | 64% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ClinicVideoDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 47% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [LDPolypVideo]\u003c/sub\u003e | 85% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ClinicVideoDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 65% (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [LDPolypVideo]\u003c/sub\u003e | N/A | F1: 0.73, F2: 0.67 (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [CVC-ClinicVideoDB]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.55, F2: 0.50 (bb) \u003csub\u003e\\{CVC-ClinicDB\\} [LDPolypVideo]\u003c/sub\u003e | Yes (CVC-ClinicDB) \u003cbr/\u003e\u003cbr/\u003e No (LDPolypVideo, CVC-ClinicVideoDB)\n[Pacal et al. 2022](https://doi.org/10.1016/j.compbiomed.2021.105031) | 91.04% (bb) \u003csub\u003e\\{SUN + PICCOLO + CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 90.57% (bb) \u003csub\u003e\\{SUN + CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 88.24% (bb) \u003csub\u003e\\{SUN\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 75.53% (bb) \u003csub\u003e\\{PICCOLO\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 79.85% (bb) \u003csub\u003e\\{[PICCOLO]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 86.48% (bb) \u003csub\u003e\\{[SUN]\\}\u003c/sub\u003e | 90.61% (bb) \u003csub\u003e\\{SUN + PICCOLO + CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 90.14% (bb) \u003csub\u003e\\{SUN + CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 88.24% (bb) \u003csub\u003e\\{SUN\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 87.29% (bb) \u003csub\u003e\\{PICCOLO\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 92.60% (bb) \u003csub\u003e\\{[PICCOLO]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e 96.49% (bb) \u003csub\u003e\\{[SUN]\\}\u003c/sub\u003e | N/A | F1: 0.908, F2: 0.909 (bb) \u003csub\u003e\\{SUN + PICCOLO + CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.903, F2: 0.902 (bb) \u003csub\u003e\\{SUN + CVC-ClinicDB\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.882, F2: F1: 0.882 (bb) \u003csub\u003e\\{SUN\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.809, F2: 0.846 (bb) \u003csub\u003e\\{PICCOLO\\} [ETIS-Larib]\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.857, F2: 0.821 (bb) \u003csub\u003e\\{[PICCOLO]\\}\u003c/sub\u003e \u003cbr/\u003e\u003cbr/\u003e F1: 0.912, F2: 0.883 (bb) \u003csub\u003e\\{[SUN]\\}\u003c/sub\u003e | Yes (ETIS-Larib, PICCOLO) \u003cbr/\u003e\u003cbr/\u003e No (SUN)\n[Nogueira-Rodríguez et al. 2022](https://doi.org/10.3390/diagnostics12040898) | 82% (bb) \u003csub\u003e\\{P\\} [CVC-ClinicDB]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 84% (bb) \u003csub\u003e\\{P\\} [CVC-ColonDB]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 75% (bb) \u003csub\u003e\\{P\\} [CVC-PolypHD]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 72% (bb) \u003csub\u003e\\{P\\} [ETIS-Larib]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 78% (bb) \u003csub\u003e\\{P\\} [Kvasir-SEG]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 60% (bb) \u003csub\u003e\\{P\\} [PICCOLO]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 80% (bb) \u003csub\u003e\\{P\\} [CVC-ClinicVideoDB]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 81% (bb) \u003csub\u003e\\{P\\} [KUMC dataset]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 76% (bb) \u003csub\u003e\\{P\\} [KUMC dataset–Test]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 78% (bb) \u003csub\u003e\\{P\\} [SUN]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 49% (bb) \u003csub\u003e\\{P\\} [LDPolypVideo]\u003c/sub\u003e | 87% (bb) \u003csub\u003e\\{P\\} [CVC-ClinicDB]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 81% (bb) \u003csub\u003e\\{P\\} [CVC-ColonDB]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 86% (bb) \u003csub\u003e\\{P\\} [CVC-PolypHD]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 71% (bb) \u003csub\u003e\\{P\\} [ETIS-Larib]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 84% (bb) \u003csub\u003e\\{P\\} [Kvasir-SEG]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 76% (bb) \u003csub\u003e\\{P\\} [PICCOLO]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 75% (bb) \u003csub\u003e\\{P\\} [CVC-ClinicVideoDB]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 83% (bb) \u003csub\u003e\\{P\\} [KUMC dataset]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 81% (bb) \u003csub\u003e\\{P\\} [KUMC dataset–Test]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 83% (bb) \u003csub\u003e\\{P\\} [SUN]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e 56% (bb) \u003csub\u003e\\{P\\} [LDPolypVideo]\u003c/sub\u003e | - | F1: , F2: 0.83, AP: 0.82 (bb) \u003csub\u003e\\{P\\} [CVC-ClinicDB]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e F1: 0.83, F2: 0.83, AP: 0.85 (bb) \u003csub\u003e\\{P\\} [CVC-ColonDB]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e F1: 0.80, F2: 0.77, AP: 0.79 (bb) \u003csub\u003e\\{P\\} [CVC-PolypHD]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e F1: 0.72, F2: 0.72, AP: 0.69 (bb) \u003csub\u003e\\{P\\} [ETIS-Larib]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e F1: 0.81, F2: 0.82, AP: 0.79 (bb) \u003csub\u003e\\{P\\} [Kvasir-SEG]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e F1: 0.67, F2: 0.62, AP: 0.63 (bb) \u003csub\u003e\\{P\\} [PICCOLO]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e F1: 0.77, F2: 0.79, AP: 0.77 (bb) \u003csub\u003e\\{P\\} [CVC-ClinicVideoDB]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e F1: 0.82, F2: 0.81, AP: 0.83 (bb) \u003csub\u003e\\{P\\} [KUMC dataset]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e F1: 0.78, F2: 0.77, AP: 0.79 (bb) \u003csub\u003e\\{P\\} [KUMC dataset–Test]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e F1: 0.81, F2: 0.79, AP: 0.81 (bb) \u003csub\u003e\\{P\\} [SUN]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e F1: 0.52, F2: 0.50, AP: 0.44 (bb) \u003csub\u003e\\{P\\} [LDPolypVideo]\u003c/sub\u003e | Yes (CVC-ClinicDB, CVC-ColonDB, CVC-PolypHD, ETIS-Larib, Kvasir-SEG, PICCOLO, KUMC) \u003cbr/\u003e\u003cbr/\u003e No (CVC-ClinicVideoDB, SUN, LDPolypVideo)\n[Nogueira-Rodríguez et al. 2023](https://doi.org/10.3390/diagnostics13050966) | 87.2% (bb) \u003csub\u003e\\{P\\} [P]\u003c/sub\u003e\u003cbr/\u003e 86.7% (bb) \u003csub\u003e\\{P2\\} [P]\u003c/sub\u003e\u003cbr/\u003e 87.5% (bb) \u003csub\u003e\\{P5\\} [P]\u003c/sub\u003e\u003cbr/\u003e 85% (bb) \u003csub\u003e\\{P10\\} [P]\u003c/sub\u003e\u003cbr/\u003e 88% (bb) \u003csub\u003e\\{P15\\} [P]\u003c/sub\u003e\u003cbr/\u003e | \u003cdetails open\u003e\u003csummary\u003eIntra-dataset Evaluation\u003c/summary\u003e\u003cbr/\u003e\u003cdetails close\u003e\u003csummary\u003e[Nogueira et al. 2021](https://doi.org/10.3390/diagnostics12040898)\u003c/summary\u003e\u003cbr/\u003e 89% (bb) \u003csub\u003e\\{P\\} [P]\u003c/sub\u003e\u003cbr/\u003e 88.2% (bb) \u003csub\u003e\\{P\\} [P2]\u003c/sub\u003e\u003cbr/\u003e 87.1% (bb) \u003csub\u003e\\{P\\} [P5]\u003c/sub\u003e\u003cbr/\u003e 85.2% (bb) \u003csub\u003e\\{P\\} [P10]\u003c/sub\u003e\u003cbr/\u003e 83.6% (bb) \u003csub\u003e\\{P\\} [P15]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e\u003c/details\u003e\u003cdetails close\u003e\u003csummary\u003eNot-polyp images increment 2%\u003c/summary\u003e\u003cbr/\u003e 89.4% (bb) \u003csub\u003e\\{P2\\} [P]\u003c/sub\u003e\u003cbr/\u003e 89% (bb) \u003csub\u003e\\{P2\\} [P2]\u003c/sub\u003e\u003cbr/\u003e 88.6% (bb) \u003csub\u003e\\{P2\\} [P5]\u003c/sub\u003e\u003cbr/\u003e 87.9% (bb) \u003csub\u003e\\{P2\\} [P10]\u003c/sub\u003e\u003cbr/\u003e 87.1% (bb) \u003csub\u003e\\{P2\\} [P15]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e\u003c/details\u003e\u003cdetails close\u003e\u003csummary\u003eNot-polyp images increment 5%\u003c/summary\u003e\u003cbr/\u003e 90.2% (bb) \u003csub\u003e\\{P5\\} [P]\u003c/sub\u003e\u003cbr/\u003e 89.9% (bb) \u003csub\u003e\\{P5\\} [P2]\u003c/sub\u003e\u003cbr/\u003e 89.5% (bb) \u003csub\u003e\\{P5\\} [P5]\u003c/sub\u003e\u003cbr/\u003e 88.8% (bb) \u003csub\u003e\\{P5\\} [P10]\u003c/sub\u003e\u003cbr/\u003e 88.1% (bb) \u003csub\u003e\\{P5\\} [P15]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e\u003c/details\u003e\u003cdetails close\u003e\u003csummary\u003eNot-polyp images increment 10%\u003c/summary\u003e\u003cbr/\u003e 90.4% (bb) \u003csub\u003e\\{P10\\} [P]\u003c/sub\u003e\u003cbr/\u003e 90.2% (bb) \u003csub\u003e\\{P10\\} [P2]\u003c/sub\u003e\u003cbr/\u003e 90.1% (bb) \u003csub\u003e\\{P10\\} [P5]\u003c/sub\u003e\u003cbr/\u003e 89.7% (bb) \u003csub\u003e\\{P10\\} [P10]\u003c/sub\u003e\u003cbr/\u003e 89.5% (bb) \u003csub\u003e\\{P10\\} [P15]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e\u003c/details\u003e\u003cdetails close\u003e\u003csummary\u003eNot-polyp images increment 15%\u003c/summary\u003e\u003cbr/\u003e 91% (bb) \u003csub\u003e\\{P15\\} [P]\u003c/sub\u003e\u003cbr/\u003e 90.9% (bb) \u003csub\u003e\\{P15\\} [P2]\u003c/sub\u003e\u003cbr/\u003e 90.7% (bb) \u003csub\u003e\\{P15\\} [P5]\u003c/sub\u003e\u003cbr/\u003e 90.4% (bb) \u003csub\u003e\\{P15\\} [P10]\u003c/sub\u003e\u003cbr/\u003e 90.1% (bb) \u003csub\u003e\\{P15\\} [P15]\u003c/sub\u003e\u003cbr/\u003e\u003c/details\u003e\u003c/details\u003e | - | \u003cdetails open\u003e\u003csummary\u003eIntra-dataset Evaluation\u003c/summary\u003e\u003cbr/\u003e\u003cdetails close\u003e\u003csummary\u003e[Nogueira et al. 2021](https://doi.org/10.3390/diagnostics12040898)\u003c/summary\u003e\u003cbr/\u003e F1:0.881 (bb) \u003csub\u003e\\{P\\} [P]\u003c/sub\u003e\u003cbr/\u003e F1:0.882 (bb) \u003csub\u003e\\{P\\} [P2]\u003c/sub\u003e\u003cbr/\u003e F1:0.871 (bb) \u003csub\u003e\\{P\\} [P5]\u003c/sub\u003e\u003cbr/\u003e F1:0.852 (bb) \u003csub\u003e\\{P\\} [P10]\u003c/sub\u003e\u003cbr/\u003e F1:0.836 (bb) \u003csub\u003e\\{P\\} [P15]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e\u003c/details\u003e\u003cdetails close\u003e\u003csummary\u003eNot-polyp images increment 2%\u003c/summary\u003e\u003cbr/\u003e F1:0.880 (bb) \u003csub\u003e\\{P2\\} [P]\u003c/sub\u003e\u003cbr/\u003e F1:0.890 (bb) \u003csub\u003e\\{P2\\} [P2]\u003c/sub\u003e\u003cbr/\u003e F1:0.886 (bb) \u003csub\u003e\\{P2\\} [P5]\u003c/sub\u003e\u003cbr/\u003e F1:0.879 (bb) \u003csub\u003e\\{P2\\} [P10]\u003c/sub\u003e\u003cbr/\u003e F1:0.871 (bb) \u003csub\u003e\\{P2\\} [P15]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e\u003c/details\u003e\u003cdetails close\u003e\u003csummary\u003eNot-polyp images increment 5%\u003c/summary\u003e\u003cbr/\u003e F1:0.888 (bb) \u003csub\u003e\\{P5\\} [P]\u003c/sub\u003e\u003cbr/\u003e F1:0.899 (bb) \u003csub\u003e\\{P5\\} [P2]\u003c/sub\u003e\u003cbr/\u003e F1:0.895 (bb) \u003csub\u003e\\{P5\\} [P5]\u003c/sub\u003e\u003cbr/\u003e F1:0.888 (bb) \u003csub\u003e\\{P5\\} [P10]\u003c/sub\u003e\u003cbr/\u003e F1:0.881 (bb) \u003csub\u003e\\{P5\\} [P15]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e\u003c/details\u003e\u003cdetails close\u003e\u003csummary\u003eNot-polyp images increment 10%\u003c/summary\u003e\u003cbr/\u003e F1:0.876 (bb) \u003csub\u003e\\{P10\\} [P]\u003c/sub\u003e\u003cbr/\u003e F1:0.902 (bb) \u003csub\u003e\\{P10\\} [P2]\u003c/sub\u003e\u003cbr/\u003e F1:0.901 (bb) \u003csub\u003e\\{P10\\} [P5]\u003c/sub\u003e\u003cbr/\u003e F1:0.897 (bb) \u003csub\u003e\\{P10\\} [P10]\u003c/sub\u003e\u003cbr/\u003e F1:0.895 (bb) \u003csub\u003e\\{P10\\} [P15]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e\u003c/details\u003e\u003cdetails close\u003e\u003csummary\u003eNot-polyp images increment 15%\u003c/summary\u003e\u003cbr/\u003e F1:0.895 (bb) \u003csub\u003e\\{P15\\} [P]\u003c/sub\u003e\u003cbr/\u003e F1:0.909 (bb) \u003csub\u003e\\{P15\\} [P2]\u003c/sub\u003e\u003cbr/\u003e F1:0.907 (bb) \u003csub\u003e\\{P15\\} [P5]\u003c/sub\u003e\u003cbr/\u003e F1:0.904 (bb) \u003csub\u003e\\{P15\\} [P10]\u003c/sub\u003e\u003cbr/\u003e F1:0.901 (bb) \u003csub\u003e\\{P15\\} [P15]\u003c/sub\u003e\u003cbr/\u003e\u003c/details\u003e\u003c/details\u003e\u003cbr/\u003e\u003cdetails close\u003e\u003csummary\u003eInter-dataset Evaluation\u003c/summary\u003e\u003cbr/\u003e\u003cdetails close\u003e\u003csummary\u003eLDPolypVideo\u003c/summary\u003e\u003cbr/\u003e F1:0.522 (bb) \u003csub\u003e\\{P\\} [LDPolypVideo]\u003c/sub\u003e\u003cbr/\u003e F1:0.563 (bb) \u003csub\u003e\\{P2\\} [LDPolypVideo]\u003c/sub\u003e\u003cbr/\u003e F1:0.516 (bb) \u003csub\u003e\\{P5\\} [LDPolypVideo]\u003c/sub\u003e\u003cbr/\u003e F1:0.491 (bb) \u003csub\u003e\\{P10\\} [LDPolypVideo]\u003c/sub\u003e\u003cbr/\u003e F1:0.564 (bb) \u003csub\u003e\\{P10\\} [LDPolypVideo]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e\u003c/details\u003e\u003cdetails close\u003e\u003csummary\u003eCVC-ClinicVideoDB\u003c/summary\u003e\u003cbr/\u003e F1:0.774 (bb) \u003csub\u003e\\{P\\} [CVC-ClinicVideoDB]\u003c/sub\u003e\u003cbr/\u003e F1:0.803 (bb) \u003csub\u003e\\{P2\\} [CVC-ClinicVideoDB]\u003c/sub\u003e\u003cbr/\u003e F1:0.813 (bb) \u003csub\u003e\\{P5\\} [CVC-ClinicVideoDB]\u003c/sub\u003e\u003cbr/\u003e F1:0.809 (bb) \u003csub\u003e\\{P10\\} [CVC-ClinicVideoDB]\u003c/sub\u003e\u003cbr/\u003e F1:0.800 (bb) \u003csub\u003e\\{P15\\} [CVC-ClinicVideoDB]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e\u003c/details\u003e\u003cdetails close\u003e\u003csummary\u003eKUMC dataset\u003c/summary\u003e\u003cbr/\u003e F1:0.818 (bb) \u003csub\u003e\\{P\\} [KUMC dataset]\u003c/sub\u003e\u003cbr/\u003e F1:0.811 (bb) \u003csub\u003e\\{P2\\} [KUMC dataset]\u003c/sub\u003e\u003cbr/\u003e F1:0.819 (bb) \u003csub\u003e\\{P5\\} [KUMC dataset]\u003c/sub\u003e\u003cbr/\u003e F1:0.762 (bb) \u003csub\u003e\\{P10\\} [KUMC dataset]\u003c/sub\u003e\u003cbr/\u003e F1:0.831 (bb) \u003csub\u003e\\{P15\\} [KUMC dataset]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e\u003c/details\u003e\u003cdetails close\u003e\u003csummary\u003ePICCOLO\u003c/summary\u003e\u003cbr/\u003e F1:0.667 (bb) \u003csub\u003e\\{P\\} [PICCOLO]\u003c/sub\u003e\u003cbr/\u003e F1:0.601 (bb) \u003csub\u003e\\{P2\\} [PICCOLO]\u003c/sub\u003e\u003cbr/\u003e F1:0.691 (bb) \u003csub\u003e\\{P5\\} [PICCOLO]\u003c/sub\u003e\u003cbr/\u003e F1:0.759 (bb) \u003csub\u003e\\{P10\\} [PICCOLO]\u003c/sub\u003e\u003cbr/\u003e F1:0.691 (bb) \u003csub\u003e\\{P15\\} [PICCOLO]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e\u003c/details\u003e\u003cdetails close\u003e\u003csummary\u003eCVC-ClinicDB\u003c/summary\u003e\u003cbr/\u003e F1:0.845 (bb) \u003csub\u003e\\{P\\} [CVC-ClinicDB]\u003c/sub\u003e\u003cbr/\u003e F1:0.843 (bb) \u003csub\u003e\\{P2\\} [CVC-ClinicDB]\u003c/sub\u003e\u003cbr/\u003e F1:0.867 (bb) \u003csub\u003e\\{P5\\} [CVC-ClinicDB]\u003c/sub\u003e\u003cbr/\u003e F1:0.786 (bb) \u003csub\u003e\\{P10\\} [CVC-ClinicDB]\u003c/sub\u003e\u003cbr/\u003e F1:0.824 (bb) \u003csub\u003e\\{P15\\} [CVC-ClinicDB]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e\u003c/details\u003e\u003cdetails close\u003e\u003csummary\u003eCVC-ColonDB\u003c/summary\u003e\u003cbr/\u003e F1:0.826 (bb) \u003csub\u003e\\{P\\} [CVC-ColonDB]\u003c/sub\u003e\u003cbr/\u003e F1:0.848 (bb) \u003csub\u003e\\{P2\\} [CVC-ColonDB]\u003c/sub\u003e\u003cbr/\u003e F1:0.883 (bb) \u003csub\u003e\\{P5\\} [CVC-ColonDB]\u003c/sub\u003e\u003cbr/\u003e F1:0.689 (bb) \u003csub\u003e\\{P10\\} [CVC-ColonDB]\u003c/sub\u003e\u003cbr/\u003e F1:0.797 (bb) \u003csub\u003e\\{P15\\} [CVC-ColonDB]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e\u003c/details\u003e\u003cdetails close\u003e\u003csummary\u003eSUN\u003c/summary\u003e\u003cbr/\u003e F1:0.805 (bb) \u003csub\u003e\\{P\\} [SUN]\u003c/sub\u003e\u003cbr/\u003e F1:0.764 (bb) \u003csub\u003e\\{P2\\} [SUN]\u003c/sub\u003e\u003cbr/\u003e F1:0.738 (bb) \u003csub\u003e\\{P5\\} [SUN]\u003c/sub\u003e\u003cbr/\u003e F1:0.765 (bb) \u003csub\u003e\\{P10\\} [SUN]\u003c/sub\u003e\u003cbr/\u003e F1:0.746 (bb) \u003csub\u003e\\{P15\\} [SUN]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e\u003c/details\u003e\u003cdetails close\u003e\u003csummary\u003eKvasir-SEG\u003c/summary\u003e\u003cbr/\u003e F1:0.807 (bb) \u003csub\u003e\\{P\\} [Kvasir-SEG]\u003c/sub\u003e\u003cbr/\u003e F1:0.800 (bb) \u003csub\u003e\\{P2\\} [Kvasir-SEG]\u003c/sub\u003e\u003cbr/\u003e F1:0.797 (bb) \u003csub\u003e\\{P5\\} [Kvasir-SEG]\u003c/sub\u003e\u003cbr/\u003e F1:0.840 (bb) \u003csub\u003e\\{P10\\} [Kvasir-SEG]\u003c/sub\u003e\u003cbr/\u003e F1:0.830 (bb) \u003csub\u003e\\{P15\\} [Kvasir-SEG]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e\u003c/details\u003e\u003cdetails close\u003e\u003csummary\u003eETIS-Larib\u003c/summary\u003e\u003cbr/\u003e F1:0.718 (bb) \u003csub\u003e\\{P\\} [ETIS-Larib]\u003c/sub\u003e\u003cbr/\u003e F1:0.732 (bb) \u003csub\u003e\\{P2\\} [ETIS-Larib]\u003c/sub\u003e\u003cbr/\u003e F1:0.679 (bb) \u003csub\u003e\\{P5\\} [ETIS-Larib]\u003c/sub\u003e\u003cbr/\u003e F1:0.594 (bb) \u003csub\u003e\\{P10\\} [ETIS-Larib]\u003c/sub\u003e\u003cbr/\u003e F1:0.685 (bb) \u003csub\u003e\\{P15\\} [ETIS-Larib]\u003c/sub\u003e\u003cbr/\u003e\u003cbr/\u003e\u003c/details\u003e\u003cdetails close\u003e\u003csummary\u003eCVC-PolypHD\u003c/summary\u003e\u003cbr/\u003e F1:0.800 (bb) \u003csub\u003e\\{P\\} [CVC-PolypHD]\u003c/sub\u003e\u003cbr/\u003e F1:0.729 (bb) \u003csub\u003e\\{P2\\} [CVC-PolypHD]\u003c/sub\u003e\u003cbr/\u003e F1:0.826 (bb) \u003csub\u003e\\{P5\\} [CVC-PolypHD]\u003c/sub\u003e\u003cbr/\u003e F1:0.820 (bb) \u003csub\u003e\\{P10\\} [CVC-PolypHD]\u003c/sub\u003e\u003cbr/\u003e F1:0.820 (bb) \u003csub\u003e\\{P15\\} [CVC-PolypHD]\u003c/sub\u003e\u003cbr/\u003e\u003c/details\u003e\u003c/details\u003e | Yes (PIBAdb, CVC-ClinicDB, CVC-ColonDB, CVC-PolypHD, ETIS-Larib, Kvasir-SEG, PICCOLO, KUMC) \u003cbr/\u003e No (CVC-ClinicVideoDB, SUN, LDPolypVideo)\n\n\n## Polyp Classification\n\nPerformance metrics on public and private datasets of all polyp classification studies.\n\n- Between curly brackets it is specified the **training dataset**, where \"P\" stands for private.\n- Between square brackets it ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsing-group%2Fdeep-learning-colonoscopy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsing-group%2Fdeep-learning-colonoscopy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsing-group%2Fdeep-learning-colonoscopy/lists"}