paper-with-me

홈 › Papers

Quaternion Self-Attention with Shared Scores

2026-05-24 · Shogo Yamauchi, Tohru Nitta, Hideaki Tamori arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.24920

Code (0)

등록된 구현이 없습니다.

Tasks

Speech Enhancement

Similar Papers 제목 키워드 기반

Q-RBSA: High-Resolution 3D EBSD Map Generation Using An Efficient Quaternion Transformer Network

2023-03-19 · Devendra K. Jangid, Neal R. Brodnik, McLean P. Echlin, Tresa M. Pollock 외

Gathering 3D material microstructural information is time-consuming, expensive, and energy-intensive. Acquisition of 3D data has been accelerated by developments in serial sectioning instrument capabilities; however, for…

A-QCF-Net: An Adaptive Quaternion Cross-Fusion Network for Multimodal Liver Tumor Segmentation from Unpaired Datasets

2025-12-25 · Arunkumar V, Firos V M, Senthilkumar S, Gangadharan G R arxiv

Multimodal medical imaging provides complementary information that is crucial for accurate delineation of pathology, but the development of deep learning models is limited by the scarcity of large datasets in which diffe…

Tumor Segmentation

QEAN: Quaternion-Enhanced Attention Network for Visual Dance Generation

2024-03-18 · Zhizhen Zhou, Yejing Huo, Guoheng Huang, An Zeng 외

The study of music-generated dance is a novel and challenging Image generation task. It aims to input a piece of music and seed motions, then generate natural dance movements for the subsequent music. Transformer-based m…

Image GenerationPositionTime Series Prediction

Multi-scale Quaternion CNN and BiGRU with Cross Self-attention Feature Fusion for Fault Diagnosis of Bearing

2024-05-25 · Huanbai Liu, Fanlong Zhang, Yin Tan, Lian Huang 외

In recent years, deep learning has led to significant advances in bearing fault diagnosis (FD). Most techniques aim to achieve greater accuracy. However, they are sensitive to noise and lack robustness, resulting in insu…

Domain AdaptationFault DetectionFault Diagnosis

Quaternion-Based Self-Attentive Long Short-Term User Preference Encoding for Recommendation

2020-08-31 · Thanh Tran, Di You, Kyumin Lee

Quaternion space has brought several benefits over the traditional Euclidean space: Quaternions (i) consist of a real and three imaginary components, encouraging richer representations; (ii) utilize Hamilton product whic…

Recommendation Systems