Skip to content

Sparse convolutional neural network for high-resolution skull shape completion and shape super-resolution

Notifications You must be signed in to change notification settings

Jianningli/SparseCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

Check out the Motivation Letter.

Check out the demonstration video.

Full texts can be found HERE.

Our paper describes a practical solution to the curse of dimensionality in medical image analysis. The proposed approach is particularly relevant if your GPU memory does not possess the capacity to process the medical images at their original resolution and/or the sluggish training prohibits efficient hyper-parameter tunning. Our work describes the utility of sparse convolutions in shape completion, super-resolution and segmentation tasks. Experiments show that the proposed method is able to process high-resolution medical images using moderate memory and at a high speed.

skull shape completion and super-resolution

Thanks to sparse convolutions, a deep neural net can be trained on full-resolution skull images (512x512xZ) for shape completion and shape super-resolution tasks. Previous approaches (or this) use dense convolutions, so that the images have to be downsampled to fit in the GPU memory. A super-resolution network upsamples a coarse image to higher resolution (e.g., 512x512xZ) and restores its fine geometric details on the shape surface.

shape completion (input-prediction-gt) super-resolution (64-128-256-512)
[skull shape completion] [skull shape super-resolution]

medical image segmentation

Detailed workflow of using sparse neural nets in medical image segmentation can be found here.

segmentation 1 segmentation 2
[segmentation] [segmentation]

To cite our work:

@article{li2023sparse,
title={Sparse Convolutional Neural Network for High-resolution Skull Shape Completion and Shape Super-resolution},
author={Li, Jianning and Gsaxner, Christina and Pepe, Antonio and Schmalstieg, Dieter and Kleesiek, Jens and Egger, Jan},
journal={Scientific Reports},
volume={13},
doi={https://doi.org/10.1038/s41598-023-47437-6},
year={2023}}

About

Sparse convolutional neural network for high-resolution skull shape completion and shape super-resolution

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages