CVJun 27, 2021

A Behavior-aware Graph Convolution Network Model for Video Recommendation

arXiv:2106.15402v1
Originality Incremental advance
AI Analysis

This work addresses video recommendation for users by improving accuracy through better modeling of user behaviors, but it is incremental as it builds on existing graph-based methods.

The paper tackles the problem of video recommendation by proposing Sagittarius, a model that uses a graph convolutional neural network to incorporate user behavior semantics into user and video embeddings, and it outperforms state-of-the-art models in recall, unique recall, and NDCG on multiple datasets.

Interactions between users and videos are the major data source of performing video recommendation. Despite lots of existing recommendation methods, user behaviors on videos, which imply the complex relations between users and videos, are still far from being fully explored. In the paper, we present a model named Sagittarius. Sagittarius adopts a graph convolutional neural network to capture the influence between users and videos. In particular, Sagittarius differentiates between different user behaviors by weighting and fuses the semantics of user behaviors into the embeddings of users and videos. Moreover, Sagittarius combines multiple optimization objectives to learn user and video embeddings and then achieves the video recommendation by the learned user and video embeddings. The experimental results on multiple datasets show that Sagittarius outperforms several state-of-the-art models in terms of recall, unique recall and NDCG.

Foundations

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

Your Notes