← Search

Hongyuan Zha

83 accepted papers

2026

CALM Before the STORM: Unlocking Native Reasoning for Optimization Modeling

ICML 2026poster

Large Reasoning Models (LRMs) have demonstrated strong capabilities in complex multi-step reasoning, opening new opportunities for automating optimization modeling. However, existing domain adaptation methods, originally designed for earlier instruction-tuned models, often fail to exploit the advanc…

Cited by 0SourceScholar
2026

Corrected Samplers for Discrete Flow Models

ICML 2026poster

Discrete flow models (DFMs) have been proposed to learn the data distribution on finite state space, offering a flexible framework as an alternative to discrete diffusion models. A line of recent work has studied samplers for discrete diffusion models, such as tau-leaping and Euler solver. However, …

Cited by 0SourceScholar
2026

Discrete Guidance Matching: Exact Guidance for Discrete Flow Matching

ICLR 2026poster

Guidance provides a simple and effective framework for posterior sampling by steering the generation process towards the desired distribution. When modeling discrete data, existing approaches mostly focus on guidance with the first-order Taylor approximation to improve the sampling efficiency. Howev…

Cited by 0SourcecodeScholar
2026

Epistemic Gain, Aleatoric Cost: Uncertainty Decomposition in Multi-Agent Debate for Math Reasoning

ICML 2026poster

Multi-Agent Debate (MAD) has shown promise in leveraging collective intelligence to improve reasoning and reduce hallucinations, yet it remains unclear how information exchange shapes the underlying ability. Empirically, MAD exhibits paradoxical phenomena, such as accuracy improvement accompanied by…

Cited by 0SourceScholar
2026

Error Analysis of Discrete Flow with Generator Matching

ICML 2026poster

Discrete flow models offer a powerful framework for learning distributions over discrete state spaces and have demonstrated superior performance compared to the discrete diffusion models. However, their convergence properties and error analysis remain largely unexplored. In this work, we develop a u…

Cited by 0SourceScholar
2026

LLM as an Algorithmist: Enhancing Anomaly Detectors via Programmatic Synthesis

ICLR 2026poster

Existing anomaly detection (AD) methods for tabular data usually rely on some assumptions about anomaly patterns, leading to inconsistent performance in real-world scenarios. While Large Language Models (LLMs) show remarkable reasoning capabilities, their direct application to tabular AD is impeded…

Cited by 0SourcecodeScholar
2026

Negotiated Reasoning: On Provably Addressing Relative Over-Generalization

ICLR 2026poster

We focus on the relative over-generalization (RO) issue in fully cooperative multi-agent reinforcement learning (MARL). Existing methods show that endowing agents with reasoning can help mitigate RO empirically, but there is little theoretical insight. We first prove that RO is avoided when agents s…

Cited by 0SourceScholar
2026

Offline Multi-Agent Reinforcement Learning via Sequential Score Decomposition

ICML 2026poster

Offline cooperative multi-agent reinforcement learning (MARL) faces unique challenges due to the distribution shift between online and offline data collection. While online MARL typically converges to a single coordinated joint policy, offline datasets are often mixtures of diverse cooperative behav…

Cited by 0SourceScholar
2026

Talk, Judge, Cooperate: Gossip-Driven Indirect Reciprocity in Self-Interested LLM Agents

ICML 2026poster

Indirect reciprocity, which means helping those who help others, is difficult to sustain among decentralized, self-interested LLM agents without reliable reputation systems. We introduce Agentic Linguistic Gossip Network (ALIGN), an automated framework where agents strategically share open-ended gos…

Cited by 0SourceScholar
2025

A Distributional Approach to Uncertainty-Aware Preference Alignment Using Offline Demonstrations

ICLR 2025poster

Designing reward functions in Reinforcement Learning (RL) often demands significant task-specific expertise. Offline Preference-based Reinforcement Learning (PbRL) provides an effective alternative to address the complexity of reward design by learning policies from offline datasets that contain hum…

