English

AdaPT: Fast Emulation of Approximate DNN Accelerators in PyTorch

Machine Learning 2022-10-13 v2 Hardware Architecture

Abstract

Current state-of-the-art employs approximate multipliers to address the highly increased power demands of DNN accelerators. However, evaluating the accuracy of approximate DNNs is cumbersome due to the lack of adequate support for approximate arithmetic in DNN frameworks. We address this inefficiency by presenting AdaPT, a fast emulation framework that extends PyTorch to support approximate inference as well as approximation-aware retraining. AdaPT can be seamlessly deployed and is compatible with the most DNNs. We evaluate the framework on several DNN models and application fields including CNNs, LSTMs, and GANs for a number of approximate multipliers with distinct bitwidth values. The results show substantial error recovery from approximate re-training and reduced inference time up to 53.9x with respect to the baseline approximate implementation.

Keywords

Cite

@article{arxiv.2203.04071,
  title  = {AdaPT: Fast Emulation of Approximate DNN Accelerators in PyTorch},
  author = {Dimitrios Danopoulos and Georgios Zervakis and Kostas Siozios and Dimitrios Soudris and Jörg Henkel},
  journal= {arXiv preprint arXiv:2203.04071},
  year   = {2022}
}

Comments

Accepted for publication in IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems

R2 v1 2026-06-24T10:05:58.789Z