← Search

Longbo Huang

49 accepted papers

2026

Beyond the Proxy: Trajectory-Distilled Guidance for Offline GFlowNet Training

ICML 2026poster

Generative Flow Networks (GFlowNets) excel at sampling diverse, high-reward objects. In many practical applications where active reward queries are infeasible, these models must be trained using static offline datasets. Prevailing training methods typically rely on a proxy model to provide reward fe…

Cited by 0SourceScholar
2026

Diffusing to Coordinate: Efficient Online Multi-Agent Diffusion Policies

ICML 2026poster

Online Multi-Agent Reinforcement Learning (MARL) is a prominent framework for efficient agent coordination. Crucially, enhancing policy expressiveness is pivotal for achieving superior performance. Diffusion-based generative models are well-positioned to meet this demand, having demonstrated remarka…

Cited by 0SourceScholar
2026

Finite-Time Convergence Analysis of ODE-based Generative Models for Stochastic Interpolants

ICLR 2026poster

Stochastic interpolants offer a robust framework for continuously transforming samples between arbitrary data distributions via ordinary or stochastic differential equations (ODEs/SDEs), holding significant promise for generative modeling. While previous studies have analyzed the finite-time converg…

Cited by 0SourceScholar
2026

PowerFlow: Unlocking the Dual Nature of LLMs via Principled Distribution Matching

ICML 2026poster

Unsupervised Reinforcement Learning from Internal Feedback (RLIF) has emerged as a promising paradigm for eliciting the latent capabilities of Large Language Models (LLMs) without external supervision. However, current methods rely on heuristic intrinsic rewards, which often lack a well-defined theo…

Cited by 0SourceScholar
2025

Beyond Squared Error: Exploring Loss Design for Enhanced Training of Generative Flow Networks

ICLR 2025spotlight

Generative Flow Networks (GFlowNets) are a novel class of generative models designed to sample from unnormalized distributions and have found applications in various important tasks, attracting great research interest in their training algorithms. In general, GFlowNets are trained by fitting the for…

Cited by 1SourcePDFScholar
2025

uniINF: Best-of-Both-Worlds Algorithm for Parameter-Free Heavy-Tailed MABs

ICLR 2025spotlight

In this paper, we present a novel algorithm, `uniINF`, for the Heavy-Tailed Multi-Armed Bandits (HTMAB) problem, demonstrating robustness and adaptability in both stochastic and adversarial environments. Unlike the stochastic MAB setting where loss distributions are stationary with time, our study e…

Cited by 0SourcePDFScholar
2024

A Quadratic Synchronization Rule for Distributed Deep Learning

ICLR 2024poster

In distributed deep learning with data parallelism, synchronizing gradients at each training step can cause a huge communication overhead, especially when many nodes work together to train large models. Local gradient methods, such as Local SGD, address this issue by allowing workers to compute lo…

2024

Provable Risk-Sensitive Distributional Reinforcement Learning with General Function Approximation

ICML 2024poster

In the realm of reinforcement learning (RL), accounting for risk is crucial for making decisions under uncertainty, particularly in applications where safety and reliability are paramount. In this paper, we introduce a general framework on Risk-Sensitive Distributional Reinforcement Learning (RS-Dis…

Cited by 5SourcePDFScholar
2024

Provably Efficient Iterated CVaR Reinforcement Learning with Function Approximation and Human Feedback

ICLR 2024poster

Risk-sensitive reinforcement learning (RL) aims to optimize policies that balance the expected reward and risk. In this paper, we present a novel risk-sensitive RL framework that employs an Iterated Conditional Value-at-Risk (CVaR) objective under both linear and general function approximations, enr…

Cited by 3SourcePDFScholar
2024

Provably Efficient Partially Observable Risk-sensitive Reinforcement Learning with Hindsight Observation

ICML 2024poster

This work pioneers regret analysis of risk-sensitive reinforcement learning in partially observable environments with hindsight observation, addressing a gap in theoretical exploration. We introduce a novel formulation that integrates hindsight observations into a Partially Observable Markov Decisio…

Cited by 1SourcePDFScholar
2024

RL-CFR: Improving Action Abstraction for Imperfect Information Extensive-Form Games with Reinforcement Learning

ICML 2024poster

Effective action abstraction is crucial in tackling challenges associated with large action spaces in Imperfect Information Extensive-Form Games (IIEFGs). However, due to the vast state space and computational complexity in IIEFGs, existing methods often rely on fixed abstractions, resulting in sub-…

Cited by 1SourcePDFScholar
2024

Value-Based Deep Multi-Agent Reinforcement Learning with Dynamic Sparse Training

NeurIPS 2024poster

Deep Multi-agent Reinforcement Learning (MARL) relies on neural networks with numerous parameters in multi-agent scenarios, often incurring substantial computational overhead. Consequently, there is an urgent need to expedite training and enable model compression in MARL. This paper proposes the uti…

Cited by 0SourcePDFScholar
2023

Banker Online Mirror Descent: A Universal Approach for Delayed Online Bandit Learning

ICML 2023poster

We propose Banker Online Mirror Descent (Banker-OMD), a novel framework generalizing the classical Online Mirror Descent (OMD) technique in the online learning literature. The Banker-OMD framework almost completely decouples feedback delay handling and the task-specific OMD algorithm design, thus fa…

Cited by 6SourcePDFScholar
2023

Provably Efficient Risk-Sensitive Reinforcement Learning: Iterated CVaR and Worst Path

ICLR 2023poster

In this paper, we study a novel episodic risk-sensitive Reinforcement Learning (RL) problem, named Iterated CVaR RL, which aims to maximize the tail of the reward-to-go at each step, and focuses on tightly controlling the risk of getting into catastrophic situations at each stage. This formulation i…

Cited by 29SourcePDFScholar
2023

Provably Safe Reinforcement Learning with Step-wise Violation Constraints

NeurIPS 2023poster

We investigate a novel safe reinforcement learning problem with step-wise violation constraints. Our problem differs from existing works in that we focus on stricter step-wise violation constraints and do not assume the existence of safe actions, making our formulation more suitable for safety-criti…

Cited by 12SourcePDFScholar
2023

RLx2: Training a Sparse Deep Reinforcement Learning Model from Scratch

ICLR 2023top-25%

Training deep reinforcement learning (DRL) models usually requires high computation costs. Therefore, compressing DRL models possesses immense potential for training acceleration and model deployment. However, existing methods that generate small models mainly adopt the knowledge distillation-based…

2023

RePreM: Representation Pre-training with Masked Model for Reinforcement Learning

AAAI 2023technical

Inspired by the recent success of sequence modeling in RL and the use of masked language model for pre-training, we propose a masked model for pre-training in RL, RePreM (Representation Pre-training with Masked Model), which trains the encoder combined with transformer blocks to predict the masked…

Cited by 4SourcePDFScholar
2023

Stochastic Generative Flow Networks

UAI 2023poster

Generative Flow Networks (or GFlowNets for short) are a family of probabilistic agents that learn to sample complex combinatorial structures through the lens of “inference as control”. They have shown great potential in generating high-quality and diverse candidates from a given energy landscape. Ho…

2023

Why (and When) does Local SGD Generalize Better than SGD?

ICLR 2023poster

Local SGD is a communication-efficient variant of SGD for large-scale training, where multiple GPUs perform SGD independently and average the model parameters periodically. It has been recently observed that Local SGD can not only achieve the design goal of reducing the communication overhead but al…

2022

Adaptive Best-of-Both-Worlds Algorithm for Heavy-Tailed Multi-Armed Bandits

ICML 2022spotlight

In this paper, we generalize the concept of heavy-tailed multi-armed bandits to adversarial environments, and develop robust best-of-both-worlds algorithms for heavy-tailed multi-armed bandits (MAB), where losses have $\alpha$-th ($1<\alpha\le 2$) moments bounded by $\sigma^\alpha$, while the varian…

Cited by 20SourcePDFScholar
2022

Modality Competition: What Makes Joint Training of Multi-modal Network Fail in Deep Learning? (Provably)

ICML 2022spotlight

Despite the remarkable success of deep multi-modal learning in practice, it has not been well-explained in theory. Recently, it has been observed that the best uni-modal network outperforms the jointly trained multi-modal network across different combinations of modalities on various tasks, which is…

Cited by 123SourcePDFScholar
2022

Nearly Minimax Optimal Reinforcement Learning with Linear Function Approximation

ICML 2022spotlight

We study reinforcement learning with linear function approximation where the transition probability and reward functions are linear with respect to a feature mapping $\boldsymbol{\phi}(s,a)$. Specifically, we consider the episodic inhomogeneous linear Markov Decision Process (MDP), and propose a nov…

Cited by 38SourcePDFScholar
2022

Plan Better Amid Conservatism: Offline Multi-Agent Reinforcement Learning with Actor Rectification

ICML 2022spotlight

Conservatism has led to significant progress in offline reinforcement learning (RL) where an agent learns from pre-collected datasets. However, as many real-world scenarios involve interaction among multiple agents, it is important to resolve offline RL in the multi-agent setting. Given the recent s…

2022

Provable Generalization of Overparameterized Meta-learning Trained with SGD

NeurIPS 2022accept

Despite the empirical success of deep meta-learning, theoretical understanding of overparameterized meta-learning is still limited. This paper studies the generalization of a widely used meta-learning approach, Model-Agnostic Meta-Learning (MAML), which aims to find a good initialization for fast ad…

Cited by 11SourcePDFScholar
2021

Adaptive Algorithms for Multi-armed Bandit with Composite and Anonymous Feedback

AAAI 2021technical

We study the multi-armed bandit (MAB) problem with composite and anonymous feedback. In this model, the reward of pulling an arm spreads over a period of time (we call this period as reward interval) and the player receives partial rewards of the action, convoluted with rewards from pulling other ar…

Cited by 17SourcePDFScholar
2021

Exploration by Maximizing Renyi Entropy for Reward-Free RL Framework

AAAI 2021technical

Exploration is essential for reinforcement learning (RL). To face the challenges of exploration, we consider a reward-free RL framework that completely separates exploration from exploitation and brings new challenges for exploration algorithms. In the exploration phase, the agent learns an explorat…

2021

Fast Federated Learning in the Presence of Arbitrary Device Unavailability

NeurIPS 2021poster

Federated learning (FL) coordinates with numerous heterogeneous devices to collaboratively train a shared model while preserving user privacy. Despite its multiple advantages, FL faces new challenges. One challenge arises when devices drop out of the training process. In this case, the convergence o…

Cited by 114SourcePDFScholar
2021

Multi-Agent Reinforcement Learning in Stochastic Networked Systems

NeurIPS 2021poster

We study multi-agent reinforcement learning (MARL) in a stochastic network of agents. The objective is to find localized policies that maximize the (discounted) global reward. In general, scalability is a challenge in this setting because the size of the global state/action space can be exponential…

Cited by 51SourcePDFScholar
2021

Regularized Softmax Deep Multi-Agent Q-Learning

NeurIPS 2021poster

Tackling overestimation in $Q$-learning is an important problem that has been extensively studied in single-agent reinforcement learning, but has received comparatively little attention in the multi-agent setting. In this work, we empirically demonstrate that QMIX, a popular $Q$-learning algorithm f…

2021

The best of both worlds: stochastic and adversarial episodic MDPs with unknown transition

NeurIPS 2021oral

We consider the best-of-both-worlds problem for learning an episodic Markov Decision Process through $T$ episodes, with the goal of achieving $\widetilde{\mathcal{O}}(\sqrt{T})$ regret when the losses are adversarial and simultaneously $\mathcal{O}(\log T)$ regret when the losses are (almost) stocha…

Cited by 57SourcePDFScholar
2021

What Makes Multi-Modal Learning Better than Single (Provably)

NeurIPS 2021poster

The world provides us with data of multiple modalities. Intuitively, models fusing data from different modalities outperform their uni-modal counterparts, since more information is aggregated. Recently, joining the success of deep learning, there is an influential line of work on deep multi-modal le…

Cited by 340SourcePDFScholar
2020

Reinforcement Learning with Dynamic Boltzmann Softmax Updates

IJCAI 2020poster

Value function estimation is an important task in reinforcement learning, i.e., prediction. The Boltzmann softmax operator is a natural value estimator and can provide several benefits. However, it does not satisfy the non-expansion property, and its direct use may fail to converge even in value ite…

Cited by 0SourcePDFScholar
2020

Restless-UCB, an Efficient and Low-complexity Algorithm for Online Restless Bandits

NeurIPS 2020poster

We study the online restless bandit problem, where the state of each arm evolves according to a Markov chain, and the reward of pulling an arm depends on both the pulled arm and the current state of the corresponding Markov chain. In this paper, we propose Restless-UCB, a learning policy that follo…

Cited by 52SourcePDFScholar