- Course
Image Augmentation: A Practical Guide to Prevent Overfitting in Computer Vision
This talk starts with demos of the basic standard transforms using the albumentations Python package, and work up to some more advanced strategies like CutMix and mixup.
- Course
Image Augmentation: A Practical Guide to Prevent Overfitting in Computer Vision
This talk starts with demos of the basic standard transforms using the albumentations Python package, and work up to some more advanced strategies like CutMix and mixup.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
For machine learning models, we all know more data is better. For convolutional neural networks, image augmentation provides a straightforward way to expand your training dataset, by applying simple transformations to the images you already have. In this talk I'll start by demoing the basic standard transforms using the albumentations python package, and work up to some more advanced strategies like CutMix and mixup. I will also discuss some findings of the RxRx1 kaggle competition that Recursion ran last summer, and how this demonstrated the power of these techniques when applied to our cellular image data.