paper-with-me

Papers

Accelerating Bayesian Optimization for Biological Sequence Design with Denoising Autoencoders

2022-03-23 · Samuel Stanton, Wesley Maddox, Nate Gruver, Phillip Maffettone, Emily Delaney, Peyton Greenside, Andrew Gordon Wilson

Bayesian optimization (BayesOpt) is a gold standard for query-efficient continuous optimization. However, its adoption for drug design has been hindered by the discrete, high-dimensional nature of the decision variables. We develop a new approach (LaMBO) which jointly trains a denoising autoencoder with a discriminative multi-task Gaussian process head, allowing gradient-based optimization of multi-objective acquisition functions in the latent space of the autoencoder. These acquisition functions allow LaMBO to balance the explore-exploit tradeoff over multiple design rounds, and to balance objective tradeoffs by optimizing sequences at many different points on the Pareto frontier. We evaluate LaMBO on two small-molecule design tasks, and introduce new tasks optimizing \emph{in silico} and \emph{in vitro} properties of large-molecule fluorescent proteins. In our experiments LaMBO outperforms genetic optimizers and does not require a large pretraining corpus, demonstrating that BayesOpt is practical and effective for biological sequence design.

📄 PDF Abstract BibTeX arXiv:2203.12742

Code (2)

samuelstanton/lambo 공식 구현 pytorch
lamda-bbo/offline-moo pytorch

Tasks

Bayesian OptimizationDenoisingDrug Design

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…
Denoising Autoencoder A Denoising Autoencoder is a modification on the autoencoder to prevent the network learning the identity function.…

Similar Papers 제목 키워드 기반

Designing Biological Sequences via Meta-Reinforcement Learning and Bayesian Optimization

2022-09-13 · Leo Feng, Padideh Nouri, Aneri Muni, Yoshua Bengio 외

The ability to accelerate the design of biological sequences can have a substantial impact on the progress of the medical field. The problem can be framed as a global optimization problem where the objective is an expens…

Bayesian Optimizationglobal-optimizationMeta-LearningMeta Reinforcement Learning+3

BioBO: Biology-informed Bayesian Optimization for Perturbation Design

2025-09-24 · Yanke Li, Tianyu Cui, Tommaso Mansi, Mangal Prakash 외 arxiv

Efficient design of genomic perturbation experiments is crucial for accelerating drug discovery and therapeutic target identification, yet exhaustive perturbation of the human genome remains infeasible due to the vast se…

Drug Discovery

Transfer Learning Bayesian Optimization to Design Competitor DNA Molecules for Use in Diagnostic Assays

2024-02-27 · Ruby Sedgwick, John P. Goertz, Molly M. Stevens, Ruth Misener 외

With the rise in engineered biomolecular devices, there is an increased need for tailor-made biological sequences. Often, many similar biological sequences need to be made for a specific application meaning numerous, som…

Bayesian OptimizationDiagnosticTransfer Learning

Protein Sequence Design with Batch Bayesian Optimisation

2023-03-18 · Chuanjiao Zong

Protein sequence design is a challenging problem in protein engineering, which aims to discover novel proteins with useful biological functions. Directed evolution is a widely-used approach for protein sequence design, w…

Bayesian OptimisationBayesian OptimizationProtein Design

BioDiscoveryAgent: An AI Agent for Designing Genetic Perturbation Experiments

2024-05-27 · Yusuf Roohani, Andrew Lee, Qian Huang, Jian Vora 외

Agents based on large language models have shown great potential in accelerating scientific discovery by leveraging their rich background knowledge and reasoning capabilities. In this paper, we introduce BioDiscoveryAgen…

AI AgentBayesian Optimizationscientific discovery