← Search

Yangchen Pan

17 accepted papers

2026

An MRP Formulation for Supervised Learning: Generalized Temporal Difference Learning Models (Abstract Reprint)

AAAI 2026technical

Background: Traditional supervised learning (SL) assumes data points are independently and identically distributed (i.i.d.), which overlooks dependencies in real-world data. Reinforcement learning (RL), in contrast, models dependencies through state transitions. Objectives: This study aims to bridge

Cited by 0SourcePDFScholar
2025

PANDAS: Improving Many-shot Jailbreaking via Positive Affirmation, Negative Demonstration, and Adaptive Sampling

ICML 2025spotlight

Many-shot jailbreaking circumvents the safety alignment of LLMs by exploiting their ability to process long input sequences. To achieve this, the malicious target prompt is prefixed with hundreds of fabricated conversational exchanges between the user and the model. These exchanges are randomly samp…

2024

Improving Adversarial Transferability via Model Alignment

ECCV 2024poster

"Neural networks are susceptible to adversarial perturbations that are transferable across different models. In this paper, we introduce a novel model alignment technique aimed at improving a given source model’s ability in generating transferable adversarial perturbations. During the alignment proc…

2024

Position: Reinforcement Learning in Dynamic Treatment Regimes Needs Critical Reexamination

ICML 2024spotlight

In the rapidly changing healthcare landscape, the implementation of offline reinforcement learning (RL) in dynamic treatment regimes (DTRs) presents a mix of unprecedented opportunities and challenges. This position paper offers a critical examination of the current status of offline RL in the conte…

2023

An Alternative to Variance: Gini Deviation for Risk-averse Policy Gradient

NeurIPS 2023poster

Restricting the variance of a policy’s return is a popular choice in risk-averse Reinforcement Learning (RL) due to its clear mathematical definition and easy interpretability. Traditional methods directly restrict the total return variance. Recent methods restrict the per-step reward variance as a…

Cited by 12SourcePDFScholar
2023

Conditionally optimistic exploration for cooperative deep multi-agent reinforcement learning

UAI 2023poster

Efficient exploration is critical in cooperative deep Multi-Agent Reinforcement Learning (MARL). In this work, we propose an exploration method that effectively encourages cooperative exploration based on the idea of sequential action-computation scheme. The high-level intuition is that to perform o…

2023

Greedy Actor-Critic: A New Conditional Cross-Entropy Method for Policy Improvement

ICLR 2023poster

Many policy gradient methods are variants of Actor-Critic (AC), where a value function (critic) is learned to facilitate updating the parameterized policy (actor). The update to the actor involves a log-likelihood update weighted by the action-values, with the addition of entropy regularization for…

2023

The In-Sample Softmax for Offline Reinforcement Learning

ICLR 2023top-25%

Reinforcement learning (RL) agents can leverage batches of previously collected data to extract a reasonable control policy. An emerging issue in this offline RL setting, however, is that the bootstrapping update underlying many of our methods suffers from insufficient action-coverage: standard max…

2022

An Alternate Policy Gradient Estimator for Softmax Policies

AISTATS 2022poster

Policy gradient (PG) estimators are ineffective in dealing with softmax policies that are sub-optimally saturated, which refers to the situation when the policy concentrates its probability mass on sub-optimal actions. Sub-optimal policy saturation may arise from bad policy initialization or sudden…

2022

Understanding and mitigating the limitations of prioritized experience replay

UAI 2022poster

Prioritized Experience Replay (ER) has been empirically shown to improve sample efficiency across many domains and attracted great attention; however, there is little theoretical understanding of why such prioritized sampling helps and its limitations. In this work, we take a deep look at the priori…

Cited by 25SourcePDFScholar
2021

Fuzzy Tiling Activations: A Simple Approach to Learning Sparse Representations Online

ICLR 2021poster

Recent work has shown that sparse representations---where only a small percentage of units are active---can significantly reduce interference. Those works, however, relied on relatively complex regularization or meta-learning approaches, that have only been used offline in a pre-training phase. In t…

Cited by 24SourcePDFScholar
2020

An implicit function learning approach for parametric modal regression

NeurIPS 2020poster

For multi-valued functions---such as when the conditional distribution on targets given the inputs is multi-modal---standard regression approaches are not always desirable because they provide the conditional mean. Modal regression algorithms address this issue by instead finding the conditional mod…

Cited by 11SourcePDFScholar
2020

Maxmin Q-learning: Controlling the Estimation Bias of Q-learning

ICLR 2020poster

Q-learning suffers from overestimation bias, because it approximates the maximum action value using the maximum estimated action value. Algorithms have been proposed to reduce overestimation bias, but we lack an understanding of how bias interacts with performance, and the extent to which existing a…

Cited by 227SourcecodeScholar
2018

Reinforcement Learning with Function-Valued Action Spaces for Partial Differential Equation Control

ICML 2018oral

Recent work has shown that reinforcement learning (RL) is a promising approach to control dynamical systems described by partial differential equations (PDE). This paper shows how to use RL to tackle more general PDE control problems that have continuous high-dimensional action spaces with spatial r…

Cited by 23SourcePDFScholar
2017

Adapting Kernel Representations Online Using Submodular Maximization

ICML 2017poster

Kernel representations provide a nonlinear representation, through similarities to prototypes, but require only simple linear learning algorithms given those prototypes. In a continual learning setting, with a constant stream of observations, it is critical to have an efficient mechanism for sub-sel…

Cited by 12SourcePDFScholar