IRLGJun 26, 2024

UniRec: A Dual Enhancement of Uniformity and Frequency in Sequential Recommendations

arXiv:2406.18470v311 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses challenges in sequential recommendation for improving accuracy in modeling user behavior patterns, though it appears incremental by building on existing methods with specific enhancements.

The paper tackles the problem of sequential recommendation by addressing the neglect of time intervals and item frequency in existing methods, proposing UniRec which enhances performance for non-uniform sequences and less-frequent items, achieving significant improvements over SOTA models across four datasets.

Representation learning in sequential recommendation is critical for accurately modeling user interaction patterns and improving recommendation precision. However, existing approaches predominantly emphasize item-to-item transitions, often neglecting the time intervals between interactions, which are closely related to behavior pattern changes. Additionally, broader interaction attributes, such as item frequency, are frequently overlooked. We found that both sequences with more uniform time intervals and items with higher frequency yield better prediction performance. Conversely, non-uniform sequences exacerbate user interest drift and less-frequent items are difficult to model due to sparse sampling, presenting unique challenges inadequately addressed by current methods. In this paper, we propose UniRec, a novel bidirectional enhancement sequential recommendation method. UniRec leverages sequence uniformity and item frequency to enhance performance, particularly improving the representation of non-uniform sequences and less-frequent items. These two branches mutually reinforce each other, driving comprehensive performance optimization in complex sequential recommendation scenarios. Additionally, we present a multidimensional time module to further enhance adaptability. To the best of our knowledge, UniRec is the first method to utilize the characteristics of uniformity and frequency for feature augmentation. Comparing with eleven advanced models across four datasets, we demonstrate that UniRec outperforms SOTA models significantly. The code is available at https://github.com/Linxi000/UniRec.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes