Exploiting Inter-Session Information with Frequency-enhanced Dual-Path Networks for Sequential Recommendation
Peng He, Yao Liu, Yanglei Gan, Run Lin, Tingting Dai, Qiao Liu, Xuexin Li
TL;DR
This paper addresses the bottleneck in sequential recommendation where self-attention smooths high-frequency user signals and prior frequency-based models ignore inter-session dependencies. It introduces FreqRec, a Frequency-Enhanced Dual-Path Network that jointly models inter-session and intra-session dynamics via a learnable complex-valued Fourier transform, consisting of a Global Spectral Aggregator and a Local Spectral Refiner. A frequency-domain consistency loss aligns predicted spectral coefficients with ground-truth signatures, enabling explicit recovery of high-frequency patterns. Across three real-world benchmarks, FreqRec achieves state-of-the-art results and demonstrates robustness to data sparsity and noisy logs, underlining the value of cross-session spectral modeling for SR.
Abstract
Sequential recommendation (SR) aims to predict a user's next item preference by modeling historical interaction sequences. Recent advances often integrate frequency-domain modules to compensate for self-attention's low-pass nature by restoring the high-frequency signals critical for personalized recommendations. Nevertheless, existing frequency-aware solutions process each session in isolation and optimize exclusively with time-domain objectives. Consequently, they overlook cross-session spectral dependencies and fail to enforce alignment between predicted and actual spectral signatures, leaving valuable frequency information under-exploited. To this end, we propose FreqRec, a Frequency-Enhanced Dual-Path Network for sequential Recommendation that jointly captures inter-session and intra-session behaviors via a learnable Frequency-domain Multi-layer Perceptrons. Moreover, FreqRec is optimized under a composite objective that combines cross entropy with a frequency-domain consistency loss, explicitly aligning predicted and true spectral signatures. Extensive experiments on three benchmarks show that FreqRec surpasses strong baselines and remains robust under data sparsity and noisy-log conditions.
