Image-to-Image Translation with Conditional Adversarial Networks, Phillip Isola, Jun-Yan Zhu, Tinghui Zhou, Alexei A. Efros, 2017Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)DOI: 10.48550/arXiv.1611.07004 - Presents the pix2pix model for supervised image-to-image translation, serving as a basis for understanding paired approaches that CycleGAN extends upon.
Deep Residual Learning for Image Recognition, Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun, 2016Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)DOI: 10.48550/arXiv.1512.03385 - Introduces residual blocks, a fundamental architectural component used in the generators of CycleGAN and many other deep learning models.