paper-with-me

홈 › Papers

CosRec: 2D Convolutional Neural Networks for Sequential Recommendation

2019-08-27 · An Yan, Shuo Cheng, Wang-Cheng Kang, Mengting Wan, Julian McAuley

Sequential patterns play an important role in building modern recommender systems. To this end, several recommender systems have been built on top of Markov Chains and Recurrent Models (among others). Although these sequential models have proven successful at a range of tasks, they still struggle to uncover complex relationships nested in user purchase histories. In this paper, we argue that modeling pairwise relationships directly leads to an efficient representation of sequential features and captures complex item correlations. Specifically, we propose a 2D convolutional network for sequential recommendation (CosRec). It encodes a sequence of items into a three-way tensor; learns local features using 2D convolutional filters; and aggregates high-order interactions in a feedforward manner. Quantitative results on two public datasets show that our method outperforms both conventional methods and recent sequence-based approaches, achieving state-of-the-art performance on various evaluation metrics.

📄 PDF Abstract BibTeX arXiv:1908.09972

Code (2)

zzxslp/CosRec 공식 구현 pytorch
shuchenliu/assignment2 pytorch

Tasks

Recommendation SystemsSequential Recommendation

Similar Papers 제목 키워드 기반

Personalized Top-N Sequential Recommendation via Convolutional Sequence Embedding

2018-09-19 · Jiaxi Tang, Ke Wang

Top-$N$ sequential recommendation models each user as a sequence of items interacted in the past and aims to predict top-$N$ ranked items that a user will likely interact in a `near future'. The order of interaction impl…

Recommendation SystemsSequential Recommendation

TV-Rec: Time-Variant Convolutional Filter for Sequential Recommendation

2025-10-29 · Yehjin Shin, Jeongwhan Choi, Seojin Kim, Noseong Park arxiv

Recently, convolutional filters have been increasingly adopted in sequential recommendation for their ability to capture local sequential patterns. However, most of these models complement convolutional filters with self…

Sequential Recommendation

Lightweight yet Fine-grained: A Graph Capsule Convolutional Network with Subspace Alignment for Shared-account Sequential Recommendation

2024-12-18 · Jinyu Zhang, Zhongying Zhao, Chao Li, Yanwei Yu

Shared-account Sequential Recommendation (SSR) aims to provide personalized recommendations for accounts shared by multiple users with varying sequential preferences. Previous studies on SSR struggle to capture the fine-…

Sequential Recommendation

Symmetry Structured Convolutional Neural Networks

2022-03-03 · Kehelwala Dewage Gayan Maduranga, Vasily Zadorozhnyy, Qiang Ye

We consider Convolutional Neural Networks (CNNs) with 2D structured features that are symmetric in the spatial dimensions. Such networks arise in modeling pairwise relationships for a sequential recommendation problem, a…

Sequential Recommendation

Position-enhanced and Time-aware Graph Convolutional Network for Sequential Recommendations

2021-07-12 · Liwei Huang, Yutao Ma, Yanbo Liu, Bohong 외

Most of the existing deep learning-based sequential recommendation approaches utilize the recurrent neural network architecture or self-attention to model the sequential patterns and temporal influence among a user's his…

PositionSequential Recommendation