← Search

Ling Pan

31 accepted papers

2026

Asymmetric Proximal Policy Optimization: mini-critics boost LLM reasoning

ICLR 2026poster

Reinforcement learning (RL) has become a central paradigm for post-training large language models (LLMs) to elicit stronger reasoning. Yet, most recent RL for LLMs (RL4LLM) methods avoid explicit critics, replacing them with average advantage baselines. This shift is largely pragmatic: conventional…

Cited by 0SourceScholar
2026

Random Policy Valuation is Enough for LLM Reasoning with Verifiable Rewards

ICLR 2026poster

RL with Verifiable Rewards (RLVR) has emerged as a promising paradigm for improving the reasoning abilities of large language models (LLMs). Current methods rely primarily on policy optimization frameworks like PPO and GRPO, which follow generalized policy iteration that alternates between evaluatin…

Cited by 0SourcecodeScholar
2026

Tricks or Traps? A Deep Dive into RL for LLM Reasoning

ICLR 2026poster

Reinforcement learning (RL) for LLM reasoning has rapidly emerged as a prominent research area, marked by a significant surge in related studies on both algorithmic innovations and practical applications. Despite this progress, several critical challenges remain, including the absence of standardize…

Cited by 0SourcecodeScholar
2025

Beyond the Destination: A Novel Benchmark for Exploration-Aware Embodied Question Answering

ICCV 2025poster

Embodied Question Answering (EQA) is a challenging task in embodied intelligence that requires agents to dynamically explore 3D environments, actively gather visual information, and perform multi-step reasoning to answer questions. However, current EQA approaches suffer from critical limitations in…

2025

Flow Factorization for Efficient Generative Flow Networks

AAAI 2025technical

Generative Flow Networks (GFlowNets) is a new family of probabilistic samplers for generating objects under an unnormalized reward distribution. It has emerged as a promising framework for learning stochastic policies that generate high-quality and diverse discrete objects proportional to their rewa…

Cited by 0SourcePDFScholar
2025

Learning Intractable Multimodal Policies with Reparameterization and Diversity Regularization

NeurIPS 2025poster

Traditional continuous deep reinforcement learning (RL) algorithms employ deterministic or unimodal Gaussian actors, which cannot express complex multimodal decision distributions. This limitation can hinder their performance in diversity-critical scenarios. There have been some attempts to design o…

Cited by 0SourceScholar
2025

Learning to Sample Effective and Diverse Prompts for Text-to-Image Generation

CVPR 2025poster

Recent advances in text-to-image diffusion models have demonstrated impressive image generation capabilities. However, it remains challenging to control the generation process with desired properties (e.g., aesthetic quality, user intention), which can be expressed as black-box reward functions. Rec…

2025

Looking Backward: Retrospective Backward Synthesis for Goal-Conditioned GFlowNets

ICLR 2025poster

Generative Flow Networks (GFlowNets), a new family of probabilistic samplers, have demonstrated remarkable capabilities to generate diverse sets of high-reward candidates, in contrast to standard return maximization approaches (e.g., reinforcement learning) which often converge to a single optimal s…

2025

Measure gradients, not activations! Enhancing neuronal activity in deep reinforcement learning

NeurIPS 2025poster

Deep reinforcement learning (RL) agents frequently suffer from neuronal activity loss, which impairs their ability to adapt to new data and learn continually. A common method to quantify and address this issue is the $\tau$-dormant neuron ratio, which uses activation statistics to measure the expres…

Cited by 0SourcecodeScholar
2025

Neuroplastic Expansion in Deep Reinforcement Learning

ICLR 2025poster

The loss of plasticity in learning agents, analogous to the solidification of neural pathways in biological brains, significantly impedes learning and adaptation in reinforcement learning due to its non-stationary nature. To address this fundamental challenge, we propose a novel approach, *Neuroplas…

Cited by 2SourcePDFScholar
2025

Random Policy Evaluation Uncovers Policies of Generative Flow Networks

ICML 2025poster

