SOTAVerified

EuclidNets: Combining hardware and architecture design for Efficient Inference and Training

2021-05-21NeurIPS 2021Unverified0· sign in to hype

Mariana Oliveira Prazeres, Xinlin Li, Vahid Partovi Nia, Adam M Oberman

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

In order to deploy deep neural networks on edge devices, compressed (resource efficient) networks need to be developed. While established compression methods, such as quantization, pruning, and architecture search are designed for conventional hardware, further gains are possible if compressed architectures are coupled with novel hardware designs. In this work, we propose EuclidNet, a compressed network designed to be implemented on hardware which replaces multiplication, wx, with squared difference (x-w)^2. EuclidNet allows for a low precision hardware implementation which is about twice as efficient (in term of logic gate counts) as the comparable conventional hardware, with acceptably small loss of accuracy. Moveover, the network can be trained and quantized using standard methods, without requiring additional training time. Codes and pre-trained models are available at http://github.com/anonymous/.

Tasks

Reproductions