paper-with-me

홈 › Papers

Disentangling Node Attributes from Graph Topology for Improved Generalizability in Link Prediction

2023-07-17 · Ayan Chatterjee, Robin Walters, Giulia Menichetti, Tina Eliassi-Rad

Link prediction is a crucial task in graph machine learning with diverse applications. We explore the interplay between node attributes and graph topology and demonstrate that incorporating pre-trained node attributes improves the generalization power of link prediction models. Our proposed method, UPNA (Unsupervised Pre-training of Node Attributes), solves the inductive link prediction problem by learning a function that takes a pair of node attributes and predicts the probability of an edge, as opposed to Graph Neural Networks (GNN), which can be prone to topological shortcuts in graphs with power-law degree distribution. In this manner, UPNA learns a significant part of the latent graph generation mechanism since the learned function can be used to add incoming nodes to a growing graph. By leveraging pre-trained node attributes, we overcome observational bias and make meaningful predictions about unobserved nodes, surpassing state-of-the-art performance (3X to 34X improvement on benchmark datasets). UPNA can be applied to various pairwise learning tasks and integrated with existing link prediction models to enhance their generalizability and bolster graph generative models.

📄 PDF Abstract BibTeX arXiv:2307.08877

Code (0)

등록된 구현이 없습니다.

Tasks

Graph GenerationInductive Link PredictionLink PredictionPredictionUnsupervised Pre-training

Similar Papers 제목 키워드 기반

Modeling Topological Impact on Node Attribute Distributions in Attributed Graphs

2026-02-01 · Amirreza Shiralinasab Langari, Leila Yeganeh, Kim Khoa Nguyen arxiv

We investigate how the topology of attributed graphs influences the distribution of node attributes. This work offers a novel perspective by treating topology and attributes as structurally distinct but interacting compo…

Graph Anomaly Detection

Topology-guided Hypergraph Transformer Network: Unveiling Structural Insights for Improved Representation

2023-10-14 · Khaled Mohammed Saifuddin, Mehmet Emin Aktas, Esra Akbas

Hypergraphs, with their capacity to depict high-order relationships, have emerged as a significant extension of traditional graphs. Although Graph Neural Networks (GNNs) have remarkable performance in graph representatio…

Graph Representation LearningNode ClassificationRepresentation Learning

ARISE: Graph Anomaly Detection on Attributed Networks via Substructure Awareness

2022-11-28 · Jingcan Duan, Bin Xiao, Siwei Wang, Haifang Zhou 외

Recently, graph anomaly detection on attributed networks has attracted growing attention in data mining and machine learning communities. Apart from attribute anomalies, graph anomaly detection also aims at suspicious to…

Anomaly DetectionAttributeContrastive LearningGraph Anomaly Detection+1

Deep Multi-attributed Graph Translation with Node-Edge Co-evolution

2020-03-22 · Xiaojie Guo, Liang Zhao, Cameron Nowzari, Setareh Rafatirad 외

Generalized from image and language translation, graph translation aims to generate a graph in the target domain by conditioning an input graph in the source domain. This promising topic has attracted fast-increasing att…

Translation

BSAL: A Framework of Bi-component Structure and Attribute Learning for Link Prediction

2022-04-18 · Bisheng Li, Min Zhou, Shengzhong Zhang, Menglin Yang 외

Given the ubiquitous existence of graph-structured data, learning the representations of nodes for the downstream tasks ranging from node classification, link prediction to graph classification is of crucial importance. …

AttributeGraph ClassificationLink PredictionNode Classification+1