Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

A Simple Convolutional Generative Network for Next Item Recommendation

About

Convolutional Neural Networks (CNNs) have been recently introduced in the domain of session-based next item recommendation. An ordered collection of past items the user has interacted with in a session (or sequence) are embedded into a 2-dimensional latent matrix, and treated as an image. The convolution and pooling operations are then applied to the mapped item embeddings. In this paper, we first examine the typical session-based CNN recommender and show that both the generative model and network architecture are suboptimal when modeling long-range dependencies in the item sequence. To address the issues, we introduce a simple, but very effective generative model that is capable of learning high-level representation from both short- and long-range item dependencies. The network architecture of the proposed model is formed of a stack of \emph{holed} convolutional layers, which can efficiently increase the receptive fields without relying on the pooling operation. Another contribution is the effective use of residual block structure in recommender systems, which can ease the optimization for much deeper networks. The proposed generative model attains state-of-the-art accuracy with less training time in the next item recommendation task. It accordingly can be used as a powerful recommendation baseline to beat in future, especially when there are long sequences of user feedback.

Fajie Yuan, Alexandros Karatzoglou, Ioannis Arapakis, Joemon M Jose, Xiangnan He• 2018

Related benchmarks

TaskDatasetResultRank
Sequential RecommendationML 1M
NDCG@100.1627
130
Sequential RecommendationSports
Recall@102.65
62
Sequential RecommendationBeauty
Hit Rate @ 2011
43
Sequential RecommendationBeauty
Recall@104.47
42
Sequential RecommendationSports
HR@53.11
39
Sequential RecommendationFourSquare
HR@200.0259
28
Sequential RecommendationToys
Recall@103.24
20
Video RecommendationMicroLens 100k (test)
HR@108.62
19
Sequential RecommendationLastFM
HR@209.36
17
Sequential RecommendationCDs
Recall@105.45
13
Showing 10 of 20 rows

Other info

Follow for update