Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - This foundational textbook includes sections explaining data augmentation techniques as a method for regularization and improving model generalization in deep learning.
A Survey on Data Augmentation for Deep Learning: From Basic Transformations to Meta-Learning, Conner Shorten and Taghi M. Khoshgoftaar, 2019Journal of Artificial Intelligence Research, Vol. 66 (AI Access Foundation)DOI: 10.1613/jair.11652 - This comprehensive survey reviews various data augmentation techniques, including the basic transformations (noise, geometric, color) discussed in the section, providing a broad overview of their application in deep learning.
Albumentations Documentation, Albumentations Team, Ongoing - Official documentation for a widely used image augmentation library, detailing various noise types, geometric, and color transformations with practical examples.
torchvision.transforms - PyTorch Documentation, PyTorch Developers, Ongoing - Official documentation for PyTorch's image transformation module, providing definitions and usage for common augmentations like resizing, cropping, rotation, and noise for deep learning tasks.