Open AccessPosted Content
Dynamic Graph Collaborative Filtering
TL;DR: In this article, the authors propose Dynamic Graph Collaborative Filtering (DGCF), a framework leveraging dynamic graphs to capture collaborative and sequential relations of both items and users at the same time.
read more
Abstract: Dynamic recommendation is essential for modern recommender systems to provide real-time predictions based on sequential data. In real-world scenarios, the popularity of items and interests of users change over time. Based on this assumption, many previous works focus on interaction sequences and learn evolutionary embeddings of users and items. However, we argue that sequence-based models are not able to capture collaborative information among users and items directly. Here we propose Dynamic Graph Collaborative Filtering (DGCF), a novel framework leveraging dynamic graphs to capture collaborative and sequential relations of both items and users at the same time. We propose three update mechanisms: zero-order 'inheritance', first-order 'propagation', and second-order 'aggregation', to represent the impact on a user or item when a new interaction occurs. Based on them, we update related user and item embeddings simultaneously when interactions occur in turn, and then use the latest embeddings to make recommendations. Extensive experiments conducted on three public datasets show that DGCF significantly outperforms the state-of-the-art dynamic recommendation methods up to 30. Our approach achieves higher performance when the dataset contains less action repetition, indicating the effectiveness of integrating dynamic collaborative information.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Temporal Graph Signal Decomposition
Maxwell McNeil,Lin Zhang,Petko Bogdanov +2 more
- 14 Aug 2021
TL;DR: In this paper, the authors propose a general, dictionary-based framework for temporal graph signal decomposition (TGSD), which learns a low-rank, joint encoding of the data via a combination of graph and time dictionaries, and achieves a 28% reduction in RMSE compared to baselines for temporal interpolation when as many as 75% of the observations are missing.
13
Temporal Graph Signal Decomposition
TL;DR: In this paper, a general, dictionary-based framework for temporal graph signal decomposition (TGSD) is proposed to learn a low-rank, joint encoding of the data via a combination of graph and time dictionaries.
9
•Posted Content
Pre-training Recommender Systems via Reinforced Attentive Multi-relational Graph Neural Network.
TL;DR: In this paper, a reinforced attentive multi-relational graph neural network (RAM-GNN) is proposed to pre-train user and item embeddings on the user-item interaction graph prior to the recommendation step.
References
•Proceedings Article
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
- 01 Jan 2015
TL;DR: This work introduces Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments, and provides a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework.
138.5K
Long short-term memory
TL;DR: A novel, efficient, gradient based method called long short-term memory (LSTM) is introduced, which can learn to bridge minimal time lags in excess of 1000 discrete-time steps by enforcing constant error flow through constant error carousels within special units.
99K
Graph Attention Networks
Petar Veličković,Guillem Cucurull,Arantxa Casanova,Adriana Romero,Pietro Liò,Yoshua Bengio +5 more
- 15 Feb 2018
TL;DR: Graph Attention Networks (GATs) as mentioned in this paper leverage masked self-attentional layers to address the shortcomings of prior methods based on graph convolutions or their approximations.
•Proceedings Article
Semi-Supervised Classification with Graph Convolutional Networks
Thomas Kipf,Max Welling +1 more
- 09 Sep 2016
TL;DR: In this paper, a scalable approach for semi-supervised learning on graph-structured data is presented based on an efficient variant of convolutional neural networks which operate directly on graphs.
DeepWalk: online learning of social representations
Bryan Perozzi,Rami Al-Rfou,Steven Skiena +2 more
- 24 Aug 2014
TL;DR: DeepWalk as mentioned in this paper uses local information obtained from truncated random walks to learn latent representations by treating walks as the equivalent of sentences, which encode social relations in a continuous vector space, which is easily exploited by statistical models.