SkipGNN: Predicting Molecular Interactions with Skip-Graph Networks
Kexin Huang, Cao Xiao, Lucas Glass, Marinka Zitnik, Jimeng Sun

TL;DR
SkipGNN is a novel graph neural network that incorporates second-order skip similarity for predicting molecular interactions, outperforming existing methods especially on noisy and incomplete biological networks.
Contribution
It introduces skip similarity into GNNs by using a modified skip graph and an iterative fusion scheme, enhancing prediction accuracy and biological relevance.
Findings
Outperforms existing methods by up to 28.8% PR-AUC.
Learns biologically meaningful embeddings.
Robust performance on noisy, incomplete networks.
Abstract
Molecular interaction networks are powerful resources for the discovery. They are increasingly used with machine learning methods to predict biologically meaningful interactions. While deep learning on graphs has dramatically advanced the prediction prowess, current graph neural network (GNN) methods are optimized for prediction on the basis of direct similarity between interacting nodes. In biological networks, however, similarity between nodes that do not directly interact has proved incredibly useful in the last decade across a variety of interaction networks. Here, we present SkipGNN, a graph neural network approach for the prediction of molecular interactions. SkipGNN predicts molecular interactions by not only aggregating information from direct interactions but also from second-order interactions, which we call skip similarity. In contrast to existing GNNs, SkipGNN receives…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Drug Discovery Methods · Bioinformatics and Genomic Networks · Machine Learning in Materials Science
MethodsGraph Neural Network
