← Search

Peng Zhao

60 accepted papers

2026

Dynamic Regret via Discounted-to-Dynamic Reduction with Applications to Curved Losses and Adam Optimizer

ICML 2026poster

We study dynamic regret minimization in non-stationary online learning, with a primary focus on follow-the-regularized-leader (FTRL) methods. FTRL is important for curved losses and for understanding adaptive algorithms, yet existing dynamic regret analyses are less explored for FTRL. To address thi…

Cited by 0SourceScholar
2026

Efficient Few-Step Solution Generation via Discrete Flow Matching for Combinatorial Optimization

AAAI 2026technical

Combinatorial optimization problems (COPs) are fundamental to many real-world applications where efficiently producing high-quality solutions is critical. Recent advances in diffusion-based non-autoregressive models have reformulated solving COPs as a generative process, achieving promising results.

Cited by 0SourcePDFScholar
2026

FB-CLIP: Fine-Grained Zero-Shot Anomaly Detection with Foreground-Background Disentanglement

CVPR 2026

Fine-grained anomaly detection is crucial in industrial and medical applications, but labeled anomalies are often scarce, making zero-shot detection challenging. While vision-language models like CLIP offer promising solutions, they struggle with foreground-background feature entanglement and coarse

Cited by 1SourcecodeScholar
2026

Online Velocity Estimation of a Robotic Fish Using Artificial Lateral Line System with Velocity-Decoupling Sensing Ability

ICRA 2026poster

The robotic fish has attracted widespread research interest over the past few decades, due to its outstanding agility and environmental friendliness. And the sensing ability of underwater environments is crucial for the robotic fish to accomplish various underwater tasks. Inspired by the lateral lin…

Cited by 0SourceScholar
2026

Revisiting Matrix Sketching in Linear Bandits: Achieving Sublinear Regret via Dyadic Block Sketching

ICLR 2026poster

Linear bandits have become a cornerstone of online learning and sequential decision-making, providing solid theoretical foundations for balancing exploration and exploitation. Within this domain, matrix sketching serves as a critical component for achieving computational efficiency, especially when…

Cited by 0SourceScholar
2026

SpaEF: Spatially Resolved Transcriptomics Data Element-Wise Denoising Framework Powered by Large Models

ICML 2026poster

For denoising Spatially Resolved Transcriptomics (SRT) data, existing methods often construct spot and gene graphs to model inter-spot and inter-gene relationships, respectively. However, these methods often introduce spurious similarity biases among spots when constructing the spot graph and fail t…

Cited by 0SourceScholar
2026

Towards Fully Parameter-Free Stochastic Optimization: Grid Search with Self-Bounding Analysis

ICML 2026poster

Parameter-free stochastic optimization aims to design algorithms that are agnostic to the underlying problem parameters while still achieving convergence rates competitive with optimally tuned methods. While some parameter-free methods do not require the specific values of the problem parameters, th…

Cited by 0SourceScholar
2026

When Drafts Evolve: Speculative Decoding Meets Online Learning

ICML 2026poster

Speculative decoding has emerged as a widely adopted paradigm for accelerating large language model inference, where a lightweight draft model rapidly generates candidate tokens that are then verified in parallel by a larger target model. However, due to limited model capacity, drafts often struggle…

Cited by 0SourceScholar
2026

d3LLM: Ultra-Fast Diffusion LLM using Pseudo-Trajectory Distillation

ICML 2026poster

Diffusion large language models (dLLMs) offer capabilities beyond those of autoregressive (AR) LLMs, such as parallel decoding and random-order generation. However, realizing these benefits in practice is non-trivial, as dLLMs inherently face an *accuracy-parallelism trade-off*. Despite increasing i…

Cited by 0SourceScholar
2025

DGL: Dynamic Global-Local Information Aggregation for Scalable VRP Generalization with Self-Improvement Learning

IJCAI 2025

