Graph Neural Networks: A Review of Methods and Applications, Jie Zhou, Ganqu Cui, Zhengyu Dai, Shuai Sun, Ling Shao, Jianxin Li, Yang You, Zenglin Xu, 2020AI Open, Vol. 1 (Elsevier)DOI: 10.1016/j.aiopen.2020.11.001 - Provides a comprehensive overview of GNNs, including discussions on common challenges like overfitting and over-smoothing, and mentions various regularization techniques.
Dropout: A Simple Way to Prevent Neural Networks from Overfitting, Nitish Srivastava, Geoffrey Hinton, Alex Krizhevsky, Ilya Sutskever, Ruslan Salakhutdinov, 2014Journal of Machine Learning Research (JMLR), Vol. 15 (JMLR) - The original paper introducing Dropout, a fundamental regularization technique widely used in deep learning, including GNNs.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A comprehensive textbook covering fundamental deep learning concepts, including detailed explanations of weight decay (L2 regularization) and early stopping.