Skip to content

Commit adaad81

Browse files
updating readme
1 parent 55b2cd3 commit adaad81

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# MaskGAN for Unpaired MR-to-CT Translation
22

3+
[![arXiv](https://img.shields.io/badge/arXiv-2311.12437-blue)](https://arxiv.org/pdf/2307.16143) [![cite](https://img.shields.io/badge/cite-BibTex-yellow)](cite.bib)
4+
5+
## Updates!
6+
7+
* New publication is coming out! **Mixed-view Refinement MaskGAN: Anatomical Preservation for Unpaired MRI-to-CT Synthesis**. Stay tuned!
8+
* **Refinement MaskGAN version**: An extended model, which refined images using a simple, yet effective multi-stage, multi-plane approach is develop to improve the volumetric definition of synthetic images.
9+
* **Model enhancements**: We include selection strategies to choose similar MRI/CT matches based on the position of slices.
10+
11+
312
## MaskGAN Framework
13+
414
A novel unsupervised MR-to-CT synthesis method that preserves the anatomy under the explicit supervision of coarse masks without using costly manual annotations. MaskGAN bypasses the need for precise annotations, replacing them with standard (unsupervised) image processing techniques, which can produce coarse anatomical masks.
515
Such masks, although imperfect, provide sufficient cues for MaskGAN to capture anatomical outlines and produce structurally consistent images.
616

cite.bib

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@inproceedings{phan2023maskgan,
2+
title = {Structure-Preserving Synthesis: {MaskGAN} for Unpaired {MR-CT} Translation},
3+
author = {Phan, Minh Hieu and Liao, Zhibin and Verjans, Johan and To, Minh-Son},
4+
booktitle = {International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI)},
5+
year = {2023}
6+
}

0 commit comments

Comments
 (0)