paper-with-me

홈 › Papers

MDS-GNN: A Mutual Dual-Stream Graph Neural Network on Graphs with Incomplete Features and Structure

2024-08-09 · Peng Yuan, Peng Tang

Graph Neural Networks (GNNs) have emerged as powerful tools for analyzing and learning representations from graph-structured data. A crucial prerequisite for the outstanding performance of GNNs is the availability of complete graph information, i.e., node features and graph structure, which is frequently unmet in real-world scenarios since graphs are often incomplete due to various uncontrollable factors. Existing approaches only focus on dealing with either incomplete features or incomplete structure, which leads to performance loss inevitably. To address this issue, this study proposes a mutual dual-stream graph neural network (MDS-GNN), which implements a mutual benefit learning between features and structure. Its main ideas are as follows: a) reconstructing the missing node features based on the initial incomplete graph structure; b) generating an augmented global graph based on the reconstructed node features, and propagating the incomplete node features on this global graph; and c) utilizing contrastive learning to make the dual-stream process mutually benefit from each other. Extensive experiments on six real-world datasets demonstrate the effectiveness of our proposed MDS-GNN on incomplete graphs.

📄 PDF Abstract BibTeX arXiv:2408.04845

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningGraph Neural Network

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

T2-GNN: Graph Neural Networks for Graphs with Incomplete Features and Structure via Teacher-Student Distillation

2022-12-24 · Cuiying Huo, Di Jin, Yawen Li, Dongxiao He 외

Graph Neural Networks (GNNs) have been a prevailing technique for tackling various analysis tasks on graph data. A key premise for the remarkable performance of GNNs relies on complete and trustworthy initial graph descr…

Node-Time Conditional Prompt Learning In Dynamic Graphs

2024-05-22 · Xingtong Yu, Zhenghao Liu, Xinming Zhang, Yuan Fang

Dynamic graphs capture evolving interactions between entities, such as in social networks, online learning platforms, and crowdsourcing projects. For dynamic graph modeling, dynamic graph neural networks (DGNNs) have eme…

Link PredictionNode ClassificationPrompt Learning

Collective Knowledge Graph Completion with Mutual Knowledge Distillation

2023-05-25 · Weihang Zhang, Ovidiu Serban, Jiahao Sun, Yi-Ke Guo

Knowledge graph completion (KGC), the task of predicting missing information based on the existing relational data inside a knowledge graph (KG), has drawn significant attention in recent years. However, the predictive p…

Knowledge DistillationKnowledge Graph CompletionKnowledge GraphsTransfer Learning

Learning Representations of Partial Subgraphs by Subgraph InfoMax

2021-09-29 · Dongkwan Kim, Jiho Jin, Jaimeen Ahn, Alice Oh

Subgraphs are important substructures of graphs, but learning their representations has not been studied well. Particularly, when we have partial subgraphs, existing node- or subgraph-level message-passing is likely to p…

CDGraph: Dual Conditional Social Graph Synthesizing via Diffusion Model

2023-11-03 · Jui-Yi Tsai, Ya-Wen Teng, Ho Chiok Yew, De-Nian Yang 외

The social graphs synthesized by the generative models are increasingly in demand due to data scarcity and concerns over user privacy. One of the key performance criteria for generating social networks is the fidelity to…

Denoising