Generative Adversarial Networks, Ian J. Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, Yoshua Bengio, 2014Advances in Neural Information Processing Systems 27 (NIPS 2014)DOI: 10.48550/arXiv.1406.2661 - The foundational paper that introduced Generative Adversarial Networks (GANs), providing the theoretical basis for all GAN-based architectures.
Image-to-Image Translation with Conditional Adversarial Networks, Phillip Isola, Jun-Yan Zhu, Tinghui Zhou, and Alexei A. Efros, 2017Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)DOI: 10.48550/arXiv.1611.07004 - Introduces pix2pix, a supervised image-to-image translation method, which heavily influenced CycleGAN's architecture and the concept of PatchGANs.