Winograd Algorithm for AdderNet
Wenshuo Li, Hanting Chen, Mingqiang Huang, Xinghao Chen, Chunjing Xu,, Yunhe Wang

TL;DR
This paper introduces a Winograd algorithm adapted for AdderNets, replacing multiplications with additions to reduce energy consumption while maintaining high performance.
Contribution
It develops a novel Winograd algorithm for AdderNets by replacing multiplications with additions and proposes an l2-to-l1 training strategy to preserve accuracy.
Findings
Significant energy reduction on FPGA and benchmarks.
Maintains original AdderNet accuracy.
Enhances computational efficiency of AdderNets.
Abstract
Adder neural network (AdderNet) is a new kind of deep model that replaces the original massive multiplications in convolutions by additions while preserving the high performance. Since the hardware complexity of additions is much lower than that of multiplications, the overall energy consumption is thus reduced significantly. To further optimize the hardware overhead of using AdderNet, this paper studies the winograd algorithm, which is a widely used fast algorithm for accelerating convolution and saving the computational costs. Unfortunately, the conventional Winograd algorithm cannot be directly applied to AdderNets since the distributive law in multiplication is not valid for the l1-norm. Therefore, we replace the element-wise multiplication in the Winograd equation by additions and then develop a new set of transform matrixes that can enhance the representation ability of output…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsNeural Networks and Applications · Advanced Neural Network Applications · Machine Learning and ELM
MethodsConvolution
