LGMNJan 21, 2025

A Hybrid Supervised and Self-Supervised Graph Neural Network for Edge-Centric Applications

arXiv:2501.12309v21 citationsh-index: 1SIPN
Originality Incremental advance
AI Analysis

It addresses prediction problems in bioinformatics, such as protein interactions and compound similarity, but is incremental as it builds on existing graph neural network techniques.

The paper tackles edge-centric tasks like protein-protein interaction and Gene Ontology term prediction by combining supervised and self-supervised learning in a graph neural network, achieving performance that matches or exceeds existing methods.

This paper presents a novel graph-based deep learning model for tasks involving relations between two nodes (edge-centric tasks), where the focus lies on predicting relationships and interactions between pairs of nodes rather than node properties themselves. This model combines supervised and self-supervised learning, taking into account for the loss function the embeddings learned and patterns with and without ground truth. Additionally it incorporates an attention mechanism that leverages both node and edge features. The architecture, trained end-to-end, comprises two primary components: embedding generation and prediction. First, a graph neural network (GNN) transform raw node features into dense, low-dimensional embeddings, incorporating edge attributes. Then, a feedforward neural model processes the node embeddings to produce the final output. Experiments demonstrate that our model matches or exceeds existing methods for protein-protein interactions prediction and Gene Ontology (GO) terms prediction. The model also performs effectively with one-hot encoding for node features, providing a solution for the previously unsolved problem of predicting similarity between compounds with unknown structures.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes