paper-with-me

Papers

Transformer protein language models are unsupervised structure learners

2021-01-01 · ICLR 2021 1 · Roshan Rao, Joshua Meier, Tom Sercu, Sergey Ovchinnikov, Alexander Rives

Unsupervised contact prediction is central to uncovering physical, structural, and functional constraints for protein structure determination and design. For decades, the predominant approach has been to infer evolutionary constraints from a set of related sequences. In the past year, protein language models have emerged as a potential alternative, but performance has fallen short of state-of-the-art approaches in bioinformatics. In this paper we demonstrate that Transformer attention maps learn contacts from the unsupervised language modeling objective. We find the highest capacity models that have been trained to date already outperform a state-of-the-art unsupervised contact prediction pipeline, suggesting these pipelines can be replaced with a single forward pass of an end-to-end model.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

MSA Transformer

2021-02-13 · Roshan Rao, Jason Liu, Robert Verkuil, Joshua Meier 외

Unsupervised protein language models trained across millions of diverse sequences learn structure and function of proteins. Protein language models studied to date have been trained to perform inference from individual s…

Language ModelingLanguage ModellingMasked Language ModelingMultiple Sequence Alignment+1

Protein language models trained on multiple sequence alignments learn phylogenetic relationships

2022-03-29 · Umberto Lupo, Damiano Sgarbossa, Anne-Florence Bitbol

Self-supervised neural language models with attention have recently been applied to biological sequence data, advancing structure, function and mutational effect prediction. Some protein language models, including MSA Tr…

Prediction

CCPL: Cross-modal Contrastive Protein Learning

2023-03-19 · Jiangbin Zheng, Stan Z. Li

Effective protein representation learning is crucial for predicting protein functions. Traditional methods often pretrain protein language models on large, unlabeled amino acid sequences, followed by finetuning on labele…

Language ModelingLanguage ModellingMasked Language ModelingProtein Design+2

Layer Probing Improves Kinase Functional Prediction with Protein Language Models

2025-11-29 · Ajit Kumar, IndraPrakash Jha arxiv

Protein language models (PLMs) have transformed sequence-based protein analysis, yet most applications rely only on final-layer embeddings, which may overlook biologically meaningful information encoded in earlier layers…

Endowing Protein Language Models with Structural Knowledge

2024-01-26 · Dexiong Chen, Philip Hartout, Paolo Pellizzoni, Carlos Oliver 외

Understanding the relationships between protein sequence, structure and function is a long-standing biological challenge with manifold implications from drug design to our understanding of evolution. Recently, protein la…

Drug DesignLanguage ModelingLanguage ModellingMasked Language Modeling+2