English

Dynamic Deep Neural Networks: Optimizing Accuracy-Efficiency Trade-offs by Selective Execution

Machine Learning 2018-03-06 v3 Machine Learning

Abstract

We introduce Dynamic Deep Neural Networks (D2NN), a new type of feed-forward deep neural network that allows selective execution. Given an input, only a subset of D2NN neurons are executed, and the particular subset is determined by the D2NN itself. By pruning unnecessary computation depending on input, D2NNs provide a way to improve computational efficiency. To achieve dynamic selective execution, a D2NN augments a feed-forward deep neural network (directed acyclic graph of differentiable modules) with controller modules. Each controller module is a sub-network whose output is a decision that controls whether other modules can execute. A D2NN is trained end to end. Both regular and controller modules in a D2NN are learnable and are jointly trained to optimize both accuracy and efficiency. Such training is achieved by integrating backpropagation with reinforcement learning. With extensive experiments of various D2NN architectures on image classification tasks, we demonstrate that D2NNs are general and flexible, and can effectively optimize accuracy-efficiency trade-offs.

Keywords

Cite

@article{arxiv.1701.00299,
  title  = {Dynamic Deep Neural Networks: Optimizing Accuracy-Efficiency Trade-offs by Selective Execution},
  author = {Lanlan Liu and Jia Deng},
  journal= {arXiv preprint arXiv:1701.00299},
  year   = {2018}
}

Comments

fixed typos; updated CIFAR-10 results and added more details; corrected the cascade D2NN configuration details

R2 v1 2026-06-22T17:38:55.616Z