paper-with-me

홈 › Papers

A Systematic Reproducibility Study of BSARec for Sequential Recommendation

2025-12-19 · Jan Hutter, Hua Chang Bakker, Stan Fris, Madelon Bernardy, Yuanna Liu arxiv

In sequential recommendation (SR), the self-attention mechanism of Transformer-based models acts as a low-pass filter, limiting their ability to capture high-frequency signals that reflect short-term user interests. To overcome this, BSARec augments the Transformer encoder with a frequency layer that rescales high-frequency components using the Fourier transform. However, the overall effectiveness of BSARec and the roles of its individual components have yet to be systematically validated. We reproduce BSARec and show that it outperforms other SR methods on some datasets. To empirically assess whether BSARec improves performance on high-frequency signals, we propose a metric to quantify user history frequency and evaluate SR methods across different user groups. We compare digital signal processing (DSP) techniques and find that the discrete wavelet transform (DWT) offer only slight improvements over Fourier transforms, and DSP methods provide no clear advantage over simple residual connections. Finally, we explore padding strategies and find that non-constant padding significantly improves recommendation performance, whereas constant padding hinders the frequency rescaler's ability to capture high-frequency signals.

📄 PDF Abstract BibTeX arXiv:2512.17442

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

A Systematic Replicability and Comparative Study of BSARec and SASRec for Sequential Recommendation

2025-06-17 · Chiara D'Ercoli, Giulia Di Teodoro, Federico Siciliano

This study aims at comparing two sequential recommender systems: Self-Attention based Sequential Recommendation (SASRec), and Beyond Self-Attention based Sequential Recommendation (BSARec) in order to check the improveme…

Recommendation SystemsSequential Recommendation

An Attentive Inductive Bias for Sequential Recommendation beyond the Self-Attention

2023-12-16 · Yehjin Shin, Jeongwhan Choi, Hyowon Wi, Noseong Park

Sequential recommendation (SR) models based on Transformers have achieved remarkable successes. The self-attention mechanism of Transformers for computer vision and natural language processing suffers from the oversmooth…

Recommendation SystemsSequential Recommendation

Sensory-Aware Sequential Recommendation via Review-Distilled Representations

2026-03-03 · Yeo Chan Yoon, Chanjun Park, Kyuhan Koh arxiv

We propose a novel framework for sensory-aware sequential recommendation that enriches item representations with linguistically extracted sensory attributes from product reviews. Our approach, ASER (Attribute-based Senso…

Sequential RecommendationRepresentation LearningInformation Extraction

Deep Learning for Sequential Recommendation: Algorithms, Influential Factors, and Evaluations

2019-04-30 · Hui Fang, Danning Zhang, Yiheng Shu, Guibing Guo

In the field of sequential recommendation, deep learning (DL)-based methods have received a lot of attention in the past few years and surpassed traditional models such as Markov chain-based and factorization-based ones.…

Deep LearningRecommendation SystemsSequential RecommendationSurvey

Time to Split: Exploring Data Splitting Strategies for Offline Evaluation of Sequential Recommenders

2025-07-22 · Danil Gusak, Anna Volodkevich, Anton Klenitskiy, Alexey Vasilev 외 arxiv

Modern sequential recommender systems, ranging from lightweight transformer-based variants to large language models, have become increasingly prominent in academia and industry due to their strong performance in the next…