Pith. sign in

Efficient Link Prediction via GNN Layers Induced by Negative Sampling

1 Pith paper cite this work. Polarity classification is still indexing.

1 Pith paper citing it
abstract

Graph neural networks (GNNs) for link prediction can loosely be divided into two broad categories. First, \emph{node-wise} architectures pre-compute individual embeddings for each node that are later combined by a simple decoder to make predictions. While extremely efficient at inference time, model expressiveness is limited such that isomorphic nodes contributing to candidate edges may not be distinguishable, compromising accuracy. In contrast, \emph{edge-wise} methods rely on the formation of edge-specific subgraph embeddings to enrich the representation of pair-wise relationships, disambiguating isomorphic nodes to improve accuracy, but with increased model complexity. To better navigate this trade-off, we propose a novel GNN architecture whereby the \emph{forward pass} explicitly depends on \emph{both} positive (as is typical) and negative (unique to our approach) edges to inform more flexible, yet still cheap node-wise embeddings. This is achieved by recasting the embeddings themselves as minimizers of a forward-pass-specific energy function that favors separation of positive and negative samples. Notably, this energy is distinct from the actual training loss shared by most existing link prediction models, where contrastive pairs only influence the \textit{backward pass}. As demonstrated by extensive empirical evaluations, the resulting architecture retains the inference speed of node-wise models, while producing competitive accuracy with edge-wise alternatives. We released our code at https://github.com/yxzwang/SubmissionverOfYinYanGNN.

fields

cs.LG 1

years

2024 1

verdicts

CONDITIONAL 1

representative citing papers

Domain Adaptive Unfolded Graph Neural Networks

cs.LG · 2024-11-20 · conditional · novelty 4.0

Cascaded propagation, re-feeding the output of an unfolded GNN through its message passing, gives small but consistent gains in graph domain adaptation.

citing papers explorer

Showing 1 of 1 citing paper.

  • Domain Adaptive Unfolded Graph Neural Networks cs.LG · 2024-11-20 · conditional · none · ref 38 · internal anchor

    Cascaded propagation, re-feeding the output of an unfolded GNN through its message passing, gives small but consistent gains in graph domain adaptation.