Improved Training of Wasserstein GANs, Ishaan Gulrajani, Faruk Ahmed, Martin Arjovsky, Vincent Dumoulin, Aaron Courville, 2017Advances in Neural Information Processing Systems (NeurIPS)DOI: 10.48550/arXiv.1704.00028 - Introduces the gradient penalty (WGAN-GP) to enforce the Lipschitz constraint, providing a crucial alternative and comparison point to Spectral Normalization.
Wasserstein GAN, Martin Arjovsky, Soumith Chintala, Léon Bottou, 2017International Conference on Machine Learning (ICML)DOI: 10.48550/arXiv.1701.07875 - The original paper proposing Wasserstein GANs and highlighting the importance of Lipschitz continuity for stable GAN training, setting the stage for methods like Spectral Normalization.
Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - A comprehensive textbook covering fundamental concepts in linear algebra, singular value decomposition, and deep learning, providing theoretical background for spectral norm and GANs.
torch.nn.utils.spectral_norm, PyTorch Authors, 2023 (PyTorch Foundation) - Official documentation for PyTorch's implementation of Spectral Normalization, detailing its usage and integration into deep learning models.