← Search

Rose Yu

53 accepted papers

2026

Breaking the Factorization Barrier in Diffusion Language Models

ICML 2026poster

Diffusion language models theoretically allow for efficient parallel generation but are practically hindered by the "factorization barrier": the assumption that simultaneously predicted tokens are independent. This limitation forces a trade-off: models must either sacrifice speed by resolving depend…

Cited by 0SourceScholar
2026

Demystifying Mergeability: Interpretable Properties to Predict Model Merging Success

ICML 2026poster

Model merging combines knowledge from separately fine-tuned models, yet success factors remain poorly understood. While recent work treats mergeability as an intrinsic property, we show with an architecture-agnostic framework that it fundamentally depends on both the merging method and the partner t…

Cited by 0SourceScholar
2026

Divide and Learn: Multi-Objective Combinatorial Optimization at Scale

ICML 2026poster

Multi-objective combinatorial optimization seeks Pareto-optimal solutions over exponentially large discrete spaces, yet existing methods sacrifice generality, scalability, or theoretical guarantees. We reformulate it as an online learning problem over a decomposed decision space, solving position-wi…

Cited by 0SourceScholar
2026

Emergence of Hierarchical Emotion Organization in Large Language Models

ICML 2026poster

As large language models (LLMs) increasingly power conversational agents, understanding how they model users' emotional states is critical for ethical deployment. Inspired by emotion wheels, i.e., a psychological framework that argues emotions organize hierarchically, we analyze probabilistic depend…

Cited by 0SourceScholar
2026

Hilbert: Recursively Building Formal Proofs with Informal Reasoning

ICLR 2026poster

Large Language Models (LLMs) demonstrate impressive mathematical reasoning abilities, but their solutions frequently contain errors that cannot be automatically verified. Formal theorem proving systems such as Lean 4 offer automated verification with complete accuracy, motivating recent efforts to b…

Cited by 0SourceScholar
2026

SimulCost: A Cost-Aware Benchmark and Toolkit for Automating Physics Simulations with LLMs

ICML 2026poster

Evaluating LLM agents for scientific tasks has focused on token costs while ignoring tool-use costs like simulation time and experimental resources. As a result, metrics like pass@k become impractical under realistic budget constraints. To address this gap, we introduce SimulCost, the first benchmar…

Cited by 0SourceScholar
2026

Time Series, Vision, and Language: Exploring the Limits of Alignment in Contrastive Representation Spaces

ICML 2026poster

The Platonic Representation Hypothesis posits that learned representations from models trained on different modalities converge to a shared latent structure of the world. However, this hypothesis has largely been examined in vision and language, and it remains unclear whether time series participate…

Cited by 0SourceScholar
2026

U-Cast: A Surprisingly Simple Frontier Probabilistic AI Weather Forecaster

ICML 2026poster

Global weather forecasting has recently been revolutionized by AI, outperforming traditional physics-based ensembles. However, these state-of-the-art (SOTA) models rely on massive computational resources and increasingly specialized architectures, creating a high barrier to entry. In this work, we d…

Cited by 0SourceScholar
2026

Zephyrus: An Agentic Framework for Weather Science

ICLR 2026poster

Foundation models for weather science are pre-trained on vast amounts of structured numerical data and outperform traditional weather forecasting systems. However, these models lack language-based reasoning capabilities, limiting their utility in interactive scientific workflows. Large language mode…

Cited by 0SourcecodeScholar
2025

Adapting While Learning: Grounding LLMs for Scientific Problems with Tool Usage Adaptation

ICML 2025poster

Large Language Models (LLMs) demonstrate promising capabilities in solving scientific problems but often suffer from the issue of hallucination. While integrating LLMs with tools can mitigate this issue, models fine-tuned on tool usage become overreliant on them and incur unnecessary costs. Insp…

2025

AtlasD: Automatic Local Symmetry Discovery

ICML 2025poster

Existing symmetry discovery methods predominantly focus on global transformations across the entire system or space, but they fail to consider the symmetries in local neighborhoods. This may result in the reported symmetry group being a misrepresentation of the true symmetry. In this paper, we forma…

2025

ClimaQA: An Automated Evaluation Framework for Climate Question Answering Models

ICLR 2025poster

The use of Large Language Models (LLMs) in climate science has recently gained significant attention. However, a critical issue remains: the lack of a comprehensive evaluation framework capable of assessing the quality and scientific validity of model outputs. To address this issue, we develop *Clim…

2025

Discovering Latent Causal Graphs from Spatiotemporal Data

ICML 2025poster

