Wavelet Enhanced Adaptive Frequency Filter for Sequential Recommendation
Huayang Xu, Huanhuan Yuan, Guanfeng Liu, Junhua Fang, Lei Zhao, Pengpeng Zhao
TL;DR
Sequential recommendation suffers from non-stationary, intertwined user preferences that are difficult to extract from time-domain data. The authors introduce WEARec, which combines Dynamic Frequency-domain Filtering to adaptively filter spectral content based on user context and Wavelet Feature Enhancement to recover non-stationary, short-term signals via Haar wavelets. The framework blends global, adaptive spectral information with enhanced local details in a transformer-like encoder, achieving strong performance and efficiency gains for long sequences. Extensive experiments on four public datasets show WEARec consistently outperforms state-of-the-art baselines, demonstrating the value of integrating adaptive spectral filtering with wavelet-based local reconstruction for sequential recommendations.
Abstract
Sequential recommendation has garnered significant attention for its ability to capture dynamic preferences by mining users' historical interaction data. Given that users' complex and intertwined periodic preferences are difficult to disentangle in the time domain, recent research is exploring frequency domain analysis to identify these hidden patterns. However, current frequency-domain-based methods suffer from two key limitations: (i) They primarily employ static filters with fixed characteristics, overlooking the personalized nature of behavioral patterns; (ii) While the global discrete Fourier transform excels at modeling long-range dependencies, it can blur non-stationary signals and short-term fluctuations. To overcome these limitations, we propose a novel method called Wavelet Enhanced Adaptive Frequency Filter for Sequential Recommendation. Specifically, it consists of two vital modules: dynamic frequency-domain filtering and wavelet feature enhancement. The former is used to dynamically adjust filtering operations based on behavioral sequences to extract personalized global information, and the latter integrates wavelet transform to reconstruct sequences, enhancing blurred non-stationary signals and short-term fluctuations. Finally, these two modules work to achieve comprehensive performance and efficiency optimization in long sequential recommendation scenarios. Extensive experiments on four widely-used benchmark datasets demonstrate the superiority of our work.
