• Stars
    star
    233
  • Rank 172,230 (Top 4 %)
  • Language
    Python
  • Created over 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Official implementation of DoubleU-Net for Semantic Image Segmentation in TensorFlow & Pytorch (Nominated for Best Paper Award (IEEE CBMS))

DoubleU-Net: A Deep Convolutional Neural Network for Medical Image Segmentation

DoubleU-Net starts with a VGG19 as encoder sub-network, which is followed by decoder sub-network. In the network, the input image is fed to the modified UNet(UNet1), which generates predicted masks (i.e., output1). We then multiply the input image and the produced masks (i.e., output1), which acts as an input for the second modified U-Net(UNet2) that produces another the generated mask (output2). Finally, we concatenate both the masks (output1 and output2) to get the final predicted mask (output).

Please find the paper here: DoubleU-Net: A Deep Convolutional Neural Network for Medical Image Segmentation, Arxiv: DoubleU-Net: A Deep Convolutional Neural Network for Medical Image Segmentation

Architecture

Datasets:

The following datasets are used in this experiment:

  1. MICCAI 2015 Segmentation challenge(CVC-ClinicDB for training and ETIS-Larib for Testing)
  2. [CVC-ClinicDB] (https://www.kaggle.com/datasets/balraj98/cvcclinicdb)
  3. [Lesion Boundary segmentation challenge] (https://challenge.isic-archive.com/data/)/li>
  4. [2018 Data Science Bowl challenge] (https://bbbc.broadinstitute.org/BBBC038/)

Hyperparameters:

  1. Batch size = 16
  2. Number of epoch = 300
Dataset Name Loss Optimizer Learning Rate
MICCAI 2015 Challenge Dataset Binary crossentropy Nadam 1e-5
CVC-ClinicDB Binary crossentropy Nadam 1e-5
Lesion Boundary segmentation challenge Dice loss Adam 1e-4
2018 Data Science Bowl challengeDice loss Nadam 1e-4

Weight file:

The weight file for the lesion boundary segmentation dataset can be found here: https://drive.google.com/file/d/1jjMYoMkbb866-1qh3bD546TVp-ZjKs9w/view?usp=sharing

The weight file for the CVC-612 and "2015 MICCAI sub-challenge on automatic polyp detection dataset" can be found here: https://drive.google.com/file/d/14ahqFsLu-XlW8IRYmYptVocRGwsGm6Ea/view?usp=sharing

The weight file for "the 2018 Data Science Bowl Challenge" and can be found here: https://drive.google.com/file/d/1J8yjNa_Oeuf26s2qRq6H0GEtp272oXY5/view?usp=sharing

Results

The model is trained on CVC-ClinicDB and tested on the ETIS-Larib polyp dataset.

The model is trained and tested on CVC-ClinicDB.

The model is trained and tested on Lesion Boundary segmentation challenge.

The model is trained and tested 2018 Data Science Bowl Challenge.

Citation

Please cite our paper if you find the work useful:

  @INPROCEEDINGS{9183321,
  author={D. {Jha} and M. A. {Riegler} and D. {Johansen} and P. {Halvorsen} and H. D. {Johansen}},
  booktitle={2020 IEEE 33rd International Symposium on Computer-Based Medical Systems (CBMS)}, 
  title={DoubleU-Net: A Deep Convolutional Neural Network for Medical Image Segmentation}, 
  year={2020},
  pages={558-564}}

Contact

please contact [email protected] for any further questions.

More Repositories

1

ResUNetPlusPlus

Official code for ResUNetplusplus for medical image segmentation (TensorFlow & Pytorch implementation)
Python
176
star
2

ResUNetPlusPlus-with-CRF-and-TTA

Official implementation of ResUNet++, CRF, and TTA for segmentation of medical images (IEEE JBIHI)
Python
125
star
3

ColonSegNet

Official implementation of ColonSegNet: Real-Time Polyp Segmentation (Used in NVIDIA Clara Holoscan App for Polyp Segmentation)
Python
51
star
4

GastroVision

GastroVision: A Multi-class Endoscopy Image Dataset for Computer Aided Gastrointestinal Disease Detection https://drive.google.com/drive/folders/1T35gqO7jIKNxC-gVA2YVOMdsL7PSqeAa?usp=sharing
Python
33
star
5

NanoNet

Official implementation of NanoNet: Real-time medical Image segmentation architecture (IEEE CBMS)
Python
29
star
6

TransNetR

Official implementation of TransNetR: Transformer-based Residual Network for Polyp Segmentation with Multi-Center Out-of-Distribution Testing (MIDL 2022)
Python
20
star
7

PolypGen

A multi-centre polyp detection and segmentation dataset for generalisability assessment https://www.nature.com/articles/s41597-023-01981-y
15
star
8

PVTFormer

Liver segmentation using Deep Learning on LiTS 2017 Dataset
Python
14
star
9

UNet-insturment-segmentation

Tensorflow implementation of UNet on surgical Instrument dataset from laparoscopic videos
Python
13
star
10

Kvasir-Instrument

GitHub repository for the Kvasir-instrument dataset
13
star
11

PolypDB

PolypDB: A Curated Multi-Center Dataset for Development of AI Algorithms in Colonoscopy
13
star
12

ResUNetplusplus-PyTorch-

PyTorch implementation of ResUNet++ for Medical Image segmentation
Python
13
star
13

Kvasir-SEG

Kvasir-SEG: A Segmented Polyp Dataset
11
star
14

2020-MediaEval-Medico-polyp-segmentation

GitHub repository for Medico automatic polyp segmentation challenge
Python
10
star
15

DoubleUNet

PyTorch implementation of DoubleUNet for medical image segmentation
Python
10
star
16

TransRUPNet

TransRUPNet for Improved Out-of-Distribution Generalization in Polyp Segmentation (IEEE EMBC)
Python
6
star
17

LightLayers

LightLayers: Parameter Efficient Dense and convolutional Layers for Image Classification (PDCAT-PAAP)
Python
5
star
18

opendatasets

Free datasets for open research, and development
5
star
19

Kvasircapsule-SEG

NanoNet: Real-Time Polyp Segmentation in Capsule Endoscopy & Colonoscopy [Contains an open-access capsule endoscopy dataset (2021 IEEE CBMS)]
5
star
20

Doubleunet_pytorch

Official implementation of DoubleU-Net: A Deep Convolutional Neural Network for Medical Image Segmentation (pytorch implementation)
Python
5
star
21

confusionmatrix

Python
4
star
22

MDNet

Multi Decoder Network for Polyp Segmentation
3
star
23

Labelling_tool

List of labelling tools for computer vision tasks
2
star
24

reproducible_models

Reproducible deep learning models with weight files for method comparison.
1
star
25

DebeshJha

1
star