NEARJan 27, 2022

On the Mitigation of Read Disturbances in Neuromorphic Inference Hardware

arXiv:2201.11527v11 citations
Originality Incremental advance
AI Analysis

This addresses a critical reliability issue in neuromorphic hardware for AI inference, but it is incremental as it builds on existing methods for mitigating read disturbances.

The paper tackles the problem of read disturbances in non-volatile memory cells used in neuromorphic hardware, which cause resistance drifts that lower inference accuracy, and proposes a system software framework to reduce reprogramming overhead by optimizing synaptic weight placement, showing a significant reduction in system overhead.

Non-Volatile Memory (NVM) cells are used in neuromorphic hardware to store model parameters, which are programmed as resistance states. NVMs suffer from the read disturb issue, where the programmed resistance state drifts upon repeated access of a cell during inference. Resistance drifts can lower the inference accuracy. To address this, it is necessary to periodically reprogram model parameters (a high overhead operation). We study read disturb failures of an NVM cell. Our analysis show both a strong dependency on model characteristics such as synaptic activation and criticality, and on the voltage used to read resistance states during inference. We propose a system software framework to incorporate such dependencies in programming model parameters on NVM cells of a neuromorphic hardware. Our framework consists of a convex optimization formulation which aims to implement synaptic weights that have more activations and are critical, i.e., those that have high impact on accuracy on NVM cells that are exposed to lower voltages during inference. In this way, we increase the time interval between two consecutive reprogramming of model parameters. We evaluate our system software with many emerging inference models on a neuromorphic hardware simulator and show a significant reduction in the system overhead.

Foundations

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

Your Notes