Graph Regression

88 papers with code • 12 benchmarks • 17 datasets

The regression task is similar to graph classification but using different loss function and performance metric.

Libraries

Use these libraries to find Graph Regression models and implementations

Triplet Interaction Improves Graph Transformers: Accurate Molecular Graph Learning with Triplet Graph Transformers

shamim-hussain/egt_pytorch 7 Feb 2024

We also obtain SOTA results on QM9, MOLPCBA, and LIT-PCBA molecular property prediction benchmarks via transfer learning.

68
07 Feb 2024

Improving Subgraph-GNNs via Edge-Level Ego-Network Encodings

nur-ag/elene 10 Dec 2023

We present a novel edge-level ego-network encoding for learning on graphs that can boost Message Passing Graph Neural Networks (MP-GNNs) by providing additional node and edge features or extending message-passing formats.

1
10 Dec 2023

Laplacian Canonization: A Minimalist Approach to Sign and Basis Invariant Spectral Embedding

pku-ml/laplaciancanonization NeurIPS 2023

However, from a theoretical perspective, the universal expressive power of spectral embedding comes at the price of losing two important invariance properties of graphs, sign and basis invariance, which also limits its effectiveness on graph data.

5
28 Oct 2023

Infinite Width Graph Neural Networks for Node Regression/ Classification

yCobanoglu/infinite-width-gnns 12 Oct 2023

This work analyzes Graph Neural Networks, a generalization of Fully-Connected Deep Neural Nets on Graph structured data, when their width, that is the number of nodes in each fullyconnected layer is increasing to infinity.

2
12 Oct 2023

Graph-level Representation Learning with Joint-Embedding Predictive Architectures

geriskenderi/graph-jepa 27 Sep 2023

Joint-Embedding Predictive Architectures (JEPAs) have recently emerged as a novel and powerful technique for self-supervised representation learning.

9
27 Sep 2023

Where Did the Gap Go? Reassessing the Long-Range Graph Benchmark

toenshoff/lrgb 1 Sep 2023

The recent Long-Range Graph Benchmark (LRGB, Dwivedi et al. 2022) introduced a set of graph learning tasks strongly dependent on long-range interaction between vertices.

13
01 Sep 2023

Modeling Edge Features with Deep Bayesian Graph Networks

diningphil/e-cgmm 17 Aug 2023

We propose an extension of the Contextual Graph Markov Model, a deep and probabilistic machine learning model for graphs, to model the distribution of edge features.

5
17 Aug 2023

DeSCo: Towards Generalizable and Scalable Deep Subgraph Counting

fuvty/DeSCo 16 Aug 2023

We introduce DeSCo, a scalable neural deep subgraph counting pipeline, designed to accurately predict both the count and occurrence position of queries on target graphs post single training.

14
16 Aug 2023

Towards Temporal Edge Regression: A Case Study on Agriculture Trade Between Nations

scylj1/gnn_edge_regression 15 Aug 2023

In this paper, we explore the application of GNNs to edge regression tasks in both static and dynamic settings, focusing on predicting food and agriculture trade values between nations.

8
15 Aug 2023

Substructure Aware Graph Neural Networks

BlackHalo-Drake/SAGNN-Substructure-Aware-Graph-Neural-Networks Proceedings of the AAAI Conference on Artificial Intelligence 2023

Despite the great achievements of Graph Neural Networks (GNNs) in graph learning, conventional GNNs struggle to break through the upper limit of the expressiveness of first-order Weisfeiler-Leman graph isomorphism test algorithm (1-WL) due to the consistency of the propagation paradigm of GNNs with the 1-WL. Based on the fact that it is easier to distinguish the original graph through subgraphs, we propose a novel framework neural network framework called Substructure Aware Graph Neural Networks (SAGNN) to address these issues.

15
26 Jun 2023