English

On Hardening DNNs against Noisy Computations

Machine Learning 2025-01-27 v1

Abstract

The success of deep learning has sparked significant interest in designing computer hardware optimized for the high computational demands of neural network inference. As further miniaturization of digital CMOS processors becomes increasingly challenging, alternative computing paradigms, such as analog computing, are gaining consideration. Particularly for compute-intensive tasks such as matrix multiplication, analog computing presents a promising alternative due to its potential for significantly higher energy efficiency compared to conventional digital technology. However, analog computations are inherently noisy, which makes it challenging to maintain high accuracy on deep neural networks. This work investigates the effectiveness of training neural networks with quantization to increase the robustness against noise. Experimental results across various network architectures show that quantization-aware training with constant scaling factors enhances robustness. We compare these methods with noisy training, which incorporates a noise injection during training that mimics the noise encountered during inference. While both two methods increase tolerance against noise, noisy training emerges as the superior approach for achieving robust neural network performance, especially in complex neural architectures.

Keywords

Cite

@article{arxiv.2501.14531,
  title  = {On Hardening DNNs against Noisy Computations},
  author = {Xiao Wang and Hendrik Borras and Bernhard Klein and Holger Fröning},
  journal= {arXiv preprint arXiv:2501.14531},
  year   = {2025}
}

Comments

Presented at AccML workshop co-located HiPEAC 2025

R2 v1 2026-06-28T21:16:16.349Z