IRLGSep 28, 2021

Concept-Aware Denoising Graph Neural Network for Micro-Video Recommendation

arXiv:2109.13527v168 citations
Originality Incremental advance
AI Analysis

This addresses the problem of noisy information in micro-video recommendations for users on platforms like Kuaishou and Tiktok, with incremental improvements in graph-based methods.

The paper tackles the challenge of improving recommender systems for micro-video platforms by proposing CONDE, a concept-aware denoising graph neural network, which achieves significantly better performance than state-of-the-art solutions in experiments.

Recently, micro-video sharing platforms such as Kuaishou and Tiktok have become a major source of information for people's lives. Thanks to the large traffic volume, short video lifespan and streaming fashion of these services, it has become more and more pressing to improve the existing recommender systems to accommodate these challenges in a cost-effective way. In this paper, we propose a novel concept-aware denoising graph neural network (named CONDE) for micro-video recommendation. CONDE consists of a three-phase graph convolution process to derive user and micro-video representations: warm-up propagation, graph denoising and preference refinement. A heterogeneous tripartite graph is constructed by connecting user nodes with video nodes, and video nodes with associated concept nodes, extracted from captions and comments of the videos. To address the noisy information in the graph, we introduce a user-oriented graph denoising phase to extract a subgraph which can better reflect the user's preference. Despite the main focus of micro-video recommendation in this paper, we also show that our method can be generalized to other types of tasks. Therefore, we also conduct empirical studies on a well-known public E-commerce dataset. The experimental results suggest that the proposed CONDE achieves significantly better recommendation performance than the existing state-of-the-art solutions.

Foundations

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

Your Notes