#25 · Primary category: Optimization & Heuristic Algorithms
pba
Efficient Learning of Augmentation Policy Schedules
Project last updated:10/27/19
GitHub Stars
509
Forks
83
Contributors
3
License
Apache-2.0
Why we included this project
People who train image classifiers on a single GPU often skip automatic augmentation search because the usual methods demand too much compute. PBA's contribution is scheduling: instead of one fixed policy, it learns a schedule of augmentation policies that change as training progresses, and the paper reports CIFAR-10, CIFAR-100, and SVHN results at roughly one-thousandth of the compute of comparable searches. The TensorFlow code has two paths: scripts that reproduce the published schedules, and a fresh population-based search if you want policies tuned for your own data. It is a reference implementation and study baseline more than a plug-in library, so treat it as a useful comparison point when you evaluate newer automated augmentation tools.
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
scikit-opt
Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)
ceres-solver
A large scale non-linear optimization library
FLAML
A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP.
sunfish
Sunfish: a Python Chess Engine in 111 lines of code
POT
POT : Python Optimal Transport