Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Quaternion Self-Attention with Shared Scores

About

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 component, which increases the computational cost and allows attention distributions to diverge across components. We propose a shared-score quaternion self-attention mechanism that computes a single real-valued score using the quaternion inner product and applies a shared attention distribution across all components. This reduces score-computation multiplications by 75% and the number of softmax operations from four to one. We 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, indicating that independent component-wise attention primarily re-parameterizes the same interactions rather than expanding the feature interaction space. In speech enhancement, our method reduces inference time by up to 44.3% on a GPU and 58.1% on a CPU while maintaining quality, with consistent trends across vision and natural language processing.

Shogo Yamauchi, Tohru Nitta, Hideaki Tamori• 2026

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)--
395
Text ClassificationSST-2
Accuracy81.04
54
Speech EnhancementVoiceBank-DEMAND
PESQ3.18
34
Speech EnhancementDNS-Challenge 3 (test)
OVRL Score2.69
6
Speech EnhancementDNS-3
OVRL2.67
2
Image ClassificationCIFAR-100
Accuracy70.94
2
Sentiment AnalysisSST-2
Accuracy81.04
2
Showing 7 of 7 rows

Other info

Follow for update