The Vehicle Routing Problem (VRP) is a critical combinatorial optimization problem with wide-reaching real-world applications, particularly in logistics, transportation. While neural network-based VRP solvers have shown impressive results on test instances similar to training data, their performance

2025

Generalized Linear Bandits: Almost Optimal Regret with One-Pass Update

NeurIPS 2025poster

We study the generalized linear bandit (GLB) problem, a contextual multi-armed bandit framework that extends the classical linear model by incorporating a non-linear link function, thereby modeling a broad class of reward distributions such as Bernoulli and Poisson. While GLBs are widely applicable…

Cited by 0SourceScholar
2025

Gradient-Variation Online Adaptivity for Accelerated Optimization with Hölder Smoothness

NeurIPS 2025spotlight

Smoothness is known to be crucial for acceleration in offline optimization, and for gradient-variation regret minimization in online learning. Interestingly, these two problems are actually closely connected --- accelerated optimization can be understood through the lens of gradient-variation onlin…

Cited by 0SourceScholar
2025

Heavy-Tailed Linear Bandits: Huber Regression with One-Pass Update

ICML 2025poster

We study the stochastic linear bandits with heavy-tailed noise. Two principled strategies for handling heavy-tailed noise, truncation and median-of-means, have been introduced to heavy-tailed bandits. Nonetheless, these methods rely on specific noise assumptions or bandit structures, limiting their…

Cited by 0SourcePDFScholar
2025

Learning Memory-Enhanced Improvement Heuristics for Flexible Job Shop Scheduling

NeurIPS 2025poster

The rise of smart manufacturing under Industry 4.0 introduces mass customization and dynamic production, demanding more advanced and flexible scheduling techniques. The flexible job-shop scheduling problem (FJSP) has attracted significant attention due to its complex constraints and strong alignment…

Cited by 0SourceScholar
2025

M2RC-EVAL: Massively Multilingual Repository-level Code Completion Evaluation

ACL 2025long

Repository-level code completion has drawn great attention in software engineering, and several benchmarks have been introduced. However, existing repository-level code completion benchmarks usually focus on a limited number of languages (<5), which cannot evaluate the general code intelligence abil…

2025

Non-stationary Online Learning for Curved Losses: Improved Dynamic Regret via Mixability

ICML 2025poster

Non-stationary online learning has drawn much attention in recent years. Despite considerable progress, dynamic regret minimization has primarily focused on convex functions, leaving the functions with stronger curvature (e.g., squared or logistic loss) underexplored. In this work, we address this g…

Cited by 0SourcePDFScholar
2025

Optimistic Online-to-Batch Conversions for Accelerated Convergence and Universality

NeurIPS 2025poster

In this work, we study offline convex optimization with smooth objectives, where the classical Nesterov's Accelerated Gradient (**NAG**) method achieves the optimal accelerated convergence. Extensive research has aimed to understand **NAG** from various perspectives, and a recent line of work approa…

Cited by 0SourceScholar
2025

Parameter-free Algorithms for the Stochastically Extended Adversarial Model

NeurIPS 2025poster

We develop the first parameter-free algorithms for the Stochastically Extended Adversarial (SEA) model, a framework that bridges adversarial and stochastic online convex optimization. Existing approaches for the SEA model require prior knowledge of problem-specific parameters, such as the diameter o…

Cited by 0SourceScholar
2025

TreeLoRA: Efficient Continual Learning via Layer-Wise LoRAs Guided by a Hierarchical Gradient-Similarity Tree

ICML 2025poster

Many real-world applications collect data in a streaming environment, where learning tasks are encountered sequentially. This necessitates *continual learning* (CL) to update models online, enabling adaptation to new tasks while preserving past knowledge to prevent catastrophic forgetting. Nowadays,…

2024

A Simple and Optimal Approach for Universal Online Learning with Gradient Variations

NeurIPS 2024poster

We investigate the problem of universal online learning with gradient-variation regret. Universal online learning aims to achieve regret guarantees without prior knowledge of the curvature of the online functions. Moreover, we study the problem-dependent gradient-variation regret as it plays a cruci…

