paper-with-me

홈 › Papers

DPLM-2: A Multimodal Diffusion Protein Language Model

2024-10-17 · Xinyou Wang, Zaixiang Zheng, Fei Ye, Dongyu Xue, ShuJian Huang, Quanquan Gu

Proteins are essential macromolecules defined by their amino acid sequences, which determine their three-dimensional structures and, consequently, their functions in all living organisms. Therefore, generative protein modeling necessitates a multimodal approach to simultaneously model, understand, and generate both sequences and structures. However, existing methods typically use separate models for each modality, limiting their ability to capture the intricate relationships between sequence and structure. This results in suboptimal performance in tasks that requires joint understanding and generation of both modalities. In this paper, we introduce DPLM-2, a multimodal protein foundation model that extends discrete diffusion protein language model (DPLM) to accommodate both sequences and structures. To enable structural learning with the language model, 3D coordinates are converted to discrete tokens using a lookup-free quantization-based tokenizer. By training on both experimental and high-quality synthetic structures, DPLM-2 learns the joint distribution of sequence and structure, as well as their marginals and conditionals. We also implement an efficient warm-up strategy to exploit the connection between large-scale evolutionary data and structural inductive biases from pre-trained sequence-based protein language models. Empirical evaluation shows that DPLM-2 can simultaneously generate highly compatible amino acid sequences and their corresponding 3D structures eliminating the need for a two-stage generation approach. Moreover, DPLM-2 demonstrates competitive performance in various conditional generation tasks, including folding, inverse folding, and scaffolding with multimodal motif inputs, as well as providing structure-aware representations for predictive tasks.

📄 PDF Abstract BibTeX arXiv:2410.13782

Code (1)

bytedance/dplm jax

Tasks

Language ModelingLanguage ModellingmodelProtein Language ModelQuantization

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Diffusion Language Models Are Versatile Protein Learners

2024-02-28 · Xinyou Wang, Zaixiang Zheng, Fei Ye, Dongyu Xue 외

This paper introduces diffusion protein language model (DPLM), a versatile protein language model that demonstrates strong generative and predictive capabilities for protein sequences. We first pre-train scalable DPLMs f…

Language ModelingLanguage ModellingProtein Language Model

Towards A Generative Protein Evolution Machine with DPLM-Evo

2026-04-30 · Xinyou Wang, Liang Hong, Jiasheng Ye, Zaixiang Zheng 외 arxiv

Proteins are shaped by gradual evolution under biophysical and functional constraints. Protein language models learn rich evolutionary constraints from large-scale sequences, and discrete diffusion-based protein language…

Elucidating the Design Space of Multimodal Protein Language Models

2025-04-15 · Cheng-Yen Hsieh, Xinyou Wang, Daiheng Zhang, Dongyu Xue 외

Multimodal protein language models (PLMs) integrate sequence and token-based structural information, serving as a powerful foundation for protein modeling, generation, and design. However, the reliance on tokenizing 3D s…

DiversityRepresentation Learning

Diffusion probabilistic LMS algorithm

2019-08-22

In this paper, a novel diffusion estimation algorithm is proposed from a probabilistic perspective by combining diffusion strategy and the probabilistic least-mean-squares (PLMS) at all agents. The proposed method diffus…

HD-Prot: A Protein Language Model for Joint Sequence-Structure Modeling with Continuous Structure Tokens

2025-12-17 · Yi Zhou, Haohao Qu, Yunqing Liu, Shanru Lin 외 arxiv

Proteins inherently possess a consistent sequence-structure duality. The abundance of protein sequence data, which can be readily represented as discrete tokens, has driven fruitful developments in protein language model…

Protein Structure PredictionProtein Language Model