CRAIARJul 16

Lazy Arithmetic using Systolic Arrays for Closing the Verification Gap on Embedded Systems

arXiv:2607.153282.2h-index: 7
Predicted impact top 90% in CR · last 90 daysOriginality Highly original
AI Analysis

For safety-critical embedded applications (e.g., medical devices), this work aims to close the verification gap by providing dynamic, sound quantization and hardware resilience to fault injection attacks.

The paper proposes a novel approach combining real-time adaptive-precision quantization with left-to-right arithmetic and systolic array hardware to enable sound, resource-efficient neural network inference on embedded systems, addressing both security and power constraints. Software implementations are complete; hardware is in progress.

Complex algorithms such as deep neural networks are increasingly being deployed on embedded, resource constrained platforms. However, existing hardware and software schemes for implementing these models on the edge fall short, particularly for safety-critical applications such as medical devices. First, hardware such as GPUs, NPUs and TPUs are designed for throughput rather than correctness of computation of security, and are as such susceptible to fault injection attacks. Second, software schemes designed for porting algorithms onto edge devices -- such as quantization schemes -- are either static and sound (non-optimal power consumption), or dynamic yet unsound (non-optimal for safety-critical applications). To address both these needs we propose a both wholly new approach to real-time, dynamic and sound quantization, as well as the hardware to support it. First we developed a sound, real-time adaptive-precision quantization approach utilizing left-to-right arithmetic to pass the most significant bits (MSB) first, and dynamically adjust precision online while performing sensitivity analysis to quantify and manage the risk of decision-boundary crossings. Next, we propose a novel hardware approach utilizing systolic arrays to perform left-to-right arithmetic to generate the MSB first. Together this provides a wholly novel scheme for enabling not only resource-efficient neural networks and artificial intelligence at the edge, but broadly sound and resource-efficient high-precision mathematics on hardware that ensures resilience to bit flip attacks on the most critical bits. This is presented herein as work-in-progress, with software implementations completed and hardware in-progress.

Foundations

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

Your Notes