2025

Balancing Two Classifiers via A Simplex ETF Structure for Model Calibration

CVPR 2025poster

In recent years, deep neural networks (DNNs) have demonstrated state-of-the-art performance across various domains. However, despite their success, they often face calibration issues, particularly in safety-critical applications such as autonomous driving and healthcare, where unreliable predictions…

2025

Generative Modeling Reinvents Supervised Learning: Label Repurposing with Predictive Consistency Learning

ICML 2025poster

Predicting labels directly from data has been the standard in label learning tasks, e.g., supervised learning, where models often prioritize feature compression and extraction from inputs under the assumption that label information is less complex. However, recent prediction tasks often face predict…

Cited by 0SourcePDFScholar
2025

LOPT: Learning Optimal Pigovian Tax in Sequential Social Dilemmas

NeurIPS 2025poster

Multi-agent reinforcement learning (MARL) has emerged as a powerful framework for modeling autonomous agents that independently optimize their individual objectives. However, in mixed-motive MARL environments, rational self-interested behaviors often lead to collectively suboptimal outcomes situatio…

Cited by 0SourceScholar
2025

Multi-Agent Credit Assignment with Pretrained Language Models

AISTATS 2025poster

The difficulty of appropriately assigning credit is particularly heightened in cooperative MARL with sparse reward, due to the concurrent time and structural scales involved. Automatic subgoal generation (ASG) has recently emerged as a viable MARL approach inspired by utilizing subgoals in intrinsic…

Cited by 0SourceScholar
2025

Reward Translation via Reward Machine in Semi-Alignable MDPs

ICML 2025poster

Addressing reward design complexities in deep reinforcement learning is facilitated by knowledge transfer across different domains. To this end, we define \textit{reward translation} to describe the cross-domain reward transfer problem. However, current methods struggle with non-pairable and non-tim…

Cited by 0SourcePDFScholar
2024

A Variational Autoencoder for Neural Temporal Point Processes with Dynamic Latent Graphs

AAAI 2024technical

Continuously observed event occurrences, often exhibit self and mutually exciting effects, which can be well modeled using temporal point processes. Beyond that, these event dynamics may also change over time, with certain periodic trends. We propose a novel variational autoencoder to capture such a…

Cited by 4SourcePDFScholar
2024

Beyond Point Prediction: Score Matching-based Pseudolikelihood Estimation of Neural Marked Spatio-Temporal Point Process

ICML 2024poster

Spatio-temporal point processes (STPPs) are potent mathematical tools for modeling and predicting events with both temporal and spatial features. Despite their versatility, most existing methods for learning STPPs either assume a restricted form of the spatio-temporal distribution, or suffer from in…

Cited by 3SourcePDFScholar
2024

Carbon Market Simulation with Adaptive Mechanism Design

IJCAI 2024poster

