openTMAS

openTMAS: Open-source Targeted Medical Images Analysis System


Project maintained by notagenius Hosted on GitHub Pages — Theme by mattgraham

back to main page

Lung segmentation algorithms

1. U-Net: Convolutional Networks for Biomedical Image Segmentation [May 2015]

U-Net

unet-Architecture

note: accuracy hits 92% when metadata is combined (I-CNN + Weight + Age + Gender + Height)

2. UNet++: Redesigning Skip Connections to Exploit [Dec 2019]

U-Net-Plus-Plus-Architecture

note: the paper addressed multiscale features in image segmentation well. lung images segmentation is one of the applications in paper.

3. CE-Net: Context Encoder Network for 2D Medical Image Segmentation [March 2019]

CENET-Architecture

note: Paper is released under the tasks of Electron Microscope Images.

4. HyperDense-Net: A hyper-densely connected CNN for multi-modal image segmentation [April 2018]

note: state-of-the-art segmentation algorithms of Brain MRI images

5. Multi-scale self-guided attention for medical image segmentation [June 2019]

ms_dual

note: state-of-the-art on Abdominal CT and MRI segmetation.

6. V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation [June 2016]

vnet

note: one of the application is on 343 chest CT scans and vnet was took as baseline as following figure

vnet

7. UNet 3+: A full-scale connected unet for medical image segmentation [April 2020]

unet3+

note: using skip connection improvement over Unet++

back to main page