Discriminative protein sequence modelling with Latent Space Diffusion
Eoin Quinn, Ghassene Jebali, Maxime Seince, Oliver Bent
TL;DR
The paper addresses protein sequence representation by decoupling manifold learning from distributional modelling and introducing Latent Space Diffusion (LSD), a framework that couples a sequence autoencoder with a diffusion model on its latent space. It presents two autoencoder variants, LSD-TN and LSD-NM, to produce well-distributed latent embeddings and evaluates diffusion-based representations across multiple protein-property tasks, comparing to a masked language modelling baseline and to models like ESM2 and DPLM. The key finding is that diffusion representations trained on LSD variants outperform diffusion baselines based on MLM embeddings, but still fall short of token-based reconstructive methods in overall predictive performance; the results underscore the importance of latent-space design for effective diffusion. The work lays groundwork for future improvements in latent-space construction, potential multi-modal integration (e.g., structural data), and leveraging the one-parameter diffusion representations for pre-training or fine-tuning in protein modelling tasks, with implications for more flexible generative/discriminative protein modelling pipelines.
Abstract
We explore a framework for protein sequence representation learning that decomposes the task between manifold learning and distributional modelling. Specifically we present a Latent Space Diffusion architecture which combines a protein sequence autoencoder with a denoising diffusion model operating on its latent space. We obtain a one-parameter family of learned representations from the diffusion model, along with the autoencoder's latent representation. We propose and evaluate two autoencoder architectures: a homogeneous model forcing amino acids of the same type to be identically distributed in the latent space, and an inhomogeneous model employing a noise-based variant of masking. As a baseline we take a latent space learned by masked language modelling, and evaluate discriminative capability on a range of protein property prediction tasks. Our finding is twofold: the diffusion models trained on both our proposed variants display higher discriminative power than the one trained on the masked language model baseline, none of the diffusion representations achieve the performance of the masked language model embeddings themselves.
