← Search

Zhi-Hua Zhou

107 accepted papers

2026

A Statistical Framework for Analyzing Specification Resistance to Learnware-Inversion Risks

ICML 2026poster

The *learnware* paradigm aims to enable users to leverage numerous existing high-performing models instead of building machine learning models from scratch. A learnware consists of a submitted model together with a *specification* derived from the developer’s training data. As the key component, a s…

Cited by 0SourceScholar
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

Expertise Can Be Helpful for Reinforcement Learning-based Macro Placement

ICLR 2026poster

Chip placement determines the locations of electronic components on a chip layout, which directly impacts performance, power, and area (PPA) metrics, and thus is a critical step in electronic design automation (EDA). As modern chips scale to accommodate millions of components, manual placement by hu…

Cited by 0SourceScholar
2026

Tabular Learnwares Can Be Repurposed for Seemingly Irrelevant New Tasks

AAAI 2026technical

The learnware paradigm aims to help users solve new tasks by reusing existing models rather than starting from scratch. A learnware consists of a model and the specification describing its capabilities. Numerous learnwares are accommodated by the learnware dock system. When users solve tasks with th

Cited by 0SourcePDFScholar
2026

Theoretical Investigation on Inductive Bias of Isolation Forest

ICML 2026poster

Isolation Forest (iForest) stands out as a widely-used unsupervised anomaly detector, primarily owing to its remarkable runtime efficiency and superior performance in large-scale tasks. Despite its widespread adoption, a theoretical foundation explaining iForest's success remains unclear. This paper…

Cited by 0SourceScholar
2026

ZipMoE: Efficient On-Device MoE Serving via Lossless Compression and Cache-Affinity Scheduling

ICML 2026poster

While Mixture-of-Experts (MoE) architectures substantially bolster the expressive power of large-language models, their prohibitive memory footprint severely impedes the practical deployment on resource-constrained edge devices, especially when model behavior must be preserved without relying on los…

Cited by 0SourceScholar
2025

Discovering Symbolic Partial Differential Equation by Abductive Learning

NeurIPS 2025poster

Discovering symbolic Partial Differential Equation (PDE) from data is one of the most promising directions of modern scientific discovery. Effectively constructing an expressive yet concise hypothesis space and accurately evaluating expression values, however, remain challenging due to the expon…

Cited by 0SourceScholar
2025

Efficient Rectification of Neuro-Symbolic Reasoning Inconsistencies by Abductive Reflection

AAAI 2025technical

Neuro-Symbolic (NeSy) AI could be regarded as an analogy to human dual-process cognition, modeling the intuitive System 1 with neural networks and the algorithmic System 2 with symbolic reasoning. However, for complex learning targets, NeSy systems often generate outputs inconsistent with domain kno…

Cited by 3SourcePDFScholar
2025

Efficient Rectification of Neuro-Symbolic Reasoning Inconsistencies by Abductive Reflection (Extended Abstract)

IJCAI 2025

Neuro-Symbolic (NeSy) AI could be regarded as an analogy to human dual-process cognition, modeling the intuitive System 1 with neural networks and the algorithmic System 2 with symbolic reasoning. However, for complex learning targets, NeSy systems often generate outputs inconsistent with domain kno

Cited by 0SourcePDFScholar
2025

Enabling Optimal Decisions in Rehearsal Learning under CARE Condition

ICML 2025poster

In the field of machine learning (ML), an essential type of decision-related problem is known as AUF (Avoiding Undesired Future): if an ML model predicts an undesired outcome, how can decisions be made to prevent it? Recently, a novel framework called *rehearsal learning* has been proposed to addres…

Cited by 0SourcePDFScholar
2025

Gradient-Based Nonlinear Rehearsal Learning with Multivariate Alterations

AAAI 2025technical

Machine learning (ML) has made significant advancements across various domains, with a shifting focus from purely predictive tasks to decision-making. The recent proposal by Zhou (2022) introduced a line of research known as rehearsal learning, which provides a novel perspective on modeling decision…

Cited by 0SourcePDFScholar
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

One-Pass Feature Evolvable Learning with Theoretical Guarantees

ICML 2025poster

Feature evolvable learning studies the scenario where old features will vanish and new features will emerge when learning with data streams, and various methods have been developed by utilizing some useful relationships from old features to new features, rather than re-training from scratch. In this…

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

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,…

2025

Variance-Reduced Long-Term Rehearsal Learning with Quadratic Programming Reformulation

NeurIPS 2025poster

In machine learning, a critical class of decision-making problems involves *Avoiding Undesired Future* (AUF): given a predicted undesired outcome, how can one make decision about actions to prevent it? Recently, the *rehearsal learning* framework has been proposed to address AUF problem. While exist…

Cited by 0SourceScholar
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

Analysis for Abductive Learning and Neural-Symbolic Reasoning Shortcuts

ICML 2024poster