A carbon market is a market-based tool that incentivizes economic agents to align individual profits with the global utility, i.e., reducing carbon emissions to tackle climate change. Cap and trade stands as a critical principle based on allocating and trading carbon allowances (carbon emission cred…

2024

Distribution Alignment Optimization through Neural Collapse for Long-tailed Classification

ICML 2024poster

A well-trained deep neural network on balanced datasets usually exhibits the Neural Collapse (NC) phenomenon, which is an informative indicator of the model achieving good performance. However, NC is usually hard to be achieved for a model trained on long-tailed datasets, leading to the deteriorated…

Cited by 11SourcePDFScholar
2024

Fast T2T: Optimization Consistency Speeds Up Diffusion-Based Training-to-Testing Solving for Combinatorial Optimization

NeurIPS 2024poster

Diffusion models have recently advanced Combinatorial Optimization (CO) as a powerful backbone for neural solvers. However, their iterative sampling process requiring denoising across multiple noise levels incurs substantial overhead. We propose to learn direct mappings from different noise levels t…

Cited by 4SourcePDFScholar
2024

Learning to Optimize Permutation Flow Shop Scheduling via Graph-Based Imitation Learning

AAAI 2024technical

The permutation flow shop scheduling (PFSS), aiming at finding the optimal permutation of jobs, is widely used in manufacturing systems. When solving large-scale PFSS problems, traditional optimization algorithms such as heuristics could hardly meet the demands of both solution accuracy and computat…

2024

Mitigating Backdoor Attack by Injecting Proactive Defensive Backdoor

NeurIPS 2024poster

Data-poisoning backdoor attacks are serious security threats to machine learning models, where an adversary can manipulate the training dataset to inject backdoors into models. In this paper, we focus on in-training backdoor defense, aiming to train a clean model even when the dataset may be potenti…

2023

Information Design in Multi-Agent Reinforcement Learning

NeurIPS 2023poster

Reinforcement learning (RL) is inspired by the way human infants and animals learn from the environment. The setting is somewhat idealized because, in actual tasks, other agents in the environment have their own goals and behave adaptively to the ego agent. To thrive in those environments, the agent…

2023

Neural Polarizer: A Lightweight and Effective Backdoor Defense via Purifying Poisoned Features

NeurIPS 2023poster

Recent studies have demonstrated the susceptibility of deep neural networks to backdoor attacks. Given a backdoored model, its prediction of a poisoned sample with trigger will be dominated by the trigger information, though trigger information and benign information coexist. Inspired by the mechani…

2023

Reinforcement Learning for Adaptive Mesh Refinement

AISTATS 2023poster

Finite element simulations of physical systems governed by partial differential equations (PDE) crucially depend on adaptive mesh refinement (AMR) to allocate computational budget to regions where higher resolution is required. Existing scalable AMR methods make heuristic refinement decisions based…

Cited by 57SourcePDFScholar
2023

SMURF-THP: Score Matching-based UnceRtainty quantiFication for Transformer Hawkes Process

ICML 2023poster

Transformer Hawkes process models have shown to be successful in modeling event sequence data. However, most of the existing training methods rely on maximizing the likelihood of event sequences, which involves calculating some intractable integral. Moreover, the existing methods fail to provide unc…

2023

Shared Adversarial Unlearning: Backdoor Mitigation by Unlearning Shared Adversarial Examples

NeurIPS 2023poster

Backdoor attacks are serious security threats to machine learning models where an adversary can inject poisoned samples into the training set, causing a backdoored model which predicts poisoned samples with particular triggers to particular target classes, while behaving normally on benign samples.…

2022

Adaptive Distribution Calibration for Few-Shot Learning with Hierarchical Optimal Transport

NeurIPS 2022accept

Few-shot classification aims to learn a classifier to recognize unseen classes during training, where the learned model can easily become over-fitted based on the biased distribution formed by only a few training examples. A recent solution to this problem is calibrating the distribution of these fe…

Cited by 31SourcePDFScholar
2022

Dealing with Non-Stationarity in MARL via Trust-Region Decomposition

ICLR 2022poster

Non-stationarity is one thorny issue in cooperative multi-agent reinforcement learning (MARL). One of the reasons is the policy changes of agents during the learning process. Some existing works have discussed various consequences caused by non-stationarity with several kinds of measurement indicato…

Cited by 19SourcePDFScholar
2022

Learning Prototype-oriented Set Representations for Meta-Learning

ICLR 2022poster

Learning from set-structured data is a fundamental problem that has recently attracted increasing attention, where a series of summary networks are introduced to deal with the set input. In fact, many meta-learning problems can be treated as set-input tasks. Most existing summary networks aim to des…

Cited by 26SourcePDFScholar
2022

Learning to Re-weight Examples with Optimal Transport for Imbalanced Classification

NeurIPS 2022accept

Imbalanced data pose challenges for deep learning based classification models. One of the most widely-used approaches for tackling imbalanced data is re-weighting, where training samples are associated with different weights in the loss function. Most of existing re-weighting approaches treat the ex…

2022

Multi-Agent Path Finding with Prioritized Communication Learning

ICRA 2022poster

Multi-agent pathfinding (MAPF) has been widely used to solve large-scale real-world problems, e.g., automation warehouses. The learning-based, fully decentralized framework has been introduced to alleviate real-time problems and simultaneously pursue optimal planning policy. However, existing method…

Cited by 57SourcecodeScholar
2022

Self-Training with Differentiable Teacher

NAACL 2022findings

Self-training achieves enormous success in various semi-supervised and weakly-supervised learning tasks. The method can be interpreted as a teacher-student framework, where the teacher generates pseudo-labels, and the student makes predictions. The two models are updated alternatingly. However, such…

Cited by 14SourcePDFScholar
2022

Structural Landmarking and Interaction Modelling: A “SLIM” Network for Graph Classification

AAAI 2022technical

Graph neural networks are a promising architecture for learning and inference with graph-structured data. Yet, how to generate informative, fixed dimensional features for graphs with varying size and topology can still be challenging. Typically, this is achieved through graph-pooling, which summariz…

Cited by 6SourcePDFScholar
2022

VMAgent: A Practical Virtual Machine Scheduling Platform

IJCAI 2022poster

Virtual machine (VM) scheduling is one of the critical tasks in cloud computing. Many works have attempted to incorporate machine learning, especially reinforcement learning, to empower VM scheduling procedures. Although improved results are shown in several demo simulators, the performances in real…

2021

A Hypergradient Approach to Robust Regression without Correspondence

ICLR 2021poster

We consider a regression problem, where the correspondence between the input and output data is not available. Such shuffled data are commonly observed in many real world problems. Take flow cytometry as an example: the measuring instruments are unable to preserve the correspondence between the samp…

Cited by 18SourcePDFScholar
2021

Bridging Explicit and Implicit Deep Generative Models via Neural Stein Estimators

NeurIPS 2021poster

There are two types of deep generative models: explicit and implicit. The former defines an explicit density form that allows likelihood inference; while the latter targets a flexible transformation from random noise to generated samples. While the two classes of generative models have shown great…

Cited by 10SourcePDFScholar
2021

Generalize a Small Pre-trained Model to Arbitrarily Large TSP Instances

AAAI 2021technical

For the traveling salesman problem (TSP), the existing supervised learning based algorithms suffer seriously from the lack of generalization ability. To overcome this drawback, this paper tries to train (in supervised manner) a small-scale model, which could be repetitively used to build heat maps f…

2021

Graph-Based Tri-Attention Network for Answer Ranking in CQA

AAAI 2021technical

In community-based question answering (CQA) platforms, automatic answer ranking for a given question is critical for finding potentially popular answers in early times. The mainstream approaches learn to generate answer ranking scores based on the matching degree between question and answer represen…

2021

Learning Graphons via Structured Gromov-Wasserstein Barycenters

AAAI 2021technical

We propose a novel and principled method to learn a nonparametric graph model called graphon, which is defined in an infinite-dimensional space and represents arbitrary-size graphs. Based on the weak regularity lemma from the theory of graphons, we leverage a step function to approximate a graphon.…

2021

Random Noise Defense Against Query-Based Black-Box Attacks

NeurIPS 2021poster

The query-based black-box attacks have raised serious threats to machine learning models in many real applications. In this work, we study a lightweight defense method, dubbed Random Noise Defense (RND), which adds proper Gaussian noise to each query. We conduct the theoretical analysis about the ef…

2021

Towards Open-World Recommendation: An Inductive Model-based Collaborative Filtering Approach

ICML 2021spotlight

Recommendation models can effectively estimate underlying user interests and predict one’s future behaviors by factorizing an observed user-item rating matrix into products of two sets of latent factors. However, the user-specific embedding factors can only be learned in a transductive way, making i…

2020

AutoMix: Mixup Networks for Sample Interpolation via Cooperative Barycenter Learning

ECCV 2020poster

This paper proposes new ways of sample mixing by thinking of the process as generation of barycenter in a metric space for data augmentation. First, we present an optimal-transport-based mixup technique to generate Wasserstein barycenter which works well on images with clean background and is empiri…

Cited by 37SourcePDFScholar
2020

CM3: Cooperative Multi-goal Multi-stage Multi-agent Reinforcement Learning

ICLR 2020poster

A variety of cooperative multi-agent control problems require agents to achieve individual goals while contributing to collective success. This multi-goal multi-agent setting poses difficulties for recent algorithms, which primarily target settings with a single global reward, due to two new challen…

Cited by 120SourcecodeScholar
2020

Differentiable Top-k with Optimal Transport

NeurIPS 2020poster

Finding the k largest or smallest elements from a collection of scores, i.e., top-k operation, is an important model component widely used in information retrieval, machine learning, and data mining. However, if the top-k operation is implemented in an algorithmic way, e.g., using bubble algorithm,…

2020

Infinite-horizon Off-Policy Policy Evaluation with Multiple Behavior Policies

ICLR 2020poster

We consider off-policy policy evaluation when the trajectory data are generated by multiple behavior policies. Recent work has shown the key role played by the state or state-action stationary distribution corrections in the infinite horizon context for off-policy policy evaluation. We propose estim…

Cited by 7SourceScholar
2020

Learning to Incentivize Other Learning Agents

NeurIPS 2020poster

The challenge of developing powerful and general Reinforcement Learning (RL) agents has received increasing attention in recent years. Much of this effort has focused on the single-agent setting, in which an agent maximizes a predefined extrinsic reward function. However, a long-term question inevit…

2020

Single Episode Policy Transfer in Reinforcement Learning

ICLR 2020poster

Transfer and adaptation to new unknown environmental dynamics is a key challenge for reinforcement learning (RL). An even greater challenge is performing near-optimally in a single attempt at test time, possibly without access to dense rewards, which is not addressed by current methods that require…

Cited by 42SourcecodeScholar
2019

A Fast Proximal Point Method for Computing Exact Wasserstein Distance

UAI 2019poster

Wasserstein distance plays increasingly important roles in machine learning, stochastic programming and image processing. Major efforts have been under way to address its high computational complexity, some leading to approximate or regularized variations such as Sinkhorn distance. However, as we wi…

Cited by 224SourcePDFScholar
2019

DyRep: Learning Representations over Dynamic Graphs

ICLR 2019poster

Representation Learning over graph structured data has received significant attention recently due to its ubiquitous applicability. However, most advancements have been made in static graph settings while efforts for jointly learning dynamic of the graph and dynamic on the graph are still in an infa…

Cited by 729SourcePDFScholar
2019

Gromov-Wasserstein Learning for Graph Matching and Node Embedding

ICML 2019oral

A novel Gromov-Wasserstein learning framework is proposed to jointly match (align) graphs and learn embedding vectors for the associated graph nodes. Using Gromov-Wasserstein discrepancy, we measure the dissimilarity between two graphs and find their correspondence, according to the learned optimal…

2019

Meta Learning with Relational Information for Short Sequences

NeurIPS 2019poster

This paper proposes a new meta-learning method -- named HARMLESS (HAwkes Relational Meta Learning method for Short Sequences) for learning heterogeneous point process models from a collection of short event sequence data along with a relational network. Specifically, we propose a hierarchical Bayesi…

2019

On Scalable and Efficient Computation of Large Scale Optimal Transport

ICML 2019oral

Optimal Transport (OT) naturally arises in many machine learning applications, yet the heavy computational burden limits its wide-spread uses. To address the scalability issue, we propose an implicit generative learning-based framework called SPOT (Scalable Push-forward of Optimal Transport). Specif…

2018

Iterative Learning With Open-Set Noisy Labels

CVPR 2018poster

Large-scale datasets possessing clean label annotations are crucial for training Convolutional Neural Networks (CNNs). However, labeling large-scale data can be very costly and error-prone, and even high-quality datasets are likely to contain noisy (incorrect) labels. Existing works usually employ a…

2018

Learning Deep Mean Field Games for Modeling Large Population Behavior

ICLR 2018oral

We consider the problem of representing collective behavior of large populations and predicting the evolution of a population distribution over a discrete state space. A discrete time mean field game (MFG) is motivated as an interpretable model founded on game theory for understanding the aggregate…

Cited by 63SourcePDFScholar
2017

Fake News Mitigation via Point Process Based Intervention

ICML 2017poster

We propose the first multistage intervention framework that tackles fake news in social networks by combining reinforcement learning with a point process network activity model. The spread of fake news and mitigation events within the network is modeled by a multivariate Hawkes process with addition…

Cited by 222SourcePDFScholar
2017

Fractal Dimension Invariant Filtering and Its CNN-Based Implementation

CVPR 2017poster

Fractal analysis has been widely used in computer vision, especially in texture image processing and texture analysis. The key concept of fractal-based image model is the fractal dimension, which is invariant to bi-Lipschitz transformation of image, and thus capable of representing intrinsic struct…

Cited by 27PDFScholar
2017

Linking Micro Event History to Macro Prediction in Point Process Models

AISTATS 2017poster

User behaviors in social networks are microscopic with fine grained temporal information. Predicting a macroscopic quantity based on users’ collective behaviors is an important problem. However, existing works are mainly problem-specific models for the microscopic behaviors and typically design appr…

Cited by 26SourcePDFScholar
2017

Predicting User Activity Level In Point Processes With Mass Transport Equation

NeurIPS 2017poster

Point processes are powerful tools to model user activities and have a plethora of applications in social sciences. Predicting user activities based on point processes is a central problem. However, existing works are mostly problem specific, use heuristics, or simplify the stochastic nature of poin…

Cited by 19SourcePDFScholar
2017

Wasserstein Learning of Deep Generative Point Process Models

NeurIPS 2017poster

Point processes are becoming very popular in modeling asynchronous sequential data due to their sound mathematical foundation and strength in modeling a variety of real-world phenomena. Currently, they are often characterized via intensity function which limits model's expressiveness due to unrealis…

2016

Multistage Campaigning in Social Networks

NeurIPS 2016poster

We consider control problems for multi-stage campaigning over social networks. The dynamic programming framework is employed to balance the high present reward and large penalty on low future outcome in the presence of extensive uncertainties. In particular, we establish theoretical foundations of o…

Cited by 61SourcePDFScholar
2015

A Matrix Decomposition Perspective to Multiple Graph Matching

ICCV 2015poster

Graph matching has a wide spectrum of real-world applications and in general is known NP-hard. In many vision tasks, one realistic problem arises for finding the global node mappings across a batch of corrupted weighted graphs. This paper is an attempt to connect graph matching, especially multi-gra…

Cited by 32PDFScholar
2015

Back to the Past: Source Identification in Diffusion Networks from Partially Observed Cascades

AISTATS 2015poster

When a piece of malicious information becomes rampant in an information diffusion network, can we identify the source node that originally introduced the piece into the network and infer the time when it initiated this? Being able to do so is critical for curtailing the spread of malicious informati…

Cited by 106SourcePDFScholar
2015

COEVOLVE: A Joint Point Process Model for Information Diffusion and Network Co-evolution

NeurIPS 2015oral

Information diffusion in online social networks is affected by the underlying network topology, but it also has the power to change it. Online users are constantly creating new links when exposed to new information sources, and in turn these links are alternating the way information spreads. However…

2015

Unsupervised Trajectory Clustering via Adaptive Multi-Kernel-Based Shrinkage

ICCV 2015poster

This paper proposes a shrinkage-based framework for unsupervised trajectory clustering. Facing to the challenges of trajectory clustering, e.g., large variations within a cluster and ambiguities across clusters, we first introduce an adaptive multi-kernel-based estimation process to estimate the `sh…

Cited by 96PDFScholar