Multi-Scale Feature Fusion Quantum Depthwise Convolutional Neural Networks for Text Classification
Yixiong Chen, Weichuan Fang
TL;DR
This paper targets efficient text classification with quantum models by proposing MSFF-QDConv, a QCNN-based architecture that combines quantum depthwise convolution with multi-scale feature fusion. It introduces quantum word embedding and quantum sentence embedding to reduce embedding parameters and uses a quantum fully connected layer for classification, achieving a new RP state-of-the-art accuracy of 96.77% and showing strong parameter efficiency over classical counterparts. The method jointly captures local word-level and global sentence-level information, with ablation studies validating the contributions of depthwise convolution and fusion. The work demonstrates practical potential for quantum NLP on near-term devices and highlights directions for richer quantum designs and hardware experiments.
Abstract
In recent years, with the development of quantum machine learning, quantum neural networks (QNNs) have gained increasing attention in the field of natural language processing (NLP) and have achieved a series of promising results. However, most existing QNN models focus on the architectures of quantum recurrent neural network (QRNN) and self-attention mechanism (QSAM). In this work, we propose a novel QNN model based on quantum convolution. We develop the quantum depthwise convolution that significantly reduces the number of parameters and lowers computational complexity. We also introduce the multi-scale feature fusion mechanism to enhance model performance by integrating word-level and sentence-level features. Additionally, we propose the quantum word embedding and quantum sentence embedding, which provide embedding vectors more efficiently. Through experiments on two benchmark text classification datasets, we demonstrate our model outperforms a wide range of state-of-the-art QNN models. Notably, our model achieves a new state-of-the-art test accuracy of 96.77% on the RP dataset. We also show the advantages of our quantum model over its classical counterparts in its ability to improve test accuracy using fewer parameters. Finally, an ablation test confirms the effectiveness of the multi-scale feature fusion mechanism and quantum depthwise convolution in enhancing model performance.