Many important phenomena in scientific fields like climate, neuroscience, and epidemiology are naturally represented as spatiotemporal gridded data with complex interactions. Inferring causal relationships from these data is a challenging problem compounded by the high dimensionality of such data a…

2025

Elucidated Rolling Diffusion Models for Probabilistic Forecasting of Complex Dynamics

NeurIPS 2025poster

Diffusion models are a powerful tool for probabilistic forecasting, yet most applications in high-dimensional complex systems predict future states individually. This approach struggles to model complex temporal dependencies and fails to explicitly account for the progressive growth of uncertainty i…

Cited by 0SourceScholar
2025

MF-LAL: Drug Compound Generation Using Multi-Fidelity Latent Space Active Learning

ICML 2025poster

Current generative models for drug discovery primarily use molecular docking as an oracle to guide the generation of active compounds. However, such models are often not useful in practice because even compounds with high docking scores do not consistently show real-world experimental activity. More…

2024

Discovering Mixtures of Structural Causal Models from Time Series Data

ICML 2024poster

Discovering causal relationships from time series data is significant in fields such as finance, climate science, and neuroscience. However, contemporary techniques rely on the simplifying assumption that data originates from the same causal model, while in practice, data is heterogeneous and can st…

2024

Improving Convergence and Generalization Using Parameter Symmetries

ICLR 2024oral

In many neural networks, different values of the parameters may result in the same loss value. Parameter space symmetries are loss-invariant transformations that change the model parameters. Teleportation applies such transformations to accelerate optimization. However, the exact mechanism behind th…

2024

Learning Granger Causality from Instance-wise Self-attentive Hawkes Processes

AISTATS 2024poster

We address the problem of learning Granger causality from asynchronous, interdependent, multi-type event sequences. In particular, we are interested in discovering instance-level causal structures in an unsupervised manner. Instance-level causality identifies causal relationships among individual ev…

Cited by 2SourcePDFScholar
2024

MORL-Prompt: An Empirical Analysis of Multi-Objective Reinforcement Learning for Discrete Prompt Optimization

EMNLP 2024finding

RL-based techniques can be employed to search for prompts that, when fed into a target language model, maximize a set of user-specified reward functions. However, in many target applications, the natural reward functions are in tension with one another – for example, content preservation vs. style m…

Cited by 5SourcePDFScholar
2024

Multi-Fidelity Residual Neural Processes for Scalable Surrogate Modeling

ICML 2024poster

Multi-fidelity surrogate modeling aims to learn an accurate surrogate at the highest fidelity level by combining data from multiple sources. Traditional methods relying on Gaussian processes can hardly scale to high-dimensional data. Deep learning approaches utilize neural network based encoders and…

2024

On the Theoretical Expressive Power and the Design Space of Higher-Order Graph Transformers

AISTATS 2024poster

Graph transformers have recently received significant attention in graph learning, partly due to their ability to capture more global interaction via self-attention. Nevertheless, while higher-order graph neural networks have been reasonably well studied, the exploration of extending graph transform…

2024

Probablistic Emulation of a Global Climate Model with Spherical DYffusion

NeurIPS 2024spotlight

Data-driven deep learning models are transforming global weather forecasting. It is an open question if this success can extend to climate modeling, where the complexity of the data and long inference rollouts pose significant challenges. Here, we present the first conditional generative model that…

2024

Symmetry-Informed Governing Equation Discovery

NeurIPS 2024poster

Despite the advancements in learning governing differential equations from observations of dynamical systems, data-driven methods are often unaware of fundamental physical laws, such as frame invariance. As a result, these algorithms may search an unnecessarily large space and discover less accurate…

2023

ClimSim: A large multi-scale dataset for hybrid physics-ML climate emulation

NeurIPS 2023oral

Modern climate projections lack adequate spatial and temporal resolution due to computational constraints. A consequence is inaccurate and imprecise predictions of critical processes such as storms. Hybrid methods that combine physics with machine learning (ML) have introduced a new generation of hi…

2023

DYffusion: A Dynamics-informed Diffusion Model for Spatiotemporal Forecasting

NeurIPS 2023poster

While diffusion models can successfully generate data and make predictions, they are predominantly designed for static images. We propose an approach for training diffusion models for dynamics forecasting that leverages the temporal dynamics encoded in the data, directly coupling it with the diffusi…

2023

Disentangled Multi-Fidelity Deep Bayesian Active Learning

ICML 2023poster

To balance quality and cost, various domain areas of science and engineering run simulations at multiple levels of sophistication. Multi-fidelity active learning aims to learn a direct mapping from input parameters to simulation outputs at the highest fidelity by actively acquiring data from multipl…

