Saved in:
Bibliographic Details
Main Authors: Wong, Zhen Hao, Yang, Hansi, Fu, Xiaoyi, Yao, Quanming
Format: Preprint
Published: 2024
Subjects:
Online Access:https://arxiv.org/abs/2402.18875
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • Heterogeneous Graph Neural Networks (HGNNs) are a class of deep learning models designed specifically for heterogeneous graphs, which are graphs that contain different types of nodes and edges. This paper investigates the application of curriculum learning techniques to improve the performance and robustness of Heterogeneous Graph Neural Networks (GNNs). To better classify the quality of the data, we design a loss-aware training schedule, named LTS that measures the quality of every nodes of the data and incorporate the training dataset into the model in a progressive manner that increases difficulty step by step. LTS can be seamlessly integrated into various frameworks, effectively reducing bias and variance, mitigating the impact of noisy data, and enhancing overall accuracy. Our findings demonstrate the efficacy of curriculum learning in enhancing HGNNs capabilities for analyzing complex graph-structured data. The code is public at https://github.com/LARS-research/CLGNN/.