File size: 1,456 Bytes
ce3fb15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36efd57
ce3fb15
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
license: mit
language:
  - en
tags:
  - diffusion
  - medical
  - inpainting
  - 3d
arxiv: 2403.14499
---


# Denoising Diffusion Models for 3D Healthy Brain Tissue Inpainting

This is the official model repository of the paper "[**Denoising Diffusion Models for 3D Healthy Brain Tissue Inpainting**](https://link.springer.com/chapter/10.1007/978-3-031-72744-3_9)" by Alicia Durrer, Julia Wolleb, Florentin Bieder, Paul Friedrich, Lester Melie-Garcia, Mario Ocampo-Pineda, Cosmin I. Bercea, Ibrahim E.Hamamci, Benedikt Wiestler, Marie Piraud, Özgür Yaldizli, Cristina Granziera, Bjoern H. Menze, Philippe C. Cattin, and Florian Kofler. It was presented in the DGM4MICCAI workshop at MICCAI 2024.

## GitHub Repository
Download the pretrained models here from the "Files and versions" tab and use the corresponding code provided in the official [GitHub repository](https://github.com/AliciaDurrer/DM_Inpainting).

## Citation
If you use this work, please cite:
```bibtex
@inproceedings{durrer2024denoising,
  title={Denoising diffusion models for 3d healthy brain tissue inpainting},
  author={Durrer, Alicia and Wolleb, Julia and Bieder, Florentin and Friedrich, Paul and Melie-Garcia, Lester and Ocampo Pineda, Mario Alberto and Bercea, Cosmin I and Hamamci, Ibrahim Ethem and Wiestler, Benedikt and Piraud, Marie and others},
  booktitle={MICCAI Workshop on Deep Generative Models},
  pages={87--97},
  year={2024},
  organization={Springer}
}
```