English

FuXi-$\gamma$: Efficient Sequential Recommendation with Exponential-Power Temporal Encoder and Diagonal-Sparse Positional Mechanism

Information Retrieval 2025-12-16 v1

Abstract

Sequential recommendation aims to model users' evolving preferences based on their historical interactions. Recent advances leverage Transformer-based architectures to capture global dependencies, but existing methods often suffer from high computational overhead, primarily due to discontinuous memory access in temporal encoding and dense attention over long sequences. To address these limitations, we propose FuXi-γ\gamma, a novel sequential recommendation framework that improves both effectiveness and efficiency through principled architectural design. FuXi-γ\gamma adopts a decoder-only Transformer structure and introduces two key innovations: (1) An exponential-power temporal encoder that encodes relative temporal intervals using a tunable exponential decay function inspired by the Ebbinghaus forgetting curve. This encoder enables flexible modeling of both short-term and long-term preferences while maintaining high efficiency through continuous memory access and pure matrix operations. (2) A diagonal-sparse positional mechanism that prunes low-contribution attention blocks using a diagonal-sliding strategy guided by the persymmetry of Toeplitz matrix. Extensive experiments on four real-world datasets demonstrate that FuXi-γ\gamma achieves state-of-the-art performance in recommendation quality, while accelerating training by up to 4.74×\times and inference by up to 6.18×\times, making it a practical and scalable solution for long-sequence recommendation. Our code is available at https://github.com/Yeedzhi/FuXi-gamma.

Keywords

Cite

@article{arxiv.2512.12740,
  title  = {FuXi-$\gamma$: Efficient Sequential Recommendation with Exponential-Power Temporal Encoder and Diagonal-Sparse Positional Mechanism},
  author = {Dezhi Yi and Wei Guo and Wenyang Cui and Wenxuan He and Huifeng Guo and Yong Liu and Zhenhua Dong and Ye Lu},
  journal= {arXiv preprint arXiv:2512.12740},
  year   = {2025}
}

Comments

Accepted by KDD 2026

R2 v1 2026-07-01T08:24:06.703Z