2023

Koopman Neural Operator Forecaster for Time-series with Temporal Distributional Shifts

ICLR 2023poster

Temporal distributional shifts, with underlying dynamics changing over time, frequently occur in real-world time series and pose a fundamental challenge for deep neural networks (DNNs). In this paper, we propose a novel deep sequence model based on the Koopman theory for time series forecasting: Koo…

Cited by 17SourcePDFScholar
2023

Symmetries, Flat Minima, and the Conserved Quantities of Gradient Flow

ICLR 2023poster

Empirical studies of the loss landscape of deep networks have revealed that many local minima are connected through low-loss valleys. Yet, little is known about the theoretical origin of such valleys. We present a general framework for finding continuous symmetries in the parameter space, which carv…

2022

Approximately Equivariant Networks for Imperfectly Symmetric Dynamics

ICML 2022spotlight

Incorporating symmetry as an inductive bias into neural network architecture has led to improvements in generalization, data efficiency, and physical consistency in dynamics modeling. Methods such as CNNs or equivariant neural networks use weight tying to enforce symmetries such as shift invariance…

2022

LIMO: Latent Inceptionism for Targeted Molecule Generation

ICML 2022spotlight

Generation of drug-like molecules with high binding affinity to target proteins remains a difficult and resource-intensive task in drug discovery. Existing approaches primarily employ reinforcement learning, Markov sampling, or deep generative models guided by Gaussian processes, which can be prohib…

2021

Automatic Symmetry Discovery with Lie Algebra Convolutional Network

NeurIPS 2021poster

Existing equivariant neural networks require prior knowledge of the symmetry group and discretization for continuous groups. We propose to work with Lie algebras (infinitesimal generators) instead of Lie groups. Our model, the Lie algebra convolutional network (L-conv) can automatically discover sym…

2020

Deep Imitation Learning for Bimanual Robotic Manipulation

NeurIPS 2020poster

We present a deep imitation learning framework for robotic bimanual manipulation in a continuous state-action space. A core challenge is to generalize the manipulation skills to objects in different locations. We hypothesize that modeling the relational information in the environment can significan…

2020

Learning Disentangled Representations of Videos with Missing Data

NeurIPS 2020poster

Missing data poses significant challenges while learning representations of video sequences. We present Disentangled Imputed Video autoEncoder (DIVE), a deep generative model that imputes and predicts future video frames in the presence of missing data. Specifically, DIVE introduces a missingness la…

2020

Multiresolution Tensor Learning for Efficient and Interpretable Spatial Analysis

ICML 2020poster

Efficient and interpretable spatial analysis is crucial in many fields such as geology, sports, and climate science. Tensor latent factor models can describe higher-order correlations for spatial data. However, they are computationally expensive to train and are sensitive to initialization, leading…

2019

NAOMI: Non-Autoregressive Multiresolution Sequence Imputation

NeurIPS 2019poster

Missing value imputation is a fundamental problem in spatiotemporal modeling, from motion tracking to the dynamics of physical systems. Deep autoregressive models suffer from error propagation which becomes catastrophic for imputing long-range sequences. In this paper, we take a non-autoregressive a…

2019

Neural Lander: Stable Drone Landing Control Using Learned Dynamics

ICRA 2019poster

Precise near-ground trajectory control is difficult for multi-rotor drones, due to the complex aerodynamic effects caused by interactions between multi-rotor airflow and the environment. Conventional control methods often fail to properly account for these complex effects and fall short in accomplis…

Cited by 370SourceScholar
2019

Understanding the Representation Power of Graph Neural Networks in Learning Graph Topology

NeurIPS 2019poster

To deepen our understanding of graph neural networks, we investigate the representation power of Graph Convolutional Networks (GCN) through the looking glass of graph moments, a key property of graph topology encoding path of various lengths. We find that GCNs are rather restrictive in learning gra…

2018

Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting

ICLR 2018poster

Spatiotemporal forecasting has various applications in neuroscience, climate and transportation domain. Traffic forecasting is one canonical example of such learning task. The task is challenging due to (1) complex spatial dependency on road networks, (2) non-linear temporal dynamics with changing r…

2015

Accelerated Online Low Rank Tensor Learning for Multivariate Spatiotemporal Streams

ICML 2015poster

Low-rank tensor learning has many applications in machine learning. A series of batch learning algorithms have achieved great successes. However, in many emerging applications, such as climate data analysis, we are confronted with large-scale tensor streams, which poses significant challenges to exi…

Cited by 79SourcePDFScholar