paper-with-me

홈 › Papers

Higher-Order Token Interactions via Quantum Attention

2026-06-10 · Jian Xu, Chao Li, Delu Zeng, John Paisley, Qibin Zhao arxiv

Standard dot-product self-attention computes, in a single layer, only pairwise (order-2) interactions between tokens; representing a generic order-$k$ interaction is known to require either super-quadratic resources in one layer or composition across depth. We introduce \textbf{Quantum Higher-Order Attention (QHA)}, a shallow, hardware-realizable quantum attention head that, via data re-uploading and an all-to-all non-Clifford entangler, synthesizes order-$k$ token interactions inside the circuit and exposes them through a local single-qubit read-out. We prove (i) an expressivity separation: any single standard self-attention layer with embedding dimension $m$, $H$ heads and $p$-bit precision satisfying $mHp=o(N/\log\log N)$ cannot represent the order-$k$ correlation family that one QHA head represents with circuit depth $O(\log k)$ ($O(k)$ two-qubit gates); and (ii) a trainability guarantee for its local-design instantiation: with a local read-out and $O(\log n)$ depth the gradient variance is $Ω(1/\mathrm{poly}(n))$ (no barren plateau), which we confirm empirically -- while being explicit that the more expressive all-to-all instantiation we benchmark is trained empirically and shows exponentially decaying gradients. Empirically, at a $6.5\times$ smaller parameter budget, QHA generalizes hidden-subset parity of every order $k\le6$ from disjoint inputs, whereas the larger classical attention head collapses past order~2; consistent with theory, the size of the advantage tracks the target's Fourier degree - largest for parity and shrinking when low-order structure is present. As an application, QHA serves as a compact high-order interaction detector across three domains - genetic epistasis, learning-parity-with-noise, and graph triangle detection - reaching the noise ceiling at the smallest parameter budget where field-standard linear methods fail.

📄 PDF Abstract BibTeX arXiv:2606.11673

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Quantum Simplicial Neural Networks

2025-01-09 · Simone Piperno, Claudio Battiloro, Andrea Ceschini, Francesca Dominici 외

Graph Neural Networks (GNNs) excel at learning from graph-structured data but are limited to modeling pairwise interactions, insufficient for capturing higher-order relationships present in many real-world systems. Topol…

Deep Learning

How Smoothing is N-simplicial Attention?

2025-12-17 · Alexandre Dussolle, Pietro Liò arxiv

Going from pure Multilayer Perceptron (MLP) to a learnable graph message-passing mechanism at each layer has been foundational to state-of-the-art results, despite the computational trade-off (e.g. GATs or Transformers).…

QLAM: A Quantum Long-Attention Memory Approach to Long-Sequence Token Modeling

2026-05-13 · Hoang-Quan Nguyen, Sankalp Pandey, Khoa Luu arxiv

Modeling long-range dependencies in sequential data remains a central challenge in machine learning. Transformers address this challenge through attention mechanisms, but their quadratic complexity with respect to sequen…

Image Classification

Qubit-centric Transformer for Surface Code Decoding

2025-10-13 · Seong-Joon Park, Hee-Youl Kwak, Yongjune Kim arxiv

For reliable large-scale quantum computation, quantum error correction (QEC) is essential to protect logical information distributed across multiple physical qubits. Taking advantage of recent advances in deep learning, …

Higher-Order Modular Attention: Fusing Pairwise and Triadic Interactions for Protein Sequences

2026-03-11 · Shirin Amiraslani, Xin Gao arxiv

Transformer self-attention computes pairwise token interactions, yet protein sequence to phenotype relationships often involve cooperative dependencies among three or more residues that dot product attention does not cap…