xTern: Energy-Efficient Ternary Neural Network Inference on RISC-V-Based Edge Systems
Georg Rutishauser, Joan Mihali, Moritz Scherer, Luca Benini
TL;DR
This work introduces xTern, a compact RISC-V ISA extension that enables energy-efficient inference of ternary neural networks on edge devices by exposing a 20-wide dot-product unit, min/max, and a stateful threshold-and-compress backend for ternary data $\,{\mathcal{T}}=\{-1,0,1\}$. The authors integrate xTern into an open RI5CY-NN core and build an eight-core cluster, accompanied by GCC-based tooling, optimized kernels, and an ONNX-to-C deployment pipeline via DORY. Hardware results show a 67% throughput boost for ternary kernels with only a 5.2% power increase and a 57% improvement in energy efficiency, while silicon area overhead remains under 1% at the cluster level. End-to-end evaluations on CIFAR-10 and DVS gesture recognition demonstrate that xTern can deliver higher accuracy at equal latency and substantial energy reductions, highlighting its practical viability for ultra-low-power edge AI platforms.
Abstract
Ternary neural networks (TNNs) offer a superior accuracy-energy trade-off compared to binary neural networks. However, until now, they have required specialized accelerators to realize their efficiency potential, which has hindered widespread adoption. To address this, we present xTern, a lightweight extension of the RISC-V instruction set architecture (ISA) targeted at accelerating TNN inference on general-purpose cores. To complement the ISA extension, we developed a set of optimized kernels leveraging xTern, achieving 67% higher throughput than their 2-bit equivalents. Power consumption is only marginally increased by 5.2%, resulting in an energy efficiency improvement by 57.1%. We demonstrate that the proposed xTern extension, integrated into an octa-core compute cluster, incurs a minimal silicon area overhead of 0.9% with no impact on timing. In end-to-end benchmarks, we demonstrate that xTern enables the deployment of TNNs achieving up to 1.6 percentage points higher CIFAR-10 classification accuracy than 2-bit networks at equal inference latency. Our results show that xTern enables RISC-V-based ultra-low-power edge AI platforms to benefit from the efficiency potential of TNNs.
