8000 GitHub - mrkolarik/3D-brain-segmentation: This is a repository containing code to Paper "Optimized High Resolution 3D Dense-U-Net Network for Brain and Spine Segmentation" published at MDPI Applied sciences journal - https://www.mdpi.com/2076-3417/9/3/404 .
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This is a repository containing code to Paper "Optimized High Resolution 3D Dense-U-Net Network for Brain and Spine Segmentation" published at MDPI Applied sciences journal - https://www.mdpi.com/2076-3417/9/3/404 .

Notifications You must be signed in to change notification settings

mrkolarik/3D-brain-segmentation

Repository files navigation

Optimized High Resolution 3D Dense-U-Net for Brain and Spine Segmentation


This repository provides the official codebase for the paper:
Optimized High Resolution 3D Dense-U-Net Network for Brain and Spine Segmentation
published in MDPI Applied Sciences, 2019.

If you are working on medical 3D segmentation and seek to benchmark against our methods, this repository offers the corresponding academic implementation.


📄 Paper Overview

  • Optimized Dense-U-Net architecture for brain MRI and spine CT segmentation
  • Improvements over standard U-Net in segmentation accuracy
  • Designed for practical training on available GPUs in 2019
  • Implementations include:
    • 2D and 3D Dense-U-Net
    • 2D and 3D Res-U-Net
    • Classic U-Net for baseline comparison

📂 Datasets used

  • Spine Dataset: Previously available through SpineWeb. Offline as of April 2025
  • Brain MRI Dataset: Private; redistribution is unfortunately not permitted.

🧪 Results

Segmentation examples using 3D Dense-U-Net:

Brain MRI Slice Dense-U-Net Architecture Brain Segmentation Output Spine Segmentation Output
  • Figure 1: Example of MRI brain slice and thoracic CT scan. Segmented tissue is highlighted.
  • Figure 2: Dense-U-Net architecture (green: residual connections, blue: dense connections).
  • Figure 3: 3D brain segmentation output.
  • Figure 4: 3D spine segmentation output (vertebrae abnormalities included in ground truth).

📚 Citation

If you reference or build on this work, please cite:

@article{kolarik2019optimized,
  title={Optimized High Resolution 3D Dense-U-Net Network for Brain and Spine Segmentation},
  author={Kola{\v{r}}{\'\i}k, Martin and Burget, Radim and Uher, V{\'a}clav and {\v{R}}{\'\i}ha, Kamil and Dutta, Malay Kishore},
  journal={Applied Sciences},
  volume={9},
  number={3},
  pages={404},
  year={2019},
  publisher={Multidisciplinary Digital Publishing Institute}
}

📖 Related Work

This implementation is inspired by:


🚀 Project Status

This repository is no longer actively maintained and will be archived.
The code serves as an academic reference for reproducing results from the original publication.
For current state-of-the-art (SOTA) research, please consult newer architectures and frameworks.


About

This is a repository containing code to Paper "Optimized High Resolution 3D Dense-U-Net Network for Brain and Spine Segmentation" published at MDPI Applied sciences journal - https://www.mdpi.com/2076-3417/9/3/404 .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0