paper-with-me

Papers

Dirichlet Diffusion Score Model for Biological Sequence Generation

2023-05-18 · Pavel Avdeyev, Chenlai Shi, Yuhao Tan, Kseniia Dudnyk, Jian Zhou

Designing biological sequences is an important challenge that requires satisfying complex constraints and thus is a natural problem to address with deep generative modeling. Diffusion generative models have achieved considerable success in many applications. Score-based generative stochastic differential equations (SDE) model is a continuous-time diffusion model framework that enjoys many benefits, but the originally proposed SDEs are not naturally designed for modeling discrete data. To develop generative SDE models for discrete data such as biological sequences, here we introduce a diffusion process defined in the probability simplex space with stationary distribution being the Dirichlet distribution. This makes diffusion in continuous space natural for modeling discrete data. We refer to this approach as Dirchlet diffusion score model. We demonstrate that this technique can generate samples that satisfy hard constraints using a Sudoku generation task. This generative model can also solve Sudoku, including hard puzzles, without additional training. Finally, we applied this approach to develop the first human promoter DNA sequence design model and showed that designed sequences share similar properties with natural promoter sequences.

📄 PDF Abstract BibTeX arXiv:2305.10699

Code (2)

jzhoulab/ddsm 공식 구현 pytorch
masa-ue/RLfinetuning_Diffusion_Bioseq pytorch

Tasks

model

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 제목 키워드 기반

Dirichlet Flow Matching with Applications to DNA Sequence Design

2024-02-08 · Hannes Stark, Bowen Jing, Chenyu Wang, Gabriele Corso 외

Discrete diffusion or flow models could enable faster and more controllable sequence generation than autoregressive models. We show that na\"ive linear flow matching on the simplex is insufficient toward this goal since …

Flexible Flows for Biological Sequence Design

2026-06-09 · Yogesh Verma, Dani Korpela, Harri Lähdesmäki, Vikas Garg arxiv

Designing functional biological sequences requires navigating vast discrete spaces under strict evolutionary and biophysical constraints. Discrete Flow Matching (DFM) offers a generative framework over such spaces, but e…

Density Estimation

Latent Diffusion Models for Controllable RNA Sequence Generation

2024-09-15 · Kaixuan Huang, Yukang Yang, Kaidi Fu, Yanyi Chu 외

This work presents RNAdiffusion, a latent diffusion model for generating and optimizing discrete RNA sequences of variable lengths. RNA is a key intermediary between DNA and protein, exhibiting high sequence diversity an…

Translation

TaxDiff: Taxonomic-Guided Diffusion Model for Protein Sequence Generation

2024-02-27 · Lin Zongying, Li Hao, Lv Liuzhenghao, Lin Bin 외

Designing protein sequences with specific biological functions and structural stability is crucial in biology and chemistry. Generative models already demonstrated their capabilities for reliable protein design. However,…

Protein Design

Conditional generation of antibody sequences with classifier-guided germline-absorbing discrete diffusion

2026-05-07 · Justin Sanders, Luca Giancardo, Lan Guo, Yue Zhao 외 arxiv

Antibody therapeutics are among the most successful modern medicines, yet computationally designing antibodies with desirable binding and developability properties remains challenging. While protein language models (pLMs…