Impact of L1 Batch Normalization on Analog Noise Resistant Property of Deep Learning Models
Omobayode Fagbohungbe, Lijun Qian

TL;DR
This paper investigates how replacing L2 BatchNorm with L1 or TopK BatchNorm in deep neural networks enhances their resistance to analog hardware noise without sacrificing accuracy.
Contribution
It introduces the use of L1 and TopK BatchNorm types to improve noise resistance in DNNs, demonstrating their effectiveness through systematic experiments.
Findings
L1 and TopK BatchNorm improve noise resistance
No performance loss when switching from L2 to L1/TopK BatchNorm
Enhanced robustness in analog hardware environments
Abstract
Analog hardware has become a popular choice for machine learning on resource-constrained devices recently due to its fast execution and energy efficiency. However, the inherent presence of noise in analog hardware and the negative impact of the noise on deployed deep neural network (DNN) models limit their usage. The degradation in performance due to the noise calls for the novel design of DNN models that have excellent noiseresistant property, leveraging the properties of the fundamental building block of DNN models. In this work, the use of L1 or TopK BatchNorm type, a fundamental DNN model building block, in designing DNN models with excellent noise-resistant property is proposed. Specifically, a systematic study has been carried out by training DNN models with L1/TopK BatchNorm type, and the performance is compared with DNN models with L2 BatchNorm types. The resulting model…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Memory and Neural Computing · Advanced Neural Network Applications · Neural Networks and Applications
