Dropout: A Simple Way to Prevent Overfitting, Nitish Srivastava, Geoffrey Hinton, Alex Krizhevsky, Ilya Sutskever, Ruslan Salakhutdinov, 2014Journal of Machine Learning Research, Vol. 15 (Journal of Machine Learning Research) - Original paper introducing the Dropout regularization technique.
DropConnect: A Bridging of Dropout and Weight Decay, Li Wan, Matthew Zeiler, Sixin Zhang, Yann Le Cun, Rob Fergus, 2013Proceedings of the 30th International Conference on Machine Learning, Vol. 28 (PMLR)DOI: 10.55982/mlr.2013.7845 - Introduces DropConnect, a generalization of Dropout that applies regularization to weights.
Rethinking the Inception Architecture for Computer Vision, Christian Szegedy, Vincent Vanhoucke, Sergey Ioffe, Jonathon Shlens, Zbigniew Wojna, 2016Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)DOI: 10.1109/CVPR.2016.308 - Introduces Label Smoothing Regularization as part of the Inception-v3 architecture.