TL;DR
ConvRec introduces a convolutional approach for attribute-aware sequential recommendation, achieving efficient long-term preference modeling with lower computational costs than attention-based models.
Contribution
The paper proposes ConvRec, a convolutional model with linear complexity that effectively captures sequential patterns for recommendation tasks.
Findings
Outperforms state-of-the-art models on four real-world datasets.
Achieves lower computational complexity than attention-based methods.
Effectively models long-term user preferences with hierarchical convolutional layers.
Abstract
Attribute-aware sequential recommendation entails predicting the next item a user will interact with based on a chronologically ordered history of past interactions, enriched with item attributes. Existing methods typically leverage self-attention mechanisms to aggregate the entire sequence into a unified representation used for next-item prediction. While effective, these models often suffer from high computational complexity and memory consumption, limiting their ability to process long user histories. This constraint restricts the model's capacity to fully capture long-term user preferences. In some scenarios, modeling item interactions purely through attention may also not be the most effective approach to extract sequential patterns. In this work, we propose ConvRec, an alternative method with linear computational and memory complexity that employs convolutional layers in a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
