paper-with-me

Papers

QNet: A Quantum-native Sequence Encoder Architecture

2022-10-31 · Wei Day, Hao-Sheng Chen, Min-Te Sun

This work proposes QNet, a novel sequence encoder model that entirely inferences on the quantum computer using a minimum number of qubits. Let $n$ and $d$ represent the length of the sequence and the embedding size, respectively. The dot-product attention mechanism requires a time complexity of $O(n^2 \cdot d)$, while QNet has merely $O(n+d)$ quantum circuit depth. In addition, we introduce ResQNet, a quantum-classical hybrid model composed of several QNet blocks linked by residual connections, as an isomorph Transformer Encoder. We evaluated our work on various natural language processing tasks, including text classification, rating score prediction, and named entity recognition. Our models exhibit compelling performance over classical state-of-the-art models with a thousand times fewer parameters. In summary, this work investigates the advantage of machine learning on near-term quantum computers in sequential data by experimenting with natural language processing tasks.

📄 PDF Abstract BibTeX arXiv:2210.17262

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)text-classificationText Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

VQNet 2.0: A New Generation Machine Learning Framework that Unifies Classical and Quantum

2023-01-09 · Huanyu Bian, Zhilong Jia, Menghan Dou, Yuan Fang 외

With the rapid development of classical and quantum machine learning, a large number of machine learning frameworks have been proposed. However, existing machine learning frameworks usually only focus on classical or qua…

Quantum Machine LearningUnity

CTRQNets & LQNets: Continuous Time Recurrent and Liquid Quantum Neural Networks

2024-08-28 · Alejandro Mayorga, Alexander Yuan, Andrew Yuan, Tyler Wooldridge 외

Neural networks have continued to gain prevalence in the modern era for their ability to model complex data through pattern recognition and behavior remodeling. However, the static construction of traditional neural netw…

Binary Classification

Tensor Ring Optimized Quantum-Enhanced Tensor Neural Networks

2023-10-02 · Debanjan Konar, Dheeraj Peddireddy, Vaneet Aggarwal, Bijaya K. Panigrahi

Quantum machine learning researchers often rely on incorporating Tensor Networks (TN) into Deep Neural Networks (DNN) and variational optimization. However, the standard optimization techniques used for training the cont…

Binary ClassificationQuantum Machine LearningTensor Networks

SatQNet: Satellite-assisted Quantum Network Entanglement Routing Using Directed Line Graph Neural Networks

2026-04-10 · Tobias Meuser, Jannis Weil, Aninda Lahiri, Marius Paraschiv arxiv

Quantum networks are expected to become a key enabler for interconnecting quantum devices. In contrast to classical communication networks, however, information transfer in quantum networks is usually restricted to short…

Reinforcement LearningGraph Neural Network

Alz-QNet: A Quantum Regression Network for Studying Alzheimer's Gene Interactions

2025-08-06 · Debanjan Konar, Neerav Sreekumar, Richard Jiang, Vaneet Aggarwal arxiv

Understanding the molecular-level mechanisms underpinning Alzheimer's disease (AD) by studying crucial genes associated with the disease remains a challenge. Alzheimer's, being a multifactorial disease, requires understa…