English

AXNet: ApproXimate computing using an end-to-end trainable neural network

Machine Learning 2018-12-19 v2 Machine Learning

Abstract

Neural network based approximate computing is a universal architecture promising to gain tremendous energy-efficiency for many error resilient applications. To guarantee the approximation quality, existing works deploy two neural networks (NNs), e.g., an approximator and a predictor. The approximator provides the approximate results, while the predictor predicts whether the input data is safe to approximate with the given quality requirement. However, it is non-trivial and time-consuming to make these two neural network coordinate---they have different optimization objectives---by training them separately. This paper proposes a novel neural network structure---AXNet---to fuse two NNs to a holistic end-to-end trainable NN. Leveraging the philosophy of multi-task learning, AXNet can tremendously improve the invocation (proportion of safe-to-approximate samples) and reduce the approximation error. The training effort also decrease significantly. Experiment results show 50.7% more invocation and substantial cuts of training time when compared to existing neural network based approximate computing framework.

Keywords

Cite

@article{arxiv.1807.10458,
  title  = {AXNet: ApproXimate computing using an end-to-end trainable neural network},
  author = {Zhenghao Peng and Xuyang Chen and Chengwen Xu and Naifeng Jing and Xiaoyao Liang and Cewu Lu and Li Jiang},
  journal= {arXiv preprint arXiv:1807.10458},
  year   = {2018}
}

Comments

Accepted by ICCAD 2018

R2 v1 2026-06-23T03:16:28.050Z