LESSWRONG
LW

AI
Frontpage

1

Bayesian optimization to find molecules that bind to proteins

by rotatingpaguro
13th Mar 2023
1 min read
0

1

This is a linkpost for https://www.youtube.com/watch?v=ZkPBb_YW8Ag
AI
Frontpage

1

New Comment
Moderation Log
More from rotatingpaguro
View more
Curated and popular this week
0Comments

Paper: Maus et al., "Scalable Deep Bayesian optimization over Structured Inputs," arXiv:2201.11872.

A nice and interesting presentation about finding synthetizable molecules that bind to a given protein with Bayesian optimization.

An autoencoder is trained on a database of molecules. The latent space of the autoencoder is fed as input space to an optimizer. The key idea is training the autoencoder together with the surrogate model used by optimizer, such that the latent space makes the target function to maximize simpler.

This technique works well. As expected, the powerful optimizer hacks the target function designed by humans and finds weird molecules that produce huge scores.