← Search

Zhanhong Jiang

8 accepted papers

2026

Distributed Direct Preference Optimization

ICML 2026poster

Preference-based reinforcement learning (RL) is a key paradigm for aligning policies with human judgments, yet its theoretical behavior in distributed settings where preference data are fragmented across heterogeneous users remains poorly understood. Direct Preference Optimization (DPO) avoids expli…

Cited by 0SourceScholar
2025

Latent Safety-Constrained Policy Approach for Safe Offline Reinforcement Learning

ICLR 2025poster

In safe offline reinforcement learning, the objective is to develop a policy that maximizes cumulative rewards while strictly adhering to safety constraints, utilizing only offline data. Traditional methods often face difficulties in balancing these constraints, leading to either diminished performa…

2022

MDPGT: Momentum-Based Decentralized Policy Gradient Tracking

AAAI 2022technical

We propose a novel policy gradient method for multi-agent reinforcement learning, which leverages two different variance-reduction techniques and does not require large batches over iterations. Specifically, we propose a momentum-based decentralized policy gradient tracking (MDPGT) where a new momen…

2021

Cross-Gradient Aggregation for Decentralized Learning from Non-IID Data

ICML 2021spotlight

Decentralized learning enables a group of collaborative agents to learn models using a distributed dataset without the need for a central parameter server. Recently, decentralized learning algorithms have demonstrated state-of-the-art results on benchmark data sets, comparable with centralized algor…

2021

Decentralized Deep Learning Using Momentum-Accelerated Consensus

ICASSP 2021accepted

We consider the problem of decentralized deep learning where multiple agents collaborate to learn from a distributed dataset. While several decentralized deep learning approaches exist, the majority consider a central parameter-server topology for aggregating the model parameters from the agents. Ho…

Cited by 0SourceScholar
2021

Spatiotemporal Attention for Multivariate Time Series Prediction and Interpretation

ICASSP 2021accepted

Multivariate time series modeling and prediction problems are abundant in many machine learning application domains. Accurate interpretation of the prediction outcomes from the model can significantly benefit the domain experts. In addition to isolating the important time-steps, spatial interpretati…

Cited by 0SourceScholar
2018

Online Robust Policy Learning in the Presence of Unknown Adversaries

NeurIPS 2018poster

The growing prospect of deep reinforcement learning (DRL) being used in cyber-physical systems has raised concerns around safety and robustness of autonomous agents. Recent work on generating adversarial attacks have shown that it is computationally feasible for a bad actor to fool a DRL policy into…

2017

Collaborative Deep Learning in Fixed Topology Networks

NeurIPS 2017poster

There is significant recent interest to parallelize deep learning algorithms in order to handle the enormous growth in data and model sizes. While most advances focus on model parallelization and engaging multiple computing agents via using a central parameter server, aspect of data parallelization…