Fast Walsh-Hadamard Transform and Smooth-Thresholding Based Binary Layers in Deep Neural Networks
Hongyi Pan, Diaa Dabawi, Ahmet Enis Cetin

TL;DR
This paper introduces a novel neural network layer using fast Walsh-Hadamard transform and smooth-thresholding to replace traditional convolution layers, significantly reducing parameters and increasing processing speed with minimal accuracy loss.
Contribution
The paper presents a new layer based on Walsh-Hadamard transform and smooth-thresholding, enabling multiplication-free operations and efficient parameter reduction in deep neural networks.
Findings
Reduces MobileNet-V2 parameters from 2.27M to 540K.
Processes data approximately twice as fast as standard 1x1 convolutions on NVIDIA Jetson Nano.
Maintains competitive accuracy with slight performance degradation.
Abstract
In this paper, we propose a novel layer based on fast Walsh-Hadamard transform (WHT) and smooth-thresholding to replace convolution layers in deep neural networks. In the WHT domain, we denoise the transform domain coefficients using the new smooth-thresholding non-linearity, a smoothed version of the well-known soft-thresholding operator. We also introduce a family of multiplication-free operators from the basic 22 Hadamard transform to implement depthwise separable convolution layers. Using these two types of layers, we replace the bottleneck layers in MobileNet-V2 to reduce the network's number of parameters with a slight loss in accuracy. For example, by replacing the final third bottleneck layers, we reduce the number of parameters from 2.270M to 540K. This reduces the accuracy from 95.21\% to 92.98\% on the CIFAR-10 dataset. Our approach…
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
TopicsSparse and Compressive Sensing Techniques · PAPR reduction in OFDM · Image Enhancement Techniques
MethodsPointwise Convolution · Depthwise Convolution · Depthwise Separable Convolution · Convolution
