Efficient Training Under Limited Resources
Mahdi Zolnouri, Dounia Lakhmiri, Christophe Tribes, Eyy\"ub Sari,, S\'ebastien Le Digabel

TL;DR
This paper proposes a resource-efficient approach combining model compression, overfitting prevention, and hyperparameter tuning using NOMAD to improve DNN performance under limited training time and dataset size, achieving competitive accuracy.
Contribution
It introduces a three-step method leveraging blackbox optimization for NAS and HPO to enhance DNN training efficiency with limited resources.
Findings
Achieved 86.0% accuracy on Mini-ImageNet subset
Won second place in ICLR 2021 HAET Challenge
Demonstrated effective resource-efficient training strategy
Abstract
Training time budget and size of the dataset are among the factors affecting the performance of a Deep Neural Network (DNN). This paper shows that Neural Architecture Search (NAS), Hyper Parameters Optimization (HPO), and Data Augmentation help DNNs perform much better while these two factors are limited. However, searching for an optimal architecture and the best hyperparameter values besides a good combination of data augmentation techniques under low resources requires many experiments. We present our approach to achieving such a goal in three steps: reducing training epoch time by compressing the model while maintaining the performance compared to the original model, preventing model overfitting when the dataset is small, and performing the hyperparameter tuning. We used NOMAD, which is a blackbox optimization software based on a derivative-free algorithm to do NAS and HPO. Our work…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Machine Learning and Data Classification · Human Pose and Action Recognition
MethodsHyper-parameter optimization · Attentive Walk-Aggregating Graph Neural Network
