paper-with-me

Papers

Propagation on Multi-relational Graphs for Node Regression

2021-10-15 · Eda Bayram

Recent years have witnessed a rise in real-world data captured with rich structural information that can be conveniently depicted by multi-relational graphs. While inference of continuous node features across a simple graph is rather under-studied by the current relational learning research, we go one step further and focus on node regression problem on multi-relational graphs. We take inspiration from the well-known label propagation algorithm aiming at completing categorical features across a simple graph and propose a novel propagation framework for completing missing continuous features at the nodes of a multi-relational and directed graph. Our multi-relational propagation algorithm is composed of iterative neighborhood aggregations which originate from a relational local generative model. Our findings show the benefit of exploiting the multi-relational structure of the data in several node regression scenarios in different settings.

📄 PDF Abstract BibTeX arXiv:2110.08185

Code (1)

bayrameda/MrAP 공식 구현 pytorch

Tasks

Node RegressionregressionRelational Reasoning

Similar Papers 제목 키워드 기반

Node Attribute Completion in Knowledge Graphs with Multi-Relational Propagation

2020-11-10 · Eda Bayram, Alberto Garcia-Duran, Robert West

The existing literature on knowledge graph completion mostly focuses on the link prediction task. However, knowledge graphs have an additional incompleteness problem: their nodes possess numerical attributes, whose value…

AttributeKnowledge Graph CompletionKnowledge GraphsLink Prediction+1

CopulaGNN: Towards Integrating Representational and Correlational Roles of Graphs in Graph Neural Networks

2020-10-05 · ICLR 2021 1 · Jiaqi Ma, Bo Chang, Xuefei Zhang, Qiaozhu Mei

Graph-structured data are ubiquitous. However, graphs encode diverse types of information and thus play different roles in data representation. In this paper, we distinguish the \textit{representational} and the \textit{…

Graph Neural Network

A Benchmark Dataset for Graph Regression with Homogeneous and Multi-Relational Variants

2025-05-29 · Peter Samoaa, Marcus Vukojevic, Morteza Haghir Chehreghani, Antonio Longa

Graph-level regression underpins many real-world applications, yet public benchmarks remain heavily skewed toward molecular graphs and citation networks. This limited diversity hinders progress on models that must genera…

Graph Neural NetworkGraph Regressionregression

Utilizing Edge Features in Graph Neural Networks via Variational Information Maximization

2019-06-13 · Pengfei Chen, Weiwen Liu, Chang-Yu Hsieh, Guangyong Chen 외

Graph Neural Networks (GNNs) achieve an impressive performance on structured graphs by recursively updating the representation vector of each node based on its neighbors, during which parameterized transformation matrice…

Drug DiscoveryQuantum Chemistry Regression

Universally Robust Graph Neural Networks by Preserving Neighbor Similarity

2024-01-18 · Yulin Zhu, Yuni Lai, Xing Ai, Kai Zhou

Despite the tremendous success of graph neural networks in learning relational data, it has been widely investigated that graph neural networks are vulnerable to structural attacks on homophilic graphs. Motivated by this…

Adversarial Robustness