Graph neural network recommendation algorithm based on self-supervised learning

Researchers have developed a specific sub-class of deep learning methods, the so-called Graph Neural Network (GNN), to perform inference on data represented by graphs. It has gained increasing popularity in recent years due to numerous domains utilizing graph-structured data such as e-commerce, soci...

Full description

Saved in:
Bibliographic Details
Main Author: Tran, Hien Van
Other Authors: Luo Siqiang
Format: Final Year Project
Language:English
Published: Nanyang Technological University 2023
Subjects:
Online Access:https://hdl.handle.net/10356/166553
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:Researchers have developed a specific sub-class of deep learning methods, the so-called Graph Neural Network (GNN), to perform inference on data represented by graphs. It has gained increasing popularity in recent years due to numerous domains utilizing graph-structured data such as e-commerce, social networks, and biomedical science. Despite their effectiveness, the current supervised learning methods applied in GNN have led to several weaknesses due to their heavy data reliance. Self-supervised learning (SSL), a promising improvement over (semi-)supervised learning, eliminates the need for manual annotation. By learning better item features’ latent relationships, SSL overcomes the label sparsity problem by improving item representation learning and improving generalization. This project explored various designs of existing SSL algorithms on three benchmark graph datasets: Gowalla, Yelp2018, and Amazon Book. We first conducted a review of existing SSL methods for graph learning. From that, we proposed our GNN architecture using LightGCN [7] with contrastive learning - a type of SSL, and then present the results of our experiments in the recommender system application. Empirical results obtained from this project showed that LightGCN with SSL can improve performance metrics.