← Search

Quan Xiao

13 accepted papers

2026

Dynamic Symmetric Point Tracking: Tackling Non-ideal Reference in Analog In-memory Training

ICML 2026poster

Analog in-memory computing (AIMC) performs computation directly within resistive crossbar arrays, offering an energy-efficient platform to scale large vision and language models. However, non-ideal analog device properties make the training on AIMC devices challenging. In particular, its update asym…

Cited by 0SourceScholar
2025

A First-order Generative Bilevel Optimization Framework for Diffusion Models

ICML 2025poster

Diffusion models, which iteratively denoise data samples to synthesize high-quality outputs, have achieved empirical success across domains. However, optimizing these models for downstream tasks often involves nested bilevel structures, such as tuning hyperparameters for fine-tuning tasks or noise s…

Cited by 0SourcePDFScholar
2025

Analog In-memory Training on General Non-ideal Resistive Elements: The Impact of Response Functions

NeurIPS 2025oral

As the economic and environmental costs of training and deploying large vision or language models increase dramatically, analog in-memory computing (AIMC) emerges as a promising energy-efficient solution. However, the training perspective, especially its training dynamic, is underexplored. In AIMC h…

Cited by 0SourceScholar
2025

Beyond Value Functions: Single-Loop Bilevel Optimization under Flatness Conditions

NeurIPS 2025poster

Bilevel optimization, a hierarchical optimization paradigm, has gained significant attention in a wide range of practical applications, notably in the fine-tuning of generative models. However, due to the nested problem structure, most existing algorithms require either the Hessian vector calculatio…

Cited by 0SourceScholar
2025

Efficient First-Order Optimization on the Pareto Set for Multi-Objective Learning under Preference Guidance

ICML 2025spotlight

Multi-objective learning under user-specified preference is common in real-world problems such as multi-lingual speech recognition under fairness. In this work, we frame such a problem as a semivectorial bilevel optimization problem, whose goal is to optimize a pre-defined preference function, subje…

Cited by 0SourcePDFScholar
2025

The Consistency Hypothesis in Uncertainty Quantification for Large Language Models

UAI 2025

Estimating the confidence of large language model (LLM) outputs is essential for real-world applications requiring high user trust. Black-box uncertainty quantification (UQ) methods, relying solely on model API access, have gained popularity due to their practical benefits. In this paper, we examine

Cited by 0SourcePDFScholar
2024

A Primal-Dual-Assisted Penalty Approach to Bilevel Optimization with Coupled Constraints

NeurIPS 2024poster

Interest in bilevel optimization has grown in recent years, partially due to its relevance for challenging machine-learning problems. Several exciting recent works have been centered around developing efficient gradient-based algorithms that can solve bilevel optimization problems with provable guar…

2023

Alternating Projected SGD for Equality-constrained Bilevel Optimization

AISTATS 2023poster

Bilevel optimization, which captures the inherent nested structure of machine learning problems, is gaining popularity in many recent applications. Existing works on bilevel optimization mostly consider either the unconstrained problems or the constrained upper-level problems. In this context, this…

2023

An Alternating Optimization Method for Bilevel Problems under the Polyak-Łojasiewicz Condition

NeurIPS 2023poster

Bilevel optimization has recently regained interest owing to its applications in emerging machine learning fields such as hyperparameter optimization, meta-learning, and reinforcement learning. Recent results have shown that simple alternating (implicit) gradient-based algorithms can match the conve…

Cited by 7SourcePDFScholar
2022

Sharp-MAML: Sharpness-Aware Model-Agnostic Meta Learning

ICML 2022spotlight

Model-agnostic meta learning (MAML) is currently one of the dominating approaches for few-shot meta-learning. Albeit its effectiveness, the optimization of MAML can be challenging due to the innate bilevel problem structure. Specifically, the loss landscape of MAML is much more complex with possibly…