paper-with-me

Papers

Learning protein sequence embeddings using information from structure

2019-02-22 · ICLR 2019 5 · Tristan Bepler, Bonnie Berger

Inferring the structural properties of a protein from its amino acid sequence is a challenging yet important problem in biology. Structures are not known for the vast majority of protein sequences, but structure is critical for understanding function. Existing approaches for detecting structural similarity between proteins from sequence are unable to recognize and exploit structural patterns when sequences have diverged too far, limiting our ability to transfer knowledge between structurally related proteins. We newly approach this problem through the lens of representation learning. We introduce a framework that maps any protein sequence to a sequence of vector embeddings --- one per amino acid position --- that encode structural information. We train bidirectional long short-term memory (LSTM) models on protein sequences with a two-part feedback mechanism that incorporates information from (i) global structural similarity between proteins and (ii) pairwise residue contact maps for individual proteins. To enable learning from structural similarity information, we define a novel similarity measure between arbitrary-length sequences of vector embeddings based on a soft symmetric alignment (SSA) between them. Our method is able to learn useful position-specific embeddings despite lacking direct observations of position-level correspondence between sequences. We show empirically that our multi-task framework outperforms other sequence-based methods and even a top-performing structure-based alignment method when predicting structural similarity, our goal. Finally, we demonstrate that our learned embeddings can be transferred to other protein sequence problems, improving the state-of-the-art in transmembrane domain prediction.

📄 PDF Abstract BibTeX arXiv:1902.08661

Code (1)

tbepler/protein-sequence-embedding-iclr2019 공식 구현 pytorch

Tasks

PositionRepresentation Learning

Similar Papers 제목 키워드 기반

Protein Language Model-Powered 3D Ligand Binding Site Prediction from Protein Sequence

2023-12-05 · Shuo Zhang, Lei Xie

Prediction of ligand binding sites of proteins is a fundamental and important task for understanding the function of proteins and screening potential drugs. Most existing methods require experimentally determined protein…

Drug DiscoveryGraph Neural NetworkLanguage ModelingLanguage Modelling+1

Integrating protein sequence embeddings with structure via graph-based deep learning for the prediction of single-residue properties

2025-02-24 · Kevin Michalewicz, Mauricio Barahona, Barbara Bravi

Understanding the intertwined contributions of amino acid sequence and spatial structure is essential to explain protein behaviour. Here, we introduce INFUSSE (Integrated Network Framework Unifying Structure and Sequence…

Large Language Model

ZeroFold: Protein-RNA Binding Affinity Predictions from Pre-Structural Embeddings

2026-03-24 · Josef Hanke, Sebastian Pujalte Ojeda, Shengyu Zhang, Werngard Czechtizky 외 arxiv

The accurate prediction of protein-RNA binding affinity remains an unsolved problem in structural biology, limiting opportunities in understanding gene regulation and designing RNA-targeting therapeutics. A central obsta…

Random Embeddings and Linear Regression can Predict Protein Function

2021-04-25 · Tianyu Lu, Alex X. Lu, Alan M. Moses

Large self-supervised models pretrained on millions of protein sequences have recently gained popularity in generating embeddings of protein sequences for protein function prediction. However, the absence of random basel…

PredictionProtein Function Predictionregression

ProtAlign: Contrastive learning paradigm for Sequence and structure alignment

2026-03-06 · Aditya Ranganath, Hasin Us Sami, Kowshik Thopalli, Bhavya Kailkhura 외 arxiv

Protein language models often take into consideration the alignment between a protein sequence and its textual description. However, they do not take structural information into consideration. Traditional methods treat s…

Cross-Modal RetrievalContrastive Learning