Abductive learning models (ABL) and neural-symbolic predictive models (NeSy) have been recently shown effective, as they allow us to infer labels that are consistent with some prior knowledge by reasoning over high-level concepts extracted from sub-symbolic inputs. However, their generalization abil…

Cited by 6SourcePDFScholar
2024

Avoiding Undesired Future with Minimal Cost in Non-Stationary Environments

NeurIPS 2024poster

Machine learning (ML) has achieved remarkable success in prediction tasks. In many real-world scenarios, rather than solely predicting an outcome using an ML model, the crucial concern is how to make decisions to prevent the occurrence of undesired outcomes, known as the *avoiding undesired future (…

Cited by 1SourcePDFScholar
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

Handling Learnwares from Heterogeneous Feature Spaces with Explicit Label Exploitation

NeurIPS 2024poster

The learnware paradigm aims to help users leverage numerous existing high-performing models instead of starting from scratch, where a learnware consists of a well-trained model and the specification describing its capability. Numerous learnwares are accommodated by a learnware dock system. When user…

Cited by 1SourcePDFScholar
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

Learning Only When It Matters: Cost-Aware Long-Tailed Classification

AAAI 2024technical

Most current long-tailed classification approaches assume the cost-agnostic scenario, where the training distribution of classes is long-tailed while the testing distribution of classes is balanced. Meanwhile, the misclassification costs of all instances are the same. On the other hand, in many real…

Cited by 1SourcePDFScholar
2024

Policy Rehearsing: Training Generalizable Policies for Reinforcement Learning

ICLR 2024poster

Human beings can make adaptive decisions in a preparatory manner, i.e., by making preparations in advance, which offers significant advantages in scenarios where both online and offline experiences are expensive and limited. Meanwhile, current reinforcement learning methods commonly rely on numerous…

Cited by 4SourcePDFScholar
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

Safe Abductive Learning in the Presence of Inaccurate Rules

AAAI 2024technical

Integrating complementary strengths of raw data and logical rules to improve the learning generalization has been recently shown promising and effective, e.g., abductive learning is one generic framework that can learn the perception model from data and reason between rules simultaneously. However,…

Cited by 8SourcePDFScholar
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

Complex-valued Neurons Can Learn More but Slower than Real-valued Neurons via Gradient Descent

NeurIPS 2023poster

Complex-valued neural networks potentially possess better representations and performance than real-valued counterparts when dealing with some complicated tasks such as acoustic analysis, radar image classification, etc. Despite empirical successes, it remains unknown theoretically when and to what…

Cited by 5SourcePDFScholar
2023

Enabling Abductive Learning to Exploit Knowledge Graph

IJCAI 2023poster

Most systems integrating data-driven machine learning with knowledge-driven reasoning usually rely on a specifically designed knowledge base to enable efficient symbolic inference. However, it could be cumbersome for the nonexpert end-users to prepare such a knowledge base in real tasks. Recent year…

2023

Enabling Knowledge Refinement upon New Concepts in Abductive Learning

AAAI 2023technical

Recently there are great efforts on leveraging machine learning and logical reasoning. Many approaches start from a given knowledge base, and then try to utilize the knowledge to help machine learning. In real practice, however, the given knowledge base can often be incomplete or even noisy, and thu…

2023

Handling Learnwares Developed from Heterogeneous Feature Spaces without Auxiliary Data

IJCAI 2023poster

The learnware paradigm proposed by Zhou [2016] devotes to constructing a market of numerous well-performed models, enabling users to solve problems by reusing existing efforts rather than starting from scratch. A learnware comprises a trained model and the specification which enables the model to be…

2023

On the Consistency Rate of Decision Tree Learning Algorithms

AISTATS 2023poster

Decision tree learning algorithms such as CART are generally based on heuristics that maximizes the purity gain greedily. Though these algorithms are practically successful, theoretical properties such as consistency are far from clear. In this paper, we discover that the most serious obstacle encum…

Cited by 5SourcePDFScholar
2023

On the Gini-impurity Preservation For Privacy Random Forests

NeurIPS 2023spotlight

Random forests have been one successful ensemble algorithms in machine learning. Various techniques have been utilized to preserve the privacy of random forests from anonymization, differential privacy, homomorphic encryption, etc., whereas it rarely takes into account some crucial ingredients of le…

Cited by 17SourcePDFScholar
2023

Seeing Differently, Acting Similarly: Heterogeneously Observable Imitation Learning

ICLR 2023top-25%

In many real-world imitation learning tasks, the demonstrator and the learner have to act under different observation spaces. This situation brings significant obstacles to existing imitation learning approaches, since most of them learn policies under homogeneous observation spaces. On the other ha…

Cited by 10SourcePDFScholar
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
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

Depth is More Powerful than Width with Prediction Concatenation in Deep Forest

NeurIPS 2022accept

Random Forest (RF) is an ensemble learning algorithm proposed by \citet{breiman2001random} that constructs a large number of randomized decision trees individually and aggregates their predictions by naive averaging. \citet{zhou2019deep} further propose Deep Forest (DF) algorithm with multi-layer fe…

Cited by 6SourcePDFScholar
2022

Pre-Trained Model Reusability Evaluation for Small-Data Transfer Learning

NeurIPS 2022accept

We study {\it model reusability evaluation} (MRE) for source pre-trained models: evaluating their transfer learning performance to new target tasks. In special, we focus on the setting under which the target training datasets are small, making it difficult to produce reliable MRE scores using them.…

Cited by 12SourcePDFScholar
2022

Real-Valued Backpropagation is Unsuitable for Complex-Valued Neural Networks

NeurIPS 2022accept

Recently complex-valued neural networks have received increasing attention due to successful applications in various tasks and the potential advantages of better theoretical properties and richer representational capacity. However, the training dynamics of complex networks compared to real networks…

Cited by 15SourcePDFScholar
2022

Sound and Complete Causal Identification with Latent Variables Given Local Background Knowledge

NeurIPS 2022accept

Great efforts have been devoted to causal discovery from observational data, and it is well known that introducing some background knowledge attained from experiments or human expertise can be very helpful. However, it remains unknown that \emph{what causal relations are identifiable given backgroun…

Cited by 12SourcePDFScholar
2021

Actively Identifying Causal Effects with Latent Variables Given Only Response Variable Observable

NeurIPS 2021poster

In many real tasks, it is generally desired to study the causal effect on a specific target (response variable) only, with no need to identify the thorough causal effects involving all variables. In this paper, we attempt to identify such effects by a few active interventions where only the response…

Cited by 10SourcePDFScholar
2021

Dual Adaptivity: A Universal Algorithm for Minimizing the Adaptive Regret of Convex Functions

NeurIPS 2021poster

To deal with changing environments, a new performance measure—adaptive regret, defined as the maximum static regret over any interval, was proposed in online learning. Under the setting of online convex optimization, several algorithms have been successfully developed to minimize the adaptive regret…

Cited by 24SourcePDFScholar
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

Cost-effectively Identifying Causal Effects When Only Response Variable is Observable

ICML 2020poster

In many real tasks, we care about how to make decisions rather than mere predictions on an event, e.g. how to increase the revenue next month instead of merely knowing it will drop. The key is to identify the causal effects on the desired event. It is achievable with do-calculus if the causal struct…

Cited by 11SourcePDFScholar
2020

Safe Deep Semi-Supervised Learning for Unseen-Class Unlabeled Data

ICML 2020poster

Deep semi-supervised learning (SSL) has been recently shown very effectively. However, its performance is seriously decreased when the class distribution is mismatched, among which a common situation is that unlabeled data contains some classes not seen in the labeled data. Efforts on this issue rem…

Cited by 267SourcePDFScholar
2019

A Refined Margin Distribution Analysis for Forest Representation Learning

NeurIPS 2019poster

In this paper, we formulate the forest representation learning approach called \textsc{CasDF} as an additive model which boosts the augmented feature instead of the prediction. We substantially improve the upper bound of the generalization gap from $\mathcal{O}(\sqrt{\ln m/m})$ to $\mathcal{O}(\ln m…

Cited by 23SourcePDFScholar
2019

Bridging Machine Learning and Logical Reasoning by Abductive Learning

NeurIPS 2019poster

Perception and reasoning are two representative abilities of intelligence that are integrated seamlessly during human problem-solving processes. In the area of artificial intelligence (AI), the two abilities are usually realised by machine learning and logic programming, respectively. However, the t…

2019

Learning to Confuse: Generating Training Time Adversarial Data with Auto-Encoder

NeurIPS 2019poster

In this work, we consider one challenging training time attack by modifying training data with bounded perturbation, hoping to manipulate the behavior (both targeted or non-targeted) of any corresponding trained classifier during test time when facing clean samples. To achieve this, we proposed to u…

2017

Improved Dynamic Regret for Non-degenerate Functions

NeurIPS 2017poster

Recently, there has been a growing research interest in the analysis of dynamic regret, which measures the performance of an online learner against a sequence of local minimizers. By exploiting the strong convexity, previous studies have shown that the dynamic regret can be upper bounded by the path…

Cited by 143SourcePDFScholar
2016

Online Stochastic Linear Optimization under One-bit Feedback

ICML 2016poster

In this paper, we study a special bandit setting of online stochastic linear optimization, where only one-bit of information is revealed to the learner at each round. This problem has found many applications including online advertisement and online recommendation. We assume the binary feedback is a…

Cited by 78SourcePDFScholar
2016

What Makes Objects Similar: A Unified Multi-Metric Learning Approach

NeurIPS 2016poster

Linkages are essentially determined by similarity measures that may be derived from multiple perspectives. For example, spatial linkages are usually generated based on localities of heterogeneous data, whereas semantic linkages can come from various properties, such as different physical meanings be…

Cited by 54SourcePDFScholar