← Search

Yucen Lily Li

6 accepted papers

2026

A Unification of Discrete, Gaussian, and Simplicial Diffusion

ICLR 2026poster

To model discrete sequences such as DNA, proteins, and language using diffusion, practitioners must choose between three major methods: diffusion in discrete space, Gaussian diffusion in Euclidean space, or diffusion on the simplex. Despite their shared goal, these models have disparate algorithms,…

Cited by 0SourcecodeScholar
2025

Bayesian Optimization of Antibodies Informed by a Generative Model of Evolving Sequences

ICLR 2025spotlight

To build effective therapeutics, biologists iteratively mutate antibody sequences to improve binding and stability. Proposed mutations can be informed by previous measurements or by learning from large antibody databases to predict only typical antibodies. Unfortunately, the space of typical antibod…

2025

Fine-Tuning with Uncertainty-Aware Priors Makes Vision and Language Foundation Models More Reliable

AISTATS 2025poster

Fine-tuning off-the-shelf pre-trained neural networks has become the default starting point for a wide range of challenging prediction tasks—especially in computer vision and natural language processing, where pre-trained models trained on millions or even billions of data points are publicly availa…

Cited by 0SourceScholar
2025

Position: Supervised Classifiers Answer the Wrong Questions for OOD Detection

ICML 2025poster

To detect distribution shifts and improve model safety, many out-of-distribution (OOD) detection methods rely on the predictive uncertainty or features of supervised models trained on in-distribution data. In this position paper, we critically re-examine this popular family of OOD detection procedur…

Cited by 0SourcePDFScholar
2024

A Study of Bayesian Neural Network Surrogates for Bayesian Optimization

ICLR 2024poster

Bayesian optimization is a highly efficient approach to optimizing objective functions which are expensive to query. These objectives are typically represented by Gaussian process (GP) surrogate models which are easy to optimize and support exact inference. While standard GP surrogates have been wel…

2023

Simplifying Neural Network Training Under Class Imbalance

NeurIPS 2023poster

Real-world datasets are often highly class-imbalanced, which can adversely impact the performance of deep learning models. The majority of research on training neural networks under class imbalance has focused on specialized loss functions and sampling techniques. Notably, we demonstrate that simply…