Efficient Deep Learning: A Survey on Making Deep Learning Models Smaller, Faster, and Better
Gaurav Menghani
TL;DR
This survey identifies the urgent need to optimize deep learning beyond accuracy by prioritizing efficiency across inference and training footprints. It introduces a five-domain mental model—Compression, Learning, Automation, Efficient Architectures, and Infrastructure—and surveys core techniques in each, including pruning, quantization, distillation, SSL, NAS, and specialized hardware. The authors provide an experiment-based guide, demonstrating practical tradeoffs on CIFAR-10 with Shrink/Improve and Grow/Improve/Shrink strategies, and supply code to help practitioners deploy pareto-optimal models. The work synthesizes modeling, tooling, and hardware advances to enable scalable, on-device, and energy-efficient AI, offering a concrete framework for both researchers and engineers to pursue efficiency-frontier innovations.
Abstract
Deep Learning has revolutionized the fields of computer vision, natural language understanding, speech recognition, information retrieval and more. However, with the progressive improvements in deep learning models, their number of parameters, latency, resources required to train, etc. have all have increased significantly. Consequently, it has become important to pay attention to these footprint metrics of a model as well, not just its quality. We present and motivate the problem of efficiency in deep learning, followed by a thorough survey of the five core areas of model efficiency (spanning modeling techniques, infrastructure, and hardware) and the seminal work there. We also present an experiment-based guide along with code, for practitioners to optimize their model training and deployment. We believe this is the first comprehensive survey in the efficient deep learning space that covers the landscape of model efficiency from modeling techniques to hardware support. Our hope is that this survey would provide the reader with the mental model and the necessary understanding of the field to apply generic efficiency techniques to immediately get significant improvements, and also equip them with ideas for further research and experimentation to achieve additional gains.
