#364 · Primary category: Computer Vision
fast-autoaugment
Official Implementation of 'Fast AutoAugment' in PyTorch.
Project last updated:06/16/21
GitHub Stars
1.6K
Forks
197
Contributors
5
License
MIT
Why we included this project
Teams training convolutional networks for image classification often spend more time hand-tuning augmentation than any other part of the pipeline. This repo implements Fast AutoAugment, a NeurIPS 2019 method that searches for effective augmentation policies automatically, cutting search time from days to a few GPU hours compared with the original AutoAugment approach. Instead of guessing whether random crop or color jitter helps your dataset, it uses a density-matching strategy to pick transformations that improve generalization, and ships with trained CIFAR-10 and CIFAR-100 weights for several architectures including Wide-ResNet and Shake-Shake. It is research-grade code, so expect to adapt it for your own data and model rather than plugging it in as a library, but it is a solid reference for anyone wanting to replicate or build on automated augmentation search. If you work on vision problems where more data is hard to get, this is a practical way to squeeze accuracy out of the data you already have.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)