paper-with-me

홈 › Papers

A Baseline Approach for AutoImplant: the MICCAI 2020 Cranial Implant Design Challenge

2020-06-22 · Jianning Li, Antonio Pepe, Christina Gsaxner, Gord von Campe, Jan Egger

In this study, we present a baseline approach for AutoImplant (https://autoimplant.grand-challenge.org/) - the cranial implant design challenge, which, as suggested by the organizers, can be formulated as a volumetric shape learning task. In this task, the defective skull, the complete skull and the cranial implant are represented as binary voxel grids. To accomplish this task, the implant can be either reconstructed directly from the defective skull or obtained by taking the difference between a defective skull and a complete skull. In the latter case, a complete skull has to be reconstructed given a defective skull, which defines a volumetric shape completion problem. Our baseline approach for this task is based on the former formulation, i.e., a deep neural network is trained to predict the implants directly from the defective skulls. The approach generates high-quality implants in two steps: First, an encoder-decoder network learns a coarse representation of the implant from down-sampled, defective skulls; The coarse implant is only used to generate the bounding box of the defected region in the original high-resolution skull. Second, another encoder-decoder network is trained to generate a fine implant from the bounded area. On the test set, the proposed approach achieves an average dice similarity score (DSC) of 0.8555 and Hausdorff distance (HD) of 5.1825 mm. The code is publicly available at https://github.com/Jianningli/autoimplant.

📄 PDF Abstract BibTeX arXiv:2006.12449

Code (1)

Jianningli/autoimplant 공식 구현 tf

Tasks

Decoder

Similar Papers 제목 키워드 기반

Deep Learning-based Framework for Automatic Cranial Defect Reconstruction and Implant Modeling

2022-04-13 · Marek Wodzinski, Mateusz Daniol, Miroslaw Socha, Daria Hemmerling 외

The goal of this work is to propose a robust, fast, and fully automatic method for personalized cranial defect reconstruction and implant modeling. We propose a two-step deep learning-based method using a modified U-Net …

Image RegistrationMixed Reality

Cranial Implant Design via Virtual Craniectomy with Shape Priors

2020-09-29 · Franco Matzkin, Virginia Newcombe, Ben Glocker, Enzo Ferrante

Cranial implant design is a challenging task, whose accuracy is crucial in the context of cranioplasty procedures. This task is usually performed manually by experts using computer-assisted design software. In this work,…

Learning to Rearrange Voxels in Binary Segmentation Masks for Smooth Manifold Triangulation

2021-08-11 · Jianning Li, Antonio Pepe, Christina Gsaxner, Yuan Jin 외

Medical images, especially volumetric images, are of high resolution and often exceed the capacity of standard desktop GPUs. As a result, most deep learning-based medical image analysis tasks require the input images to …

GPUImage GenerationMedical Image Analysis

Computer-aided implant design for the restoration of cranial defects

2017-06-23 · Xiaojun Chen, Lu Xu, Xing Li, Jan Egger

Patient-specific cranial implants are important and necessary in the surgery of cranial defect restoration. However, traditional methods of manual design of cranial implants are complicated and time-consuming. Our purpos…

An Online Platform for Automatic Skull Defect Restoration and Cranial Implant Design

2020-06-01 · Jianning Li, Antonio Pepe, Christina Gsaxner, Jan Egger

We introduce a fully automatic system for cranial implant design, a common task in cranioplasty operations. The system is currently integrated in Studierfenster (http://studierfenster.tugraz.at/), an online, cloud-based …