Skip to content

chelovek21/BioImageSegmentation

Repository files navigation

BioImageSegmentation

Implementation of Suggestive Annotation: A Deep Active Learning Framework for Biomedical Image Segmentation This includes multiple uncertainty functions for active learning loop and implementation for dropout to estimate uncertainty instead of boostrap method described in the paper.

The architecture used is from DCAN: Deep Contour-Aware Networks for Accurate Gland Segmentation

Dataset

The dataset used is the gland dataset. Its is available at: https://www2.warwick.ac.uk/fac/sci/dcs/research/tia/glascontest/download/warwick_qu_dataset_released_2016_07_08.zip. Download and unzip. Point to the folder in the run script(run.sh).

Details

Some output from the model:

Input Output Ground truth

TODO: description of each file

Status

Active learning part might not be working!

I suspect that the some of the metrics are not calculated right, since the score does not really reflect the image outputted by the network.

TODO

  • Make sure active learner is working
  • Fix metrics
  • Implement NasNet cells in the network

Credits

Shout-out to Rasmus Hvingelby, @hvingelby

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published