LGQMMEFeb 8, 2022

Conformal Prediction Under Feedback Covariate Shift for Biomolecular Design

arXiv:2202.03613v579 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses uncertainty quantification for researchers in biomolecular design, offering a tool to select algorithms balancing high predicted fitness and low uncertainty, though it is incremental as it builds on conformal prediction methods.

The paper tackles the problem of quantifying predictive uncertainty in iterative biomolecular design, where test data depends on the model's training data, by introducing a method that constructs confidence sets with finite-sample guarantees for any prediction algorithm, demonstrating its application to protein fitness prediction.

Many applications of machine learning methods involve an iterative protocol in which data are collected, a model is trained, and then outputs of that model are used to choose what data to consider next. For example, one data-driven approach for designing proteins is to train a regression model to predict the fitness of protein sequences, then use it to propose new sequences believed to exhibit greater fitness than observed in the training data. Since validating designed sequences in the wet lab is typically costly, it is important to quantify the uncertainty in the model's predictions. This is challenging because of a characteristic type of distribution shift between the training and test data in the design setting -- one in which the training and test data are statistically dependent, as the latter is chosen based on the former. Consequently, the model's error on the test data -- that is, the designed sequences -- has an unknown and possibly complex relationship with its error on the training data. We introduce a method to quantify predictive uncertainty in such settings. We do so by constructing confidence sets for predictions that account for the dependence between the training and test data. The confidence sets we construct have finite-sample guarantees that hold for any prediction algorithm, even when a trained model chooses the test-time input distribution. As a motivating use case, we demonstrate with several real data sets how our method quantifies uncertainty for the predicted fitness of designed proteins, and can therefore be used to select design algorithms that achieve acceptable trade-offs between high predicted fitness and low predictive uncertainty.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes