A Hybrid Quantum-Classical Approach based on the Hadamard Transform for the Convolutional Layer
Hongyi Pan, Xin Zhu, Salih Atici, Ahmet Enis Cetin
TL;DR
The paper tackles the computational burden of convolutional layers by introducing a Hadamard Transform (HT)-based HT-perceptron layer for hybrid quantum-classical neural networks. By leveraging the Hadamard convolution theorem, convolutions are performed as element-wise products in the HT domain, with HT computations implementable on quantum hardware via Hadamard gates and a sign-recovery step to preserve information. The HT-perceptron layer uses multiple HT paths, trainable scaling, channel-wise 1x1 convolutions, and trainable soft-thresholding in the HT domain, achieving substantial MACs reductions while maintaining or improving accuracy across MNIST, CIFAR-10, and ImageNet-1K. These findings suggest a practical pathway to more efficient CNNs that can leverage quantum accelerators, with open-source code to facilitate broader adoption and experimentation.
Abstract
In this paper, we propose a novel Hadamard Transform (HT)-based neural network layer for hybrid quantum-classical computing. It implements the regular convolutional layers in the Hadamard transform domain. The idea is based on the HT convolution theorem which states that the dyadic convolution between two vectors is equivalent to the element-wise multiplication of their HT representation. Computing the HT is simply the application of a Hadamard gate to each qubit individually, so the HT computations of our proposed layer can be implemented on a quantum computer. Compared to the regular Conv2D layer, the proposed HT-perceptron layer is computationally more efficient. Compared to a CNN with the same number of trainable parameters and 99.26\% test accuracy, our HT network reaches 99.31\% test accuracy with 57.1\% MACs reduced in the MNIST dataset; and in our ImageNet-1K experiments, our HT-based ResNet-50 exceeds the accuracy of the baseline ResNet-50 by 0.59\% center-crop top-1 accuracy using 11.5\% fewer parameters with 12.6\% fewer MACs.