Cited by 2SourcePDFScholar
2024

Dynamic Regret of Adversarial MDPs with Unknown Transition and Linear Function Approximation

AAAI 2024technical

We study reinforcement learning (RL) in episodic MDPs with adversarial full-information losses and the unknown transition. Instead of the classical static regret, we adopt dynamic regret as the performance measure which benchmarks the learner's performance with changing policies, making it more suit…

Cited by 2SourcePDFScholar
2024

Efficient Non-stationary Online Learning by Wavelets with Applications to Online Distribution Shift Adaptation

ICML 2024poster

Dynamic regret minimization offers a principled way for non-stationary online learning, where the algorithm's performance is evaluated against changing comparators. Prevailing methods often employ a two-layer online ensemble, consisting of a group of base learners with different configurations and a…

Cited by 2SourcePDFScholar
2024

Generative Model-Based Feature Knowledge Distillation for Action Recognition

AAAI 2024technical

Knowledge distillation (KD), a technique widely employed in computer vision, has emerged as a de facto standard for improving the performance of small neural networks. However, prevailing KD-based approaches in video tasks primarily focus on designing loss functions and fusing cross-modal informatio…

2024

Improved Algorithm for Adversarial Linear Mixture MDPs with Bandit Feedback and Unknown Transition

AISTATS 2024poster

