QMLGJun 7, 2023

Neural Embeddings for Protein Graphs

arXiv:2306.04667v11 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work addresses the need for efficient protein representations in large-scale biological research, with applications in drug prioritization and disease analysis, but it is incremental as it builds on existing GNN and LLM methods.

The paper tackles the problem of efficiently representing proteins by integrating sequence and structural information, proposing a framework that embeds protein graphs using GNNs and LLMs to preserve structural distances. It achieves significant speed-ups over traditional structural alignment methods and shows F1-Score improvements of 26% on OOD samples and 32% on in-distribution samples for protein structure classification.

Proteins perform much of the work in living organisms, and consequently the development of efficient computational methods for protein representation is essential for advancing large-scale biological research. Most current approaches struggle to efficiently integrate the wealth of information contained in the protein sequence and structure. In this paper, we propose a novel framework for embedding protein graphs in geometric vector spaces, by learning an encoder function that preserves the structural distance between protein graphs. Utilizing Graph Neural Networks (GNNs) and Large Language Models (LLMs), the proposed framework generates structure- and sequence-aware protein representations. We demonstrate that our embeddings are successful in the task of comparing protein structures, while providing a significant speed-up compared to traditional approaches based on structural alignment. Our framework achieves remarkable results in the task of protein structure classification; in particular, when compared to other work, the proposed method shows an average F1-Score improvement of 26% on out-of-distribution (OOD) samples and of 32% when tested on samples coming from the same distribution as the training data. Our approach finds applications in areas such as drug prioritization, drug re-purposing, disease sub-type analysis and elsewhere.

Foundations

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

Your Notes