paper-with-me

Papers

SplitGNN: Splitting GNN for Node Classification with Heterogeneous Attention

2023-01-27 · Xiaolong Xu, Lingjuan Lyu, Yihong Dong, Yicheng Lu, Weiqiang Wang, Hong Jin

With the frequent happening of privacy leakage and the enactment of privacy laws across different countries, data owners are reluctant to directly share their raw data and labels with any other party. In reality, a lot of these raw data are stored in the graph database, especially for finance. For collaboratively building graph neural networks(GNNs), federated learning(FL) may not be an ideal choice for the vertically partitioned setting where privacy and efficiency are the main concerns. Moreover, almost all the existing federated GNNs are mainly designed for homogeneous graphs, which simplify various types of relations as the same type, thus largely limits their performance. We bridge this gap by proposing a split learning-based GNN(SplitGNN), where this model is divided into two sub-models: the local GNN model includes all the private data related computation to generate local node embeddings, whereas the global model calculates global embeddings by aggregating all the participants' local embeddings. Our SplitGNN allows the isolated heterogeneous neighborhood to be collaboratively utilized. To better capture representations, we propose a novel Heterogeneous Attention(HAT) algorithm and use both node-based and path-based attention mechanisms to learn various types of nodes and edges with multi-hop relation features. We demonstrate the effectiveness of our SplitGNN on node classification tasks for two standard public datasets and the real-world dataset. Extensive experimental results validate that our proposed SplitGNN significantly outperforms the state-of-the-art(SOTA) methods.

📄 PDF Abstract BibTeX arXiv:2301.12885

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationFederated LearningNode Classification

Similar Papers 제목 키워드 기반

Learning to Solve Weighted Maximum Satisfiability with a Co-Training Architecture

2025-11-24 · Kaidi Wan, Minghao Liu, Yong Lai arxiv

Wepropose SplitGNN, a graph neural network (GNN)-based approach that learns to solve weighted maximum satisfiabil ity (MaxSAT) problem. SplitGNN incorporates a co-training architecture consisting of supervised message pa…

Graph Neural Network

SplitGNN: Spectral Graph Neural Network for Fraud Detection against Heterophily

2023-10-21 · CIKM 2023 10 · Bin Wu, Xinyu Yao, Boyan Zhang, Kuo-Ming Chao 외

Fraudsters in the real world frequently add more legitimate links while concealing their direct ones with other fraudsters, leading to heterophily in fraud graphs, which is a problem that most GNN-based techniques are no…

Fraud DetectionGraph Neural NetworkNode Classification

Communication Compression for Decentralized Learning with Operator Splitting Methods

2022-05-08 · Yuki Takezawa, Kenta Niwa, Makoto Yamada

In decentralized learning, operator splitting methods using a primal-dual formulation (e.g., the Edge-Consensus Learning (ECL)) has been shown to be robust to heterogeneous data and has attracted significant attention in…

Heterogeneous Oblique Double Random Forest

2023-04-13 · M. A. Ganaie, M. Tanveer, I. Beheshti, N. Ahmad 외

The decision tree ensembles use a single data feature at each node for splitting the data. However, splitting in this manner may fail to capture the geometric properties of the data. Thus, oblique decision trees generate…

Modality as Heterogeneity: Node Splitting and Graph Rewiring for Multimodal Graph Learning

2026-01-20 · Yihan Zhang, Ercan E. Kuruoglu arxiv

Multimodal graphs are gaining increasing attention due to their rich representational power and wide applicability, yet they introduce substantial challenges arising from severe modality confusion. To address this issue,…

Graph Learning