We study reinforcement learning with linear function approximation, unknown transition, and adversarial losses in the bandit feedback setting. Specifically, we focus on linear mixture MDPs whose transition kernel is a linear mixture model. We propose a new algorithm that attains an $\tilde{\mathcal{…

Cited by 6SourcePDFScholar
2024

Language Without Borders: A Dataset and Benchmark for Code-Switching Lip Reading

NeurIPS 2024poster

Lip reading aims at transforming the videos of continuous lip movement into textual contents, and has achieved significant progress over the past decade. It serves as a critical yet practical assistance for speech-impaired individuals, with more practicability than speech recognition in noisy enviro…

2024

Provably Efficient Reinforcement Learning with Multinomial Logit Function Approximation

NeurIPS 2024poster

We study a new class of MDPs that employs multinomial logit (MNL) function approximation to ensure valid probability distributions over the state space. Despite its significant benefits, incorporating the non-linear function raises substantial challenges in both *statistical* and *computational* eff…

Cited by 2SourcePDFScholar
2024

Universal Online Convex Optimization with $1$ Projection per Round

NeurIPS 2024poster

To address the uncertainty in function types, recent progress in online convex optimization (OCO) has spurred the development of universal algorithms that simultaneously attain minimax rates for multiple types of convex functions. However, for a $T$-round online problem, state-of-the-art methods typ…

Cited by 4SourcePDFScholar
2023

Adapting to Continuous Covariate Shift via Online Density Ratio Estimation

NeurIPS 2023poster

Dealing with distribution shifts is one of the central challenges for modern machine learning. One fundamental situation is the covariate shift, where the input distributions of data change from the training to testing stages while the input-conditional output distribution remains unchanged. In this…

Cited by 17SourcePDFScholar
2023

Beyond Performative Prediction: Open-environment Learning with Presence of Corruptions

AISTATS 2023poster

Performative prediction is a framework to capture the endogenous distribution changes resulting from the reactions of deployed environments to the learner’s decision. Existing results require that the collected data are sampled from the clean observed distribution. However, this is often not the cas…

Cited by 2SourcePDFScholar
2023

Optimistic Online Mirror Descent for Bridging Stochastic and Adversarial Online Convex Optimization

ICML 2023poster

Stochastically Extended Adversarial (SEA) model is introduced by Sachs et al. (2022) as an interpolation between stochastic and adversarial online convex optimization. Under the smoothness condition, they demonstrate that the expected regret of optimistic follow-the-regularized-leader (FTRL) depends…

Cited by 21SourcePDFScholar
2023

Stochastic Approximation Approaches to Group Distributionally Robust Optimization

NeurIPS 2023poster

This paper investigates group distributionally robust optimization (GDRO), with the purpose to learn a model that performs well over $m$ different distributions. First, we formulate GDRO as a stochastic convex-concave saddle-point problem, and demonstrate that stochastic mirror descent (SMD), using…

Cited by 14SourcePDFScholar
2023

Universal Online Learning with Gradient Variations: A Multi-layer Online Ensemble Approach

NeurIPS 2023spotlight

In this paper, we propose an online convex optimization approach with two different levels of adaptivity. On a higher level, our approach is agnostic to the unknown types and curvatures of the online functions, while at a lower level, it can exploit the unknown niceness of the environments and attai…

Cited by 14SourcePDFScholar
2023

Weakly-Supervised Action Localization by Hierarchically-Structured Latent Attention Modeling

ICCV 2023poster

Weakly-supervised action localization aims to recognize and localize action instancese in untrimmed videos with only video-level labels. Most existing models rely on multiple instance learning(MIL), where the predictions of unlabeled instances are supervised by classifying labeled bags. The MIL-base…

Cited by 4PDFcodeScholar
2022

Adapting to Online Label Shift with Provable Guarantees

NeurIPS 2022accept

The standard supervised learning paradigm works effectively when training data shares the same distribution as the upcoming testing samples. However, this stationary assumption is often violated in real-world applications, especially when testing data appear in an online fashion. In this paper, we f…

Cited by 36SourcePDFScholar
2022

Contrastive Multi-view Hyperbolic Hierarchical Clustering

IJCAI 2022poster

Hierarchical clustering recursively partitions data at an increasingly finer granularity. In real-world applications, multi-view data have become increasingly important. This raises a less investigated problem, i.e., multi-view hierarchical clustering, to better understand the hierarchical structure…

Cited by 39SourcePDFScholar
2022

Optimal Rates of (Locally) Differentially Private Heavy-tailed Multi-Armed Bandits

AISTATS 2022poster

In this paper we investigate the problem of stochastic multi-armed bandits (MAB) in the (local) differential privacy (DP/LDP) model. Unlike previous results that assume bounded/sub-Gaussian reward distributions, we focus on the setting where each arm’s reward distribution only has $(1+v)$-th moment…

Cited by 38SourcePDFScholar
2021

Large Motion Video Super-Resolution with Dual Subnet and Multi-Stage Communicated Upsampling

AAAI 2021technical

Video super-resolution (VSR) aims at restoring a video in low-resolution (LR) and improving it to higher-resolution (HR). Due to the characteristics of video tasks, it is very important that motion information among frames should be well concerned, summarized and utilized for guidance in a VSR algor…

Cited by 30SourcePDFScholar
2020

An Unbiased Risk Estimator for Learning with Augmented Classes

NeurIPS 2020poster

This paper studies the problem of learning with augmented classes (LAC), where augmented classes unobserved in the training data might emerge in the testing phase. Previous studies generally attempt to discover augmented classes by exploiting geometric properties, achieving inspiring empirical perfo…

Cited by 31SourcePDFScholar
2020

Bandit Convex Optimization in Non-stationary Environments

AISTATS 2020poster

Bandit Convex Optimization (BCO) is a fundamental framework for modeling sequential decision-making with partial information, where the only feedback available to the player is the one-point or two-point function values. In this paper, we investigate BCO in non-stationary environments and choose the…

Cited by 54SourcePDFScholar
2020

CDC: Classification Driven Compression for Bandwidth Efficient Edge-Cloud Collaborative Deep Learning

IJCAI 2020poster

The emerging edge-cloud collaborative Deep Learning (DL) paradigm aims at improving the performance of practical DL implementations in terms of cloud bandwidth consumption, response latency, and data privacy preservation. Focusing on bandwidth efficient edge-cloud collaborative training of DNN-based…

Cited by 0SourcePDFScholar