Add Citation section (CUT, CycleGAN, StarGAN v2)
Browse files
README.md
CHANGED
|
@@ -88,6 +88,33 @@ See the upstream Baseline code: [`MRIxFields2026/Baseline`](https://github.com/M
|
|
| 88 |
|
| 89 |
MIT — see [LICENSE](LICENSE). Copyright © 2026 MRIxFields.
|
| 90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
## Links
|
| 92 |
|
| 93 |
- Challenge website: https://mrixfields.chihucloud.com/2026/
|
|
|
|
| 88 |
|
| 89 |
MIT — see [LICENSE](LICENSE). Copyright © 2026 MRIxFields.
|
| 90 |
|
| 91 |
+
## Citation
|
| 92 |
+
|
| 93 |
+
If you use these baselines, please cite the original method papers:
|
| 94 |
+
|
| 95 |
+
```bibtex
|
| 96 |
+
@inproceedings{park2020cut,
|
| 97 |
+
title={Contrastive Learning for Unpaired Image-to-Image Translation},
|
| 98 |
+
author={Taesung Park and Alexei A. Efros and Richard Zhang and Jun-Yan Zhu},
|
| 99 |
+
booktitle={European Conference on Computer Vision (ECCV)},
|
| 100 |
+
year={2020}
|
| 101 |
+
}
|
| 102 |
+
|
| 103 |
+
@inproceedings{CycleGAN2017,
|
| 104 |
+
title={Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks},
|
| 105 |
+
author={Zhu, Jun-Yan and Park, Taesung and Isola, Phillip and Efros, Alexei A},
|
| 106 |
+
booktitle={IEEE International Conference on Computer Vision (ICCV)},
|
| 107 |
+
year={2017}
|
| 108 |
+
}
|
| 109 |
+
|
| 110 |
+
@inproceedings{choi2020starganv2,
|
| 111 |
+
title={StarGAN v2: Diverse Image Synthesis for Multiple Domains},
|
| 112 |
+
author={Yunjey Choi and Youngjung Uh and Jaejun Yoo and Jung-Woo Ha},
|
| 113 |
+
booktitle={IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 114 |
+
year={2020}
|
| 115 |
+
}
|
| 116 |
+
```
|
| 117 |
+
|
| 118 |
## Links
|
| 119 |
|
| 120 |
- Challenge website: https://mrixfields.chihucloud.com/2026/
|