← Search

Liyu Chen

14 accepted papers

2025

Effective Diffusion Transformer Architecture for Image Super-Resolution

AAAI 2025technical

Recent advances indicate that diffusion model holds great promise in image super-resolution. While latest methods are primarily based on latent diffusion models with convolutional neural networks, there are few attempts to explore transformers, which have demonstrated remarkable performance in image…

2025

Reward-Augmented Data Enhances Direct Preference Alignment of LLMs

ICML 2025poster

Preference alignment in Large Language Models (LLMs) has significantly improved their ability to adhere to human instructions and intentions. However, existing direct alignment algorithms primarily focus on relative preferences and often overlook the qualitative aspects of responses, despite having…

2025

Teaching Language Models to Critique via Reinforcement Learning

ICML 2025poster

Teaching large language models (LLMs) to critique and refine their outputs is crucial for building systems that can iteratively improve, yet it is fundamentally limited by the ability to provide *accurate judgments* and *actionable suggestions*. In this work, we study LLM critics for code generation…

Cited by 2SourcePDFScholar
2024

$\mathcal{B}$-Coder: Value-Based Deep Reinforcement Learning for Program Synthesis

ICLR 2024spotlight

Program synthesis aims to create accurate, executable programs from problem specifications, specifically from natural language descriptions in our context. Recent studies have leveraged the power of reinforcement learning (RL) in conjunction with large language models (LLMs), significantly enhancin…

Cited by 2SourcePDFScholar
2023

Layered State Discovery for Incremental Autonomous Exploration

ICML 2023poster

We study the autonomous exploration (AX) problem proposed by Lim & Auer (2012). In this setting, the objective is to discover a set of $\epsilon$-optimal policies reaching a set $\mathcal{S}\_L^{\rightarrow}$ of incrementally $L$-controllable states. We introduce a novel layered decomposition of the…

Cited by 0SourcePDFScholar
2023

Posterior sampling-based online learning for the stochastic shortest path model

UAI 2023poster

We consider the problem of online reinforcement learning for the Stochastic Shortest Path (SSP) problem modeled as an unknown MDP with an absorbing state. We propose PSRL-SSP, a simple posterior sampling-based reinforcement learning algorithm for the SSP problem. The algorithm operates in epochs. At…

Cited by 2SourcePDFScholar
2022

Follow-the-Perturbed-Leader for Adversarial Markov Decision Processes with Bandit Feedback

NeurIPS 2022accept

We consider regret minimization for Adversarial Markov Decision Processes (AMDPs), where the loss functions are changing over time and adversarially chosen, and the learner only observes the losses for the visited state-action pairs (i.e., bandit feedback). While there has been a surge of studies on…

Cited by 18SourcePDFScholar
2022

Learning Infinite-horizon Average-reward Markov Decision Process with Constraints

ICML 2022spotlight

We study regret minimization for infinite-horizon average-reward Markov Decision Processes (MDPs) under cost constraints. We start by designing a policy optimization algorithm with carefully designed action-value estimator and bonus term, and show that for ergodic MDPs, our algorithm ensures $O(\sqr…

Cited by 38SourcePDFScholar
2022

Policy Learning and Evaluation with Randomized Quasi-Monte Carlo

AISTATS 2022poster

Hard integrals arise frequently in reinforcement learning, for example when computing expectations in policy evaluation and policy iteration. They are often analytically intractable and typically estimated with Monte Carlo methods, whose sampling contributes to high variance in policy values and gra…

Cited by 8SourcePDFScholar
2021

Finding the Stochastic Shortest Path with Low Regret: the Adversarial Cost and Unknown Transition Case

ICML 2021spotlight

We make significant progress toward the stochastic shortest path problem with adversarial costs and unknown transition. Specifically, we develop algorithms that achieve $O(\sqrt{S^2ADT_\star K})$ regret for the full-information setting and $O(\sqrt{S^3A^2DT_\star K})$ regret for the bandit feedback…

Cited by 33SourcePDFScholar
2021

Implicit Finite-Horizon Approximation and Efficient Optimal Algorithms for Stochastic Shortest Path

NeurIPS 2021poster

We introduce a generic template for developing regret minimization algorithms in the Stochastic Shortest Path (SSP) model, which achieves minimax optimal regret as long as certain properties are ensured. The key of our analysis is a new technique called implicit finite-horizon approximation, which a…

Cited by 25SourcePDFScholar
2018

Synthesized Policies for Transfer and Adaptation across Tasks and Environments

NeurIPS 2018spotlight

The ability to transfer in reinforcement learning is key towards building an agent of general artificial intelligence. In this paper, we consider the problem of learning to simultaneously transfer across both environments and tasks, probably more importantly, by learning from only sparse (environmen…