Skip to content

De-biasing (out-of-distribution mitigation) methods based on Bayesian epistemic uncertainties tested on Polyp dataset.

License

Notifications You must be signed in to change notification settings

ysbecca/BayPolypGen-Benchmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BayPolypGen-Benchmark

Bayesian debiasing method test

Brief description:

This is a benchmark code used for polyp segmentation reported in PolypGen: A multi-center polyp detection andsegmentation dataset for generalisabilityassessment.

Cite: Ali, S. et al. A multi-centre polyp detection and segmentation dataset for generalisability assessment. Sci Data 10, 75 (2023). https://doi.org/10.1038/s41597-023-01981-y

Installation

Requirements:

  • Python 3.6.5+
  • Pytorch (version 1.4.0)
  • Torchvision (version 0.5.0)
  • Visdom and many (will update it!!!)
  1. Clone this repository

    git clone https://github.com/sharibox/PolypGen-Benchmark.git

    cd PolypGen-Benchmark

  2. Goto your environment with installations

  3. Clone additional UNet backbone repository

    git clone https://github.com/mkisantal/backboned-unet.git

    cd backboned-unet

    pip install .

Metrics

  • Please use the metrics provided here

Statement & Disclaimer

This project is for research purpose only and may have included third party educational/research codes. The authors do not take any liability regarding any commercial usage. For any other questions please contact [email protected].

About

De-biasing (out-of-distribution mitigation) methods based on Bayesian epistemic uncertainties tested on Polyp dataset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.7%
  • Shell 3.4%
  • Jupyter Notebook 2.9%