Wenxian Liu, Yiji Zhao, Haomin Wen, Lei Zhang, Hao Wu · ACM Transactions on Information Systems 2026 · 2026
DOI: 10.1145/3849380
Counts differ because each database indexes a different set of publications. We treat OpenAlex as the canonical count; Google Scholar is not shown (no API, and crawling it violates its ToS).
Sequential recommender systems predominantly focus on time-domain modeling, overlooking rich seasonal and periodic structures revealed in the frequency domain. While recent frequency-aware methods leverage Fourier transforms, their reliance on fixed filters introduces two critical limitations: i ) inadequate sequence encoding due to indiscriminate spectral suppression, causing information degradation, and ii ) semantic-degrading contrastive augmentations that compromise critical frequency components essential for behavioral semantics. To address these challenges, we propose FAESRec, a Frequency-Adaptive Encoder with three synergistic innovations: First, a Frequency-Adaptive Mixture-of-Experts (FAMoE) layer decomposes sequences into non-overlapping spectral bands with end-to-end learned boundaries, enabling dynamic weighting of heterogeneous frequency drivers. Second, a Filter-Enhanced module (FAFe) employs learnable global/local filters with adaptive thresholds to denoise spectral components while preserving energy-concentrated bands. The filtered spectral features are projected back to the time domain and encoded by a Mamba block. Third, a Frequency Semantic-aware Contrastive Learner (FSaCL) synthesizes semantically coherent views through probabilistic frequency masking, theoretically guaranteeing mutual information conservation between original and augmented sequences. Extensive experiments on six benchmarks from Amazon, Movielens and LastFM, demonstrate FAESRec's consistent superiority over thirteen SOTA baselines. It achieves significant improvements of 2.74–67.69% HR@1 and 3.95–20.38% NDCG@5, particularly under extreme sparsity. Theoretical analysis proves FSaCL preserves minimal sufficient semantics, establishing a new paradigm for frequency-aware sequential recommendation. Code is available at: https://github.com/0-1user/FAESRec .
No comments yet — start the discussion below.