A Diffusion Model to Shrink Proteins While Maintaining Their Function
Ethan Baron, Alan N. Amin, Ruben Weitzman, Debora Marks, Andrew Gordon Wilson
TL;DR
This work tackles the challenge of shrinking long protein sequences without losing function by introducing SCISOR, a discrete diffusion model that learns deletions by reversing an insertion-only forward process. SCISOR scales to large evolutionary datasets (e.g., UniRef) and provides a principled training objective with alignment-based targets, achieving competitive likelihoods with other diffusion models and state-of-the-art performance in predicting deletion effects on ProteinGym. It demonstrates practical benefits by shrinking proteins to shorter, natural-looking sequences that better preserve structural motifs and functional sites compared with prior approaches. The model supports unconditional generation of natural-like proteins and enables targeted shrinking with improved motif preservation, and the authors release code and weights for multiple model scales to support broad use in protein design workflows.
Abstract
Many proteins useful in modern medicine or bioengineering are challenging to make in the lab, fuse with other proteins in cells, or deliver to tissues in the body, because their sequences are too long. Shortening these sequences typically involves costly, time-consuming experimental campaigns. Ideally, we could instead use modern models of massive databases of sequences from nature to learn how to propose shrunken proteins that resemble sequences found in nature. Unfortunately, these models struggle to efficiently search the combinatorial space of all deletions, and are not trained with inductive biases to learn how to delete. To address this gap, we propose SCISOR, a novel discrete diffusion model that deletes letters from sequences to generate protein samples that resemble those found in nature. To do so, SCISOR trains a de-noiser to reverse a forward noising process that adds random insertions to natural sequences. As a generative model, SCISOR fits evolutionary sequence data competitively with previous large models. In evaluation, SCISOR achieves state-of-the-art predictions of the functional effects of deletions on ProteinGym. Finally, we use the SCISOR de-noiser to shrink long protein sequences, and show that its suggested deletions result in significantly more realistic proteins and more often preserve functional motifs than previous models of evolutionary sequences.
