← Search

Tennison Liu

16 accepted papers

2026

CellBRIDGE: Learning Cellular Trajectories via Interaction-Aware Alignment

ICML 2026poster

Inferring dynamics from population snapshots is a fundamental challenge in machine learning and biology. In scRNA-sequencing (scRNA-seq), destructive measurements preclude direct tracking of individual cells across time, making trajectory inference underdetermined. Optimal Transport (OT) provides a …

Cited by 0SourceScholar
2025

Active Task Disambiguation with LLMs

ICLR 2025spotlight

Despite the impressive performance of large language models (LLMs) across various benchmarks, their ability to address ambiguously specified problems—frequent in real-world interactions—remains underexplored. To address this gap, we introduce a formal definition of task ambiguity and frame the probl…

2025

Autoformulation of Mathematical Optimization Models Using LLMs

ICML 2025poster

Mathematical optimization is fundamental to decision-making across diverse domains, from operations research to healthcare. Yet, translating real-world problems into optimization models remains a difficult task, often demanding specialized expertise. This paper approaches the problem of $\textit{aut…

Cited by 7SourcePDFScholar
2025

Decision Tree Induction Through LLMs via Semantically-Aware Evolution

ICLR 2025poster

Decision trees are a crucial class of models offering robust predictive performance and inherent interpretability across various domains, including healthcare, finance, and logistics. However, current tree induction methods often face limitations such as suboptimal solutions from greedy methods or p…

Cited by 0SourcePDFScholar
2025

Position: Truly Self-Improving Agents Require Intrinsic Metacognitive Learning

ICML 2025poster

Self-improving agents aim to continuously acquire new capabilities with minimal supervision. However, current approaches face two key limitations: their self-improvement processes are often rigid, fail to generalize across tasks domains, and struggle to scale with increasing agent capabilities. We a…

Cited by 0SourcePDFScholar
2024

Active Learning with LLMs for Partially Observed and Cost-Aware Scenarios

NeurIPS 2024poster

Conducting experiments and gathering data for machine learning models is a complex and expensive endeavor, particularly when confronted with limited information. Typically, extensive _experiments_ to obtain features and labels come with a significant acquisition cost, making it impractical to carry…

Cited by 3SourcePDFScholar
2024

Automatically Learning Hybrid Digital Twins of Dynamical Systems

NeurIPS 2024spotlight

Digital Twins (DTs) are computational models that simulate the states and temporal dynamics of real-world systems, playing a crucial role in prediction, understanding, and decision-making across diverse domains. However, existing approaches to DTs often struggle to generalize to unseen conditions in…

2024

Data-Driven Discovery of Dynamical Systems in Pharmacology using Large Language Models

NeurIPS 2024poster

The discovery of dynamical systems is crucial across a range of fields, including pharmacology, epidemiology, and physical sciences. *Accurate* and *interpretable* modeling of these systems is essential for understanding complex temporal processes, optimizing interventions, and minimizing adverse ef…

Cited by 1SourcePDFScholar
2024

Large Language Models to Enhance Bayesian Optimization

ICLR 2024poster

Bayesian optimization (BO) is a powerful approach for optimizing complex and expensive-to-evaluate black-box functions. Its importance is underscored in many applications, notably including hyperparameter tuning, but its efficacy depends on efficiently balancing exploration and exploitation. While t…

2023

GOGGLE: Generative Modelling for Tabular Data by Learning Relational Structure

ICLR 2023poster

Deep generative models learn highly complex and non-linear representations to generate realistic synthetic data. While they have achieved notable success in computer vision and natural language processing, similar advances have been less demonstrable in the tabular domain. This is partially because…

2023

Joint Training of Deep Ensembles Fails Due to Learner Collusion

NeurIPS 2023poster

Ensembles of machine learning models have been well established as a powerful method of improving performance over a single model. Traditionally, ensembling algorithms train their base learners independently or sequentially with the goal of optimizing their joint performance. In the case of deep ens…

Cited by 22SourcePDFScholar
2023

Learning Representations without Compositional Assumptions

ICML 2023poster

This paper addresses unsupervised representation learning on tabular data containing multiple views generated by distinct sources of measurement. Traditional methods, which tackle this problem using the multi-view framework, are constrained by predefined assumptions that assume feature sets share th…

Cited by 2SourcePDFScholar
2023

TANGOS: Regularizing Tabular Neural Networks through Gradient Orthogonalization and Specialization

ICLR 2023poster

Despite their success with unstructured data, deep neural networks are not yet a panacea for structured tabular data. In the tabular domain, their efficiency crucially relies on various forms of regularization to prevent overfitting and provide strong generalization performance. Existing regularizat…

Cited by 34SourcePDFScholar
2022

HyperImpute: Generalized Iterative Imputation with Automatic Model Selection

ICML 2022spotlight

Consider the problem of imputing missing values in a dataset. One the one hand, conventional approaches using iterative imputation benefit from the simplicity and customizability of learning conditional distributions directly, but suffer from the practical requirement for appropriate model specifica…