S2DNAS: Transforming Static CNN Model for Dynamic Inference via Neural Architecture Search

Abstract

Recently, dynamic inference has emerged as a promising way to reduce the computational cost of deep convolutional neural networks (CNNs). In contrast to static methods (e.g., weight pruning), dynamic inference adaptively adjusts the inference process according to each input sample, which can considerably reduce the computational cost on ""easy"" samples while maintaining the overall model performance. In this paper, we introduce a general framework, S2DNAS, which can transform various static CNN models to support dynamic inference via neural architecture search. To this end, based on a given CNN model, we first generate a CNN architecture space in which each architecture is a multi-stage CNN generated from the given model using some predefined transformations. Then, we propose a reinforcement learning based approach to automatically search for the optimal CNN architecture in the generated space. At last, with the searched multi-stage network, we can perform dynamic inference by adaptively choosing a stage to evaluate for each sample. Unlike previous works that introduce irregular computations or complex controllers in the inference or re-design a CNN model from scratch, our method can generalize to most of the popular CNN architectures and the searched dynamic network can be directly deployed using existing deep learning frameworks in various hardware devices.

Cite

Text

Yuan et al. "S2DNAS: Transforming Static CNN Model for Dynamic Inference via Neural Architecture Search." Proceedings of the European Conference on Computer Vision (ECCV), 2020. doi:10.1007/978-3-030-58536-5_11

Markdown

[Yuan et al. "S2DNAS: Transforming Static CNN Model for Dynamic Inference via Neural Architecture Search." Proceedings of the European Conference on Computer Vision (ECCV), 2020.](https://mlanthology.org/eccv/2020/yuan2020eccv-s2dnas/) doi:10.1007/978-3-030-58536-5_11

BibTeX

@inproceedings{yuan2020eccv-s2dnas,
  title     = {{S2DNAS: Transforming Static CNN Model for Dynamic Inference via Neural Architecture Search}},
  author    = {Yuan, Zhihang and Wu, Bingzhe and Sun, Guangyu and Liang, Zheng and Zhao, Shiwan and Bi, Weichen},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2020},
  doi       = {10.1007/978-3-030-58536-5_11},
  url       = {https://mlanthology.org/eccv/2020/yuan2020eccv-s2dnas/}
}