A Hybrid Supervised and Self-Supervised Graph Neural Network for Edge-Centric Applications
Eugenio Borzone, Leandro Di Persia, Matias Gerard

TL;DR
This paper introduces a hybrid graph neural network that combines supervised and self-supervised learning with attention mechanisms, improving edge-centric prediction tasks like protein interactions and compound similarity.
Contribution
It proposes a novel GNN architecture integrating supervised and self-supervised learning for edge-focused tasks, with an attention mechanism leveraging node and edge features.
Findings
Outperforms existing methods in protein-protein interaction prediction
Effective in predicting Gene Ontology terms
Works well with one-hot encoded node features
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Face and Expression Recognition
MethodsSoftmax · Attention Is All You Need · Ontology · Graph Neural Network · Focus
