paper-with-me

Papers

A GAN Approach for Node Embedding in Heterogeneous Graphs Using Subgraph Sampling

2023-12-11 · Hung-Chun Hsu, Bo-Jun Wu, Ming-Yi Hong, Che Lin, Chih-Yu Wang

Graph neural networks (GNNs) face significant challenges with class imbalance, leading to biased inference results. To address this issue in heterogeneous graphs, we propose a novel framework that combines Graph Neural Network (GNN) and Generative Adversarial Network (GAN) to enhance classification for underrepresented node classes. The framework incorporates an advanced edge generation and selection module, enabling the simultaneous creation of synthetic nodes and edges through adversarial learning. Unlike previous methods, which predominantly focus on homogeneous graphs due to the difficulty of representing heterogeneous graph structures in matrix form, this approach is specifically designed for heterogeneous data. Existing solutions often rely on pre-trained models to incorporate synthetic nodes, which can lead to optimization inconsistencies and mismatches in data representation. Our framework avoids these pitfalls by generating data that aligns closely with the inherent graph topology and attributes, ensuring a more cohesive integration. Evaluations on multiple real-world datasets demonstrate the method's superiority over baseline models, particularly in tasks focused on identifying minority node classes, with notable improvements in performance metrics such as F-score and AUC-PRC score. These findings highlight the potential of this approach for addressing critical challenges in the field.

📄 PDF Abstract BibTeX arXiv:2312.06519

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Inductive Relation Prediction Using Analogy Subgraph Embeddings

2021-09-29 · ICLR 2022 4 · Jiarui Jin, Yangkun Wang, Kounianhua Du, Weinan Zhang 외

Prevailing methods for relation prediction in heterogeneous graphs aim at learning latent representations (i.e., embeddings) of observed nodes and relations, and thus are limited to the transductive setting where the rel…

Inductive BiasInductive Relation PredictionKnowledge Graph CompletionPrediction+2

LHGEL: Large Heterogeneous Graph Ensemble Learning using Batch View Aggregation

2025-10-03 · Jiajun Shen, Yufei Jin, Yi He, Xingquan Zhu arxiv

Learning from large heterogeneous graphs presents significant challenges due to the scale of networks, heterogeneity in node and edge types, variations in nodal features, and complex local neighborhood structures. This p…

Computational EfficiencyEnsemble Learning

HMSG: Heterogeneous Graph Neural Network based on Metapath Subgraph Learning

2021-09-07 · Xinjun Cai, Jiaxing Shang, Fei Hao, Dajiang Liu 외

Many real-world data can be represented as heterogeneous graphs with different types of nodes and connections. Heterogeneous graph neural network model aims to embed nodes or subgraphs into low-dimensional vector space f…

AttributeGraph Neural NetworkLink PredictionNode Classification+1

AdaGCL: Adaptive Subgraph Contrastive Learning to Generalize Large-scale Graph Training

2022-10-17 · ACM International Conference on Information & Knowledge Management (CIKM) 2022 10 · Yili Wang, Kaixiong Zhou, Rui Miao, Ninghao Liu 외

Training graph neural networks (GNNs) with good generalizability on large-scale graphs is a challenging problem. Existing methods mainly divide the input graph into multiple subgraphs and train them in different batches …

Contrastive LearningData AugmentationNode Classification

MHGNet: Multi-Heterogeneous Graph Neural Network for Traffic Prediction

2025-01-07 · Mei Wu, Yiqian Lin, Tianfan Jiang, Wenchao Weng

In recent years, traffic flow prediction has played a crucial role in the management of intelligent transportation systems. However, traditional forecasting methods often model non-Euclidean low-dimensional traffic data …

Graph Neural NetworkTraffic Prediction