LGSPDec 4, 2019

RTN: Reparameterized Ternary Network

arXiv:1912.02057v235 citations
Originality Incremental advance
AI Analysis

This work improves efficiency for deploying deep neural networks on edge devices, but it is incremental as it builds on existing quantization techniques.

The paper tackles the problem of deploying deep neural networks on resource-limited devices by proposing a reparameterized ternary network (RTN) that addresses issues like squashing range, gradient vanishing, and hardware acceleration in extremely low-bit quantization, achieving up to 26.76% relative accuracy improvement on ImageNet with ResNet-18 compared to state-of-the-art methods.

To deploy deep neural networks on resource-limited devices, quantization has been widely explored. In this work, we study the extremely low-bit networks which have tremendous speed-up, memory saving with quantized activation and weights. We first bring up three omitted issues in extremely low-bit networks: the squashing range of quantized values; the gradient vanishing during backpropagation and the unexploited hardware acceleration of ternary networks. By reparameterizing quantized activation and weights vector with full precision scale and offset for fixed ternary vector, we decouple the range and magnitude from the direction to extenuate the three issues. Learnable scale and offset can automatically adjust the range of quantized values and sparsity without gradient vanishing. A novel encoding and computation pat-tern are designed to support efficient computing for our reparameterized ternary network (RTN). Experiments on ResNet-18 for ImageNet demonstrate that the proposed RTN finds a much better efficiency between bitwidth and accuracy, and achieves up to 26.76% relative accuracy improvement compared with state-of-the-art methods. Moreover, we validate the proposed computation pattern on Field Programmable Gate Arrays (FPGA), and it brings 46.46x and 89.17x savings on power and area respectively compared with the full precision convolution.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes