← Search

Eric Xing

86 accepted papers

2026

FIRE-Bench: Evaluating Agents on the Rediscovery of Scientific Insights

ICML 2026poster

Autonomous agents powered by large language models (LLMs) promise to accelerate scientific discovery, but rigorously evaluating their capacity for verifiable discovery remains a central challenge. Existing benchmarks face a trade-off: they either rely on LLM-as-judge evaluations of automatically gen…

Cited by 0SourceScholar
2026

From Reasoning Traces to Reusable Modules: Reinforcement Learning for Compositional Generalization in Language Model Reasoning

ICML 2026poster

Reinforcement learning (RL) has emerged as a key mechanism for transforming LLMs into robust reasoners. While supervised fine-tuning (SFT) often limits models to the distribution of observed reasoning traces, RL post-training significantly improves performance on out-of-distribution (OOD) tasks that…

Cited by 0SourceScholar
2026

IsoCompute Playbook: Optimally Scaling Sampling Compute for LLM RL

ICML 2026poster

While scaling laws guide compute allocation for LLM pre-training, analogous prescriptions for reinforcement learning (RL) post-training of LLMs remain poorly understood. We study the compute-optimal allocation of sampling compute for on-policy RL methods in LLMs, framing scaling as a compute-constra…

Cited by 0SourceScholar
2025

ConText-CIR: Learning from Concepts in Text for Composed Image Retrieval

CVPR 2025poster

Composed image retrieval (CIR) is the task of retrieving a target image specified by a query image and a relative text that describes a semantic modification to the query image. Existing methods in CIR struggle to accurately represent the image and the text modification, resulting in subpar performa…

2025

Global and Local Entailment Learning for Natural World Imagery

ICCV 2025poster

Learning the hierarchical structure of data in vision-language models is a significant challenge. Previous works have attempted to address this challenge by employing entailment learning. However, these approaches fail to model the transitive nature of entailment explicitly, which establishes the re…

2025

RANGE: Retrieval Augmented Neural Fields for Multi-Resolution Geo-Embeddings

CVPR 2025poster

The choice of representation for geographic location significantly impacts the accuracy of models for a broad range of geospatial tasks, including fine-grained species classification, population density estimation, and biome classification. Recent works like SatCLIP and GeoCLIP learn such representa…

2025

Towards Open-World Generation of Stereo Images and Unsupervised Matching

ICCV 2025poster

Stereo images are fundamental to numerous applications, including extended reality (XR) devices, autonomous driving, and robotics. Unfortunately, acquiring high-quality stereo images remains challenging due to the precise calibration requirements of dual-camera setups and the complexity of obtaining…

2025

VideoGLaMM : A Large Multimodal Model for Pixel-Level Visual Grounding in Videos

CVPR 2025poster

Fine-grained alignment between videos and text is challenging due to complex spatial and temporal dynamics in videos. Existing video-based Large Multimodal Models (LMMs) handle basic conversations but struggle with precise pixel-level grounding in videos. To address this, we introduce VideoGLaMM, a…

Cited by 4SourcePDFScholar
2024

A Study on the Calibration of In-context Learning

NAACL 2024long

Accurate uncertainty quantification is crucial for the safe deployment of machine learning models, and prior research has demonstrated improvements in the calibration of modern language models (LMs). We study in-context learning (ICL), a prevalent method for adapting static LMs through tailored prom…

2024

ALISON: Fast and Effective Stylometric Authorship Obfuscation

AAAI 2024technical

Authorship Attribution (AA) and Authorship Obfuscation (AO) are two competing tasks of increasing importance in privacy research. Modern AA leverages an author's consistent writing style to match a text to its author using an AA classifier. AO is the corresponding adversarial task, aiming to modify…

2024

Efficient Test-Time Adaptation of Vision-Language Models

CVPR 2024poster

Test-time adaptation with pre-trained vision-language models has attracted increasing attention for tackling distribution shifts during the test time. Though prior studies have achieved very promising performance they involve intensive computation which is severely unaligned with test-time adaptatio…

2024

Evaluating Step-by-Step Reasoning through Symbolic Verification

NAACL 2024findings

Pre-trained language models (LMs) have shown remarkable reasoning performance using explanations or chain-of-thoughts (CoT)) for in-context learning. On the other hand, these reasoning tasks are usually presumed to be more approachable for symbolic programming. To understand the mechanism of reasoni…

2024

FreGS: 3D Gaussian Splatting with Progressive Frequency Regularization

CVPR 2024poster

3D Gaussian splatting has achieved very impressive performance in real-time novel view synthesis. However it often suffers from over-reconstruction during Gaussian densification where high-variance image regions are covered by a few large Gaussians only leading to blur and artifacts in the rendered…

Cited by 55SourcePDFScholar
2024

Fusing Models with Complementary Expertise

ICLR 2024poster

Training AI models that generalize across tasks and domains has long been among the open problems driving AI research. The emergence of Foundation Models made it easier to obtain expert models for a given task, but the heterogeneity of data that may be encountered at test time often means that any s…

2024

GLaMM: Pixel Grounding Large Multimodal Model

CVPR 2024poster

Large Multimodal Models (LMMs) extend Large Language Models to the vision domain. Initial LMMs used holistic images and text prompts to generate ungrounded textual responses. Recently region-level LMMs have been used to generate visually grounded responses. However they are limited to only referring…

2024

LMSYS-Chat-1M: A Large-Scale Real-World LLM Conversation Dataset

ICLR 2024spotlight

Studying how people interact with large language models (LLMs) in real-world scenarios is increasingly important due to their widespread use in various applications. In this paper, we introduce LMSYS-Chat-1M, a large-scale dataset containing one million real-world conversations with 25 state-of-the-…

2024

LQ-LoRA: Low-rank plus Quantized Matrix Decomposition for Efficient Language Model Finetuning

ICLR 2024poster

We propose a simple approach for memory-efficient adaptation of pretrained language models. Our approach uses an iterative algorithm to decompose each pretrained matrix into a high-precision low-rank component and a memory-efficient quantized component. During finetuning, the quantized componen…

2024

PromptAgent: Strategic Planning with Language Models Enables Expert-level Prompt Optimization

ICLR 2024poster

Expert-level prompts, carefully engineered by human experts who have a deep understanding of both large language models (LLMs) and domain knowledge, are the future of prompting and pivotal to harnessing the full power of advanced LLMs. Discovering such prompts with an automated process remains a sou…

2024

RedCoast: A Lightweight Tool to Automate Distributed Training of LLMs on Any GPU/TPUs

NAACL 2024system demonstrations

The recent progress of AI can be largely attributed to large language models (LLMs). However, their escalating memory requirements introduce challenges for machine learning (ML) researchers and engineers. Addressing this requires developers to partition a large model to distribute it across multiple…

2023

BertNet: Harvesting Knowledge Graphs with Arbitrary Relations from Pretrained Language Models

ACL 2023findings

It is crucial to automatically construct knowledge graphs (KGs) of diverse new relations to support knowledge discovery and broad applications. Previous KG construction methods, based on either crowdsourcing or text mining, are often limited to a small predefined set of relations due to manual cost…

2023

Betty: An Automatic Differentiation Library for Multilevel Optimization

ICLR 2023top-5%

Gradient-based multilevel optimization (MLO) has gained attention as a framework for studying numerous problems, ranging from hyperparameter optimization and meta-learning to neural architecture search and reinforcement learning. However, gradients in MLO, which are obtained by composing best-respon…

2023

Cappy: Outperforming and Boosting Large Multi-Task LMs with a Small Scorer

NeurIPS 2023poster

Large language models (LLMs) such as T0, FLAN, and OPT-IML excel in multi-tasking under a unified instruction-following paradigm, where they also exhibit remarkable generalization abilities to unseen tasks. Despite their impressive performance, these LLMs, with sizes ranging from several billion to…

Cited by 9SourcePDFScholar
2023

Counterfactual Generation with Identifiability Guarantees

NeurIPS 2023poster

Counterfactual generation lies at the core of various machine learning tasks, including image translation and controllable text generation. This generation process usually requires the identification of the disentangled latent representations, such as content and style, that underlie the observed da…

2023

FedNAR: Federated Optimization with Normalized Annealing Regularization

NeurIPS 2023poster

Weight decay is a standard technique to improve generalization performance in modern deep neural network optimization, and is also widely adopted in federated learning (FL) to prevent overfitting in local clients. In this paper, we first explore the choices of weight decay and identify that weight d…

2023

Federated Learning as Variational Inference: A Scalable Expectation Propagation Approach

ICLR 2023poster

The canonical formulation of federated learning treats it as a distributed optimization problem where the model parameters are optimized against a global loss function that decomposes across client loss functions. A recent alternative formulation instead treats federated learning as a distributed in…

2023

Identification of Nonlinear Latent Hierarchical Models

NeurIPS 2023poster

Identifying latent variables and causal structures from observational data is essential to many real-world applications involving biological data, medical data, and unstructured data such as images and languages. However, this task can be highly challenging, especially when observed variables are ge…

Cited by 19SourcePDFScholar
2023

Improved Logical Reasoning of Language Models via Differentiable Symbolic Programming

ACL 2023findings

Pre-trained large language models (LMs) struggle to perform logical reasoning reliably despite advances in scale and compositionality. In this work, we tackle this challenge through the lens of symbolic programming. We propose DSR-LM, a Differentiable Symbolic Reasoning framework where pre-trained L…

2023

Judging LLM-as-a-Judge with MT-Bench and Chatbot Arena

NeurIPS 2023poster

Evaluating large language model (LLM) based chat assistants is challenging due to their broad capabilities and the inadequacy of existing benchmarks in measuring human preferences. To address this, we explore using strong LLMs as judges to evaluate these models on more open-ended questions. We exami…

2023

MPCFORMER: FAST, PERFORMANT AND PRIVATE TRANSFORMER INFERENCE WITH MPC

ICLR 2023top-25%

Enabling private inference is crucial for many cloud inference services that are based on Transformer models. However, existing private inference solutions can increase the inference latency by more than 60$\times$ or significantly compromise the inference quality. In this paper, we design the frame…

2023

Making Scalable Meta Learning Practical

NeurIPS 2023poster

Despite its flexibility to learn diverse inductive biases in machine learning programs, meta learning (i.e.,\ learning to learn) has long been recognized to suffer from poor scalability due to its tremendous compute/memory costs, training instability, and a lack of efficient distributed training sup…

2023

Squeeze, Recover and Relabel: Dataset Condensation at ImageNet Scale From A New Perspective

NeurIPS 2023spotlight

We present a new dataset condensation framework termed Squeeze, Recover and Relabel (SRe$^2$L) that decouples the bilevel optimization of model and synthetic data during training, to handle varying scales of datasets, model architectures and image resolutions for efficient dataset condensation. The…

2023

Temporally Disentangled Representation Learning under Unknown Nonstationarity

NeurIPS 2023poster

In unsupervised causal representation learning for sequential data with time-delayed latent causal influences, strong identifiability results for the disentanglement of causally-related latent variables have been established in stationary settings by leveraging temporal structure. However, in nonsta…

2023

Weakly Supervised 3D Open-vocabulary Segmentation

NeurIPS 2023poster

Open-vocabulary segmentation of 3D scenes is a fundamental function of human perception and thus a crucial objective in computer vision research. However, this task is heavily impeded by the lack of large-scale and diverse 3D open-vocabulary segmentation datasets for training robust and generalizabl…

2022

AMP: Automatically Finding Model Parallel Strategies with Heterogeneity Awareness

NeurIPS 2022accept

Scaling up model sizes can lead to fundamentally new capabilities in many machine learning (ML) tasks. However, training big models requires strong distributed system expertise to carefully design model-parallel execution strategies that suit the model architectures and cluster setups. In this paper…

2022

ASDOT: Any-Shot Data-to-Text Generation with Pretrained Language Models

EMNLP 2022finding

Data-to-text generation is challenging due to the great variety of the input data in terms of domains (e.g., finance vs sports) or schemata (e.g., diverse predicates). Recent end-to-end neural methods thus require substantial training examples to learn to disambiguate and describe the data. Yet, rea…

2022

Data-Free Neural Architecture Search via Recursive Label Calibration

ECCV 2022poster

"This paper aims to explore the feasibility of neural architecture search (NAS) given only a pre-trained model without using any original training data. This is an important circumstance for privacy protection, bias avoidance, etc., in real-world scenarios. To achieve this, we start by synthesizing…

2022

Efficient (Soft) Q-Learning for Text Generation with Limited Good Data

EMNLP 2022finding

Maximum likelihood estimation (MLE) is the predominant algorithm for training text generation models. This paradigm relies on direct supervision examples, which is not applicable to many emerging applications, such as generating adversarial attacks or generating prompts to control language models. R…

2022

Learning from Mistakes – a Framework for Neural Architecture Search

AAAI 2022technical

Learning from one's mistakes is an effective human learning technique where the learners focus more on the topics where mistakes were made, so as to deepen their understanding. In this paper, we investigate if this human learning strategy can be applied in machine learning. We propose a novel machin…

Cited by 14SourcePDFScholar
2022

Masked Generative Adversarial Networks are Data-Efficient Generation Learners

NeurIPS 2022accept

This paper shows that masked generative adversarial network (MaskedGAN) is robust image generation learners with limited training data. The idea of MaskedGAN is simple: it randomly masks out certain image information for effective GAN training with limited data. We develop two masking strategies tha…

Cited by 28SourcePDFScholar
2022

RLPrompt: Optimizing Discrete Text Prompts with Reinforcement Learning

EMNLP 2022main

Prompting has shown impressive success in enabling large pre-trained language models (LMs) to perform diverse NLP tasks, especially with only few downstream data. Automatically finding the optimal prompt for each task, however, is challenging. Most existing work resorts to tuning *soft* prompts (e.g…

2022

Rare Gems: Finding Lottery Tickets at Initialization

NeurIPS 2022accept

Large neural networks can be pruned to a small fraction of their original size, with little loss in accuracy, by following a time-consuming "train, prune, re-train" approach. Frankle & Carbin conjecture that we can avoid this by training lottery tickets, i.e., special sparse subnetworks found at ini…

2022

SDQ: Stochastic Differentiable Quantization with Mixed Precision

ICML 2022spotlight

In order to deploy deep models in a computationally efficient manner, model quantization approaches have been frequently used. In addition, as new hardware that supports various-bit arithmetic operations, recent research on mixed precision quantization (MPQ) begins to fully leverage the capacity of…

Cited by 46SourcePDFScholar
2022

Un-mix: Rethinking Image Mixtures for Unsupervised Visual Representation Learning

AAAI 2022technical

The recently advanced unsupervised learning approaches use the siamese-like framework to compare two "views" from the same image for learning representations. Making the two views distinctive is a core to guarantee that unsupervised methods can learn meaningful information. However, such frameworks…

2021

Compression, Transduction, and Creation: A Unified Framework for Evaluating Natural Language Generation

EMNLP 2021main

Natural language generation (NLG) spans a broad range of tasks, each of which serves for specific objectives and desires different properties of generated text. The complexity makes automatic evaluation of NLG particularly challenging. Previous work has typically focused on a single task and develop…

2021

Explaining A Black-box By Using A Deep Variational Information Bottleneck Approach

AAAI 2021technical

Interpretable machine learning has gained much attention recently. Briefness and comprehensiveness are necessary in order to provide a large amount of information concisely when explaining a black-box decision system. However, existing interpretable machine learning methods fail to consider briefnes…

2021

Federated Learning via Posterior Averaging: A New Perspective and Practical Algorithms

ICLR 2021poster

Federated learning is typically approached as an optimization problem, where the goal is to minimize a global loss function by distributing computation across client devices that possess local data and specify different parts of the global objective. We present an alternative perspective and formul…

2021

Interactive Weak Supervision: Learning Useful Heuristics for Data Labeling

ICLR 2021poster

Obtaining large annotated datasets is critical for training successful machine learning models and it is often a bottleneck in practice. Weak supervision offers a promising alternative for producing labeled datasets without ground truth annotations by generating probabilistic labels using multiple n…

2021

Knowledge-Aware Meta-learning for Low-Resource Text Classification

EMNLP 2021main

Meta-learning has achieved great success in leveraging the historical learned knowledge to facilitate the learning process of the new task. However, merely learning the knowledge from the historical tasks, adopted by current meta-learning algorithms, may not generalize well to testing tasks when the…

2021

Multi-task Learning of Order-Consistent Causal Graphs

NeurIPS 2021poster

We consider the problem of discovering $K$ related Gaussian directed acyclic graphs (DAGs), where the involved graph structures share a consistent causal order and sparse unions of supports. Under the multi-task learning setting, we propose a $l_1/l_2$-regularized maximum likelihood estimator (MLE)…

Cited by 16SourcePDFScholar
2021

On the Generation of Medical Dialogs for COVID-19

ACL 2021short

Under the pandemic of COVID-19, people experiencing COVID19-related symptoms have a pressing need to consult doctors. Because of the shortage of medical professionals, many people cannot receive online consultations timely. To address this problem, we aim to develop a medical dialog system that can…

2021

Progressive Generation of Long Text with Pretrained Language Models

NAACL 2021long

Large-scale language models (LMs) pretrained on massive corpora of text, such as GPT-2, are powerful open-domain text generators. However, as our systematic examination reveals, it is still challenging for such models to generate coherent long passages of text (e.g., 1000 tokens), especially when th…

2021

Towards Visual Question Answering on Pathology Images

ACL 2021short

Pathology imaging is broadly used for identifying the causes and effects of diseases or injuries. Given a pathology image, being able to answer questions about the clinical findings contained in the image is very important for medical decision making. In this paper, we aim to develop a pathological…

2020

ChemBO: Bayesian Optimization of Small Organic Molecules with Synthesizable Recommendations

AISTATS 2020poster

In applications such as molecule design or drug discovery, it is desirable to have an algorithm which recommends new candidate molecules based on the results of past tests. These molecules first need to be synthesized and then tested for objective properties. We describe ChemBO, a Bayesian optimizat…

2020

Distributed, partially collapsed MCMC for Bayesian Nonparametrics

AISTATS 2020poster

Bayesian nonparametric (BNP) models provide elegant methods for discovering underlying latent features within a data set, but inference in such models can be slow. We exploit the fact that completely random measures, which commonly-used models like the Dirichlet process and the beta-Bernoulli proces…

2020

Generalized Zero-Shot Text Classification for ICD Coding

IJCAI 2020poster

The International Classification of Diseases (ICD) is a list of classification codes for the diagnoses. Automatic ICD coding is a multi-label text classification problem with noisy clinical document inputs and long-tailed label distribution, making it difficult for fine-grained classification on bot…

2019

AutoLoss: Learning Discrete Schedule for Alternate Optimization

ICLR 2019poster

Many machine learning problems involve iteratively and alternately optimizing different task objectives with respect to different sets of parameters. Appropriately scheduling the optimization of a task objective or a set of parameters is usually crucial to the quality of convergence. In this paper,…

Cited by 51SourcePDFScholar
2019

Theoretically Principled Trade-off between Robustness and Accuracy

ICML 2019oral

We identify a trade-off between robustness and accuracy that serves as a guiding principle in the design of defenses against adversarial examples. Although this problem has been widely studied empirically, much remains unknown concerning the theory underlying this trade-off. In this work, we decompo…

2019

Toward Understanding the Impact of Staleness in Distributed Machine Learning

ICLR 2019poster

Most distributed machine learning (ML) systems store a copy of the model parameters locally on each machine to minimize network communication. In practice, in order to reduce synchronization waiting time, these copies of the model are not necessarily updated in lock-step, and can become stale. Despi…

Cited by 100SourcePDFScholar
2018

CIRL: Controllable Imitative Reinforcement Learning for Vision-based Self-driving

ECCV 2018poster

Autonomous urban driving navigation with complex multi-agent dynamics is under-explored due to the difficulty of learning an optimal driving policy. The traditional modular pipeline heavily relies on hand-designed rules and the pre-processing perception system while the supervised learning-based mod…

Cited by 357SourcePDFScholar
2018

DiCE: The Infinitely Differentiable Monte Carlo Estimator

ICML 2018oral

The score function estimator is widely used for estimating gradients of stochastic objectives in stochastic computation graphs (SCG), eg., in reinforcement learning and meta-learning. While deriving the first-order gradient estimators by differentiating a surrogate loss (SL) objective is computation…

2018

Orthogonality-Promoting Distance Metric Learning: Convex Relaxation and Theoretical Analysis

ICML 2018oral

Distance metric learning (DML), which learns a distance metric from labeled "similar" and "dissimilar" data pairs, is widely utilized. Recently, several works investigate orthogonality-promoting regularization (OPR), which encourages the projection vectors in DML to be close to being orthogonal, to…

Cited by 33SourcePDFScholar
2018

Real-to-Virtual Domain Unification for End-to-End Autonomous Driving

ECCV 2018poster

In the spectrum of vision-based autonomous driving, vanilla end-to-end models are not interpretable and suboptimal in performance, while mediated perception models require additional intermediate representations such as segmentation masks or detection bounding boxes, whose annotation can be prohibit…

2018

Transformation Autoregressive Networks

ICML 2018oral

The fundamental task of general density estimation $p(x)$ has been of keen interest to machine learning. In this work, we attempt to systematically characterize methods for density estimation. Broadly speaking, most of the existing methods can be categorized into either using:

2016

On Convergence of Model Parallel Proximal Gradient Algorithm for Stale Synchronous Parallel System

AISTATS 2016poster

With ever growing data volume and model size, an error-tolerant, communication efficient, yet versatile parallel algorithm has become a vital part for the success of many large-scale applications. In this work we propose mspg, an extension of the flexible proximal gradient algorithm to the model par…

Cited by 40SourcePDFScholar
2016

Parallel and Distributed Block-Coordinate Frank-Wolfe Algorithms

ICML 2016poster

We study parallel and distributed Frank-Wolfe algorithms; the former on shared memory machines with mini-batching, and the latter in a delayed update framework. In both cases, we perform computations asynchronously whenever possible. We assume block-separable constraints as in Block-Coordinate Frank…

Cited by 56SourcePDFScholar
2016

Scalable Gaussian Processes for Characterizing Multidimensional Change Surfaces

AISTATS 2016poster

We present a scalable Gaussian process model for identifying and characterizing smooth multidimensional changepoints, and automatically learning changes in expressive covariance structure. We use Random Kitchen Sink features to flexibly define a change surface in combination with expressive spectral…

Cited by 39SourcePDFScholar
2015

Complex Event Detection using Semantic Saliency and Nearly-Isotonic SVM

ICML 2015poster

We aim to detect complex events in long Internet videos that may last for hours. A major challenge in this setting is that only a few shots in a long video are relevant to the event of interest while others are irrelevant or even misleading. Instead of indifferently pooling the shots, we first defin…

Cited by 83SourcePDFScholar
2015

Fast Function to Function Regression

AISTATS 2015poster

We analyze the problem of regression when both input covariates and output responses are functions from a nonparametric function class. Function to function regression (FFR) covers a large range of interesting applications including time-series prediction problems, and also more general tasks like s…

Cited by 38SourcePDFScholar