Quaternion Self-Attention with Shared Scores
A new shared-score quaternion self-attention mechanism reduces computational cost in quaternion neural networks by cutting score-computation multiplications by 75% and consolidating four softmax operations into one, according to a paper posted to arXiv. [1][2] Quaternion neural networks encode four related features as a single entity, offering parameter efficiency and the ability to model multidimensional dependencies. [2] Standard quaternion self-attention, however, computes independent component-wise scores and applies separate softmax operations to each component, increasing computational load and allowing attention distributions to diverge. [1][2] The proposed method instead computes a single real-valued score using the quaternion inner product and applies a shared attention distribution across all components. [1][2] The authors prove that when queries and keys are produced by quaternion linear projections that induce component pre-mixing, the component-wise and shared scores lie in the same interaction subspace. [1][2] This finding indicates that independent component-wise attention primarily re-parameterizes the same interactions rather than expanding the feature interaction space. [1][2] In speech enhancement experiments, the shared-score method reduced inference time by up to 44.3% on a GPU and 58.1% on a CPU while maintaining output quality. [1][2] The paper reports consistent trends across vision and natural language processing tasks. [1][2] The work was submitted on 24 May 2026. [1]
infrastructureresearch-paper
Background sources we checked (4)
- arxiv.org ↗ Quaternion neural networks are parameter-efficient and model multidimensional dependencies by representing four related features as a single entity. However, existing quaternion self-attention computes component-wise scores and applies independent softmax operations to each compo…
- en.wikipedia.org ↗ Richard Phillips Feynman (; May 11, 1918 – February 15, 1988) was an American theoretical physicist. He shared the 1965 Nobel Prize in Physics with Julian Schwinger and Shin'ichirō Tomonaga "for their fundamental work in quantum electrodynamics (QED), with deep-ploughing conseque…
- en.wikipedia.org ↗ The College of the Holy and Undivided Trinity of Queen Elizabeth near Dublin, branded by the board as Trinity College, the University of Dublin, and officially incorporated as Trinity College Dublin (TCD) (Irish: Coláiste na Tríonóide, Baile Átha Cliath), is the sole constituent …
- en.wikipedia.org ↗ Bookbinding is the process of building a book, usually in codex format, from an ordered stack of paper sheets with one's hands and tools, or in modern publishing, by a series of automated processes. To bind a book, groups of pages are joined together, often by thread or adhesive …
Sources
- export.arxiv.org — Quaternion Self-Attention with Shared Scores ↗