Skip to content

eraserNut/MICCAI2019

Repository files navigation

MICCAI 2019 workshop

Table of content

  1. Architectures
  2. Experiment results
  3. ...

Architectures

  • Unet
  • FPN
  • DeepLab-V3

Experiment results

We test several segmentation models at a MICCAI SegStruct datasets. For fair, we train all models with 60 epochs and add evaluation for each epoch. Then save best epoch as the last result. We evaluate them with two evaluation: Dice and HD95%, all results as follows:

Task1(Nasopharynx cancer):

Organ-at-risk segmentation from head & neck CT scans.

22 OARs of 50 nasopharynx cancer patients will be annotated and released to public as the training data. Each of the annotated CT scan is marked by one experienced oncologist and verified by another experienced one. Another 10 patients’ CT scans will be used as the test data.

Model Dice HD95% Encoder Batch size Loss function Resized Use pretrained Rcf refine
Unet Resnet-18 4 OhemCrossEntropy N Y N
FPN Resnet-18 4 OhemCrossEntropy N Y N
DeepLab-V3 Resnet-18 4 OhemCrossEntropy N Y N

Task2(Nasopharynx cancer):

Gross Target Volume segmentation of nasopharynx cancer.

The 50 GTV annotations of the same 50 nasopharynx cancer patients’ CT scans will be provided as the training data and another 10 patients’ GTV will be used as the test data.

Model Dice HD95% Encoder Batch size Loss function Resized Use pretrained Rcf refine
Unet Resnet-18 4 BCE,Dice N Y N
FPN Resnet-18 4 BCE,Dice N Y N
DeepLab-V3 Resnet-18 4 BCE,Dice N Y N

Task3(Lung cancer):

Organ-at-risk segmentation from chest CT scans.

6 OARs of 50 lung cancer patients will be annotated and released to public as the training data. Another 10 patients’ CT scans will be used as the test data. Each CT scan is annotated by one experienced oncologist and verified by another one.

Model Dice HD95% Encoder Batch size Loss function Resized Use pretrained Rcf refine
Unet Resnet-18 4 OhemCrossEntropy N Y N
FPN Resnet-18 4 OhemCrossEntropy N Y N
DeepLab-V3 Resnet-18 4 OhemCrossEntropy N Y N

Task4(Lung cancer):

Gross Target Volume segmentation of lung cancer.

The 50 GTV annotations of the same 50 lung cancer patients’ CT scans will be provided as the training data and another 10 patients’ GTV will be used as the test data. Each CT scan is annotated by one experienced oncologist and verified by another one.

Model Dice HD95% Encoder Batch size Loss function Resized Use pretrained Rcf refine
Unet Resnet-18 4 BCE,Dice N Y N
FPN Resnet-18 4 BCE,Dice N Y N
DeepLab-V3 Resnet-18 4 BCE,Dice N Y N

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages