SOLAR: SVD-Optimized Lifelong Attention for Recommendation
Abstract
Attention mechanism remains the defining operator in Transformers since it provides expressive global credit assignment, yet its time and memory cost in sequence length makes long-context modeling expensive and often forces truncation or other heuristics. Linear attention reduces complexity to by reordering computation through kernel feature maps, but this reformulation drops the softmax mechanism and shifts the attention score distribution. In recommender systems, low-rank structure in matrices is not a rare case, but rather the default inductive bias in its representation learning, particularly explicit in the user behavior sequence modeling. Leveraging this structure, we introduce SVD-Attention, which is theoretically lossless on low-rank matrices and preserves softmax while reducing attention complexity from to . With SVD-Attention, we propose SOLAR, SVD-Optimized Lifelong Attention for Recommendation, a sequence modeling framework that supports behavior sequences of ten-thousand scale and candidate sets of several thousand items in cascading process without any filtering. In Kuaishou's online recommendation scenario, SOLAR delivers a 0.68\% Video Views gain together with additional business metrics improvements.
Keywords
Cite
@article{arxiv.2603.02561,
title = {SOLAR: SVD-Optimized Lifelong Attention for Recommendation},
author = {Chenghao Zhang and Chao Feng and Yuanhao Pu and Xunyong Yang and Wenhui Yu and Xiang Li and Yongqi Liu and Lantao Hu and Kaiqiao Zhan and Han Li and Kun Gai},
journal= {arXiv preprint arXiv:2603.02561},
year = {2026}
}
Comments
18 pages, 4 figures