The Generative Flow Network (GFlowNet) is a probabilistic framework in which an agent learns a stochastic policy and flow functions to sample objects with probability proportional to an unnormalized reward function. GFlowNets share a strong connection with reinforcement learning (RL) that typically…

Cited by 0SourcePDFScholar
2025

The Courage to Stop: Overcoming Sunk Cost Fallacy in Deep Reinforcement Learning

ICML 2025poster

Off-policy deep reinforcement learning (RL) agents typically leverage replay buffers for reusing past experiences during learning. This can help sample efficiency when the collected data is informative and aligned with the learning objectives; when that is not the case, it has the effect of ``pollut…

Cited by 0SourcePDFScholar
2025

Towards Robust, Efficient, and Practical Decision-Making: From Reward-Maximizing Deep Reinforcement Learning to Reward-Matching GFlowNets

AAAI 2025technical

In this talk, I will present our recent advances in sequential decision-making systems in reward-maximizing deep RL and the emerging reward-matching GFlowNets. The presentation will examine three fundamental challenges: efficiency, robustness, and practical applications.

Cited by 0SourcePDFScholar
2024

Bridging the Sim-to-Real Gap from the Information Bottleneck Perspective

CoRL 2024poster

Reinforcement Learning (RL) has recently achieved remarkable success in robotic control. However, most works in RL operate in simulated environments where privileged knowledge (e.g., dynamics, surroundings, terrains) is readily available. Conversely, in real-world scenarios, robot agents usually rel…

Cited by 9SourcecodeScholar
2024

Kaleidoscope: Learnable Masks for Heterogeneous Multi-agent Reinforcement Learning

NeurIPS 2024poster

In multi-agent reinforcement learning (MARL), parameter sharing is commonly employed to enhance sample efficiency. However, the popular approach of full parameter sharing often leads to homogeneous policies among agents, potentially limiting the performance benefits that could be derived from policy…

2024

Learning an Actionable Discrete Diffusion Policy via Large-Scale Actionless Video Pre-Training

NeurIPS 2024poster

Learning a generalist embodied agent capable of completing multiple tasks poses challenges, primarily stemming from the scarcity of action-labeled robotic datasets. In contrast, a vast amount of human videos exist, capturing intricate tasks and interactions with the physical world. Promising prospec…

2024

Learning to Scale Logits for Temperature-Conditional GFlowNets

ICML 2024poster

GFlowNets are probabilistic models that sequentially generate compositional structures through a stochastic policy. Among GFlowNets, temperature-conditional GFlowNets can introduce temperature-based controllability for exploration and exploitation. We propose *Logit-scaling GFlowNets* (Logit-GFN), a…

2024

QGFN: Controllable Greediness with Action Values

NeurIPS 2024poster

Generative Flow Networks (GFlowNets; GFNs) are a family of energy-based generative methods for combinatorial objects, capable of generating diverse and high-utility samples. However, consistently biasing GFNs towards producing high-utility samples is non-trivial. In this work, we leverage connection…

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

Better Training of GFlowNets with Local Credit and Incomplete Trajectories

ICML 2023poster

Generative Flow Networks or GFlowNets are related to Monte-Carlo Markov chain methods (as they sample from a distribution specified by an energy function), reinforcement learning (as they learn a policy to sample composed objects through a sequence of steps), generative models (as they learn to repr…

2023

Let the Flows Tell: Solving Graph Combinatorial Problems with GFlowNets

NeurIPS 2023spotlight

Combinatorial optimization (CO) problems are often NP-hard and thus out of reach for exact algorithms, making them a tempting domain to apply machine learning methods. The highly structured constraints in these problems can hinder either optimization or sampling directly in the solution space. On th…

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

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…

2022

E-MAPP: Efficient Multi-Agent Reinforcement Learning with Parallel Program Guidance

NeurIPS 2022accept

A critical challenge in multi-agent reinforcement learning(MARL) is for multiple agents to efficiently accomplish complex, long-horizon tasks. The agents often have difficulties in cooperating on common goals, dividing complex tasks, and planning through several stages to make progress. We propose t…

Cited by 6SourcePDFScholar
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…

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…

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