Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sudohainguyen/medical-image-segmentation


https://github.com/sudohainguyen/medical-image-segmentation

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Medical Image segmentation

This project is about my personal experiments with various of Neural Network for medical image segmentation (organs, brain, tumors,...) implemented in PyTorch and PyTorch Lightning.

## Dataset

- [x] Dataset B
- [ ] LITS 2017

## Neural Nets

- [x] UNet
- [x] AttentionUNet
- [x] Nested-UNet
- [ ] STAN ([Small tumor-aware network](https://arxiv.org/pdf/2002.01034.pdf))
- [ ] MSDNet ([Mixed-scale dense convolutional network](https://www.pnas.org/content/pnas/115/2/254.full.pdf))

## Attention mechanism

- [x] Attention Gated ([paper](https://openreview.net/pdf?id=Skft7cijM))
- [ ] Grid Attention
- [ ] Axial Attention ([paper](https://arxiv.org/abs/2003.07853))

## Loss function

- [x] Dice loss
- [ ] Lovasz loss
- [ ] Tversky loss

## Demo