← Search

Chengchun Shi

26 accepted papers

2026

A Difference-in-Difference Approach to Detecting AI-Generated Images

CVPR 2026

Diffusion models are able to produce AI-generated images that are almost indistinguishable from real ones, raising concerns about their potential misuse and posing substantial challenges for detecting them. Many existing detectors rely on reconstruction error -- the difference between the input imag

Cited by 0SourcecodeScholar
2026

Designing Time Series Experiments in A/B Testing with Transformer Reinforcement Learning

ICLR 2026poster

A/B testing has become a gold standard for modern technological companies to conduct policy evaluation. Yet, its application to time series experiments, where treatments are sequentially assigned over time, remains challenging. Existing designs suffer from two limitations: (i) they do not fully leve…

Cited by 0SourceScholar
2026

Learn-to-Distance: Distance Learning for Detecting LLM-Generated Text

ICLR 2026poster

Modern large language models (LLMs) such as GPT, Claude, and Gemini have transformed the way we learn, work, and communicate. Yet, their ability to produce highly human-like text raises serious concerns about misinformation and academic integrity, making it an urgent need for reliable algorithms to…

Cited by 0SourcecodeScholar
2026

Robust Sequential Experimental Design for A/B Testing

ICML 2026poster

Experimental design has emerged as a powerful approach for improving the sample efficiency of A/B testing, yet existing designs rely critically on correctly specified models. We study robust sequential experimental design under model misspecification and develop a unified framework that covers both …

Cited by 0SourceScholar
2025

AdaDetectGPT: Adaptive Detection of LLM-Generated Text with Statistical Guarantees

NeurIPS 2025poster

We study the problem of determining whether a piece of text has been authored by a human or by a large language model (LLM). Existing state of the art logits-based detectors make use of statistics derived from the log-probability of the observed text evaluated using the distribution function of a gi…

Cited by 0SourcecodeScholar
2025

Balancing Interference and Correlation in Spatial Experimental Designs: A Causal Graph Cut Approach

ICML 2025poster

This paper focuses on the design of spatial experiments to optimize the amount of information derived from the experimental data and enhance the accuracy of the resulting causal effect estimator. We propose a surrogate function for the mean squared error (MSE) of the estimator, which facilitates the…

2025

Beyond Average Value Function in Precision Medicine: Maximum Probability-Driven Reinforcement Learning for Survival Analysis

NeurIPS 2025poster

Constructing multistage optimal decisions for alternating recurrent event data is critically important in medical and healthcare research. Current reinforcement learning (RL) algorithms have only been applied to time-to-event data, with the objective of maximizing expected survival time. However, al…

Cited by 0SourceScholar
2025

Demystifying the Paradox of Importance Sampling with an Estimated History-Dependent Behavior Policy in Off-Policy Evaluation

ICML 2025poster

This paper studies off-policy evaluation (OPE) in reinforcement learning with a focus on behavior policy estimation for importance sampling. Prior work has shown empirically that estimating a history-dependent behavior policy can lead to lower mean squared error (MSE) even when the true behavior pol…

Cited by 0SourcePDFScholar
2025

Doubly Robust Alignment for Large Language Models

NeurIPS 2025poster

This paper studies reinforcement learning from human feedback (RLHF) for aligning large language models with human preferences. While RLHF has demonstrated promising results, many algorithms are highly sensitive to misspecifications in the underlying preference model (e.g., the Bradley-Terry model),…

Cited by 0SourcecodeScholar
2025

Log-Sum-Exponential Estimator for Off-Policy Evaluation and Learning

ICML 2025spotlight

Off-policy learning and evaluation leverage logged bandit feedback datasets, which contain context, action, propensity score, and feedback for each data point. These scenarios face significant challenges due to high variance and poor performance with low-quality propensity scores and heavy-tailed re…

2025

Pessimistic Data Integration for Policy Evaluation

NeurIPS 2025poster

This paper studies how to integrate historical control data with experimental data to enhance A/B testing, while addressing the distributional shift between historical and experimental datasets. We propose a pessimistic data integration method that combines two causal effect estimators constructed b…

Cited by 0SourceScholar
2025

Unraveling the Interplay between Carryover Effects and Reward Autocorrelations in Switchback Experiments

ICML 2025poster

A/B testing has become the gold standard for modern technological industries for policy evaluation. Motivated by the widespread use of switchback experiments in A/B testing, this paper conducts a comprehensive comparative analysis of various switchback designs in Markovian environments. Unlike many…

Cited by 0SourcePDFScholar
2024

Combining Experimental and Historical Data for Policy Evaluation

ICML 2024poster

This paper studies policy evaluation with multiple data sources, especially in scenarios that involve one experimental dataset with two arms, complemented by a historical dataset generated under a single control arm. We propose novel data integration methods that linearly integrate base policy value…

2024

Robust Offline Reinforcement Learning with Heavy-Tailed Rewards

AISTATS 2024poster

This paper endeavors to augment the robustness of offline reinforcement learning (RL) in scenarios laden with heavy-tailed rewards, a prevalent circumstance in real-world applications. We propose two algorithmic frameworks, ROAM and ROOM, for robust off-policy evaluation and offline policy optimizat…

2024

Two-way Deconfounder for Off-policy Evaluation in Causal Reinforcement Learning

NeurIPS 2024poster

This paper studies off-policy evaluation (OPE) in the presence of unmeasured confounders. Inspired by the two-way fixed effects regression model widely used in the panel data literature, we propose a two-way unmeasured confounding assumption to model the system dynamics in causal reinforcement learn…

2023

A Reinforcement Learning Framework for Dynamic Mediation Analysis

ICML 2023poster

Mediation analysis learns the causal effect transmitted via mediator variables between treatments and outcomes, and receives increasing attention in various scientific domains to elucidate causal relations. Most existing works focus on point-exposure studies where each subject only receives one trea…

2023

An Instrumental Variable Approach to Confounded Off-Policy Evaluation

ICML 2023poster

Off-policy evaluation (OPE) aims to estimate the return of a target policy using some pre-collected observational data generated by a potentially different behavior policy. In many cases, there exist unmeasured variables that confound the action-reward or action-next-state relationships, rendering m…

Cited by 21SourcePDFScholar
2023

Future-Dependent Value-Based Off-Policy Evaluation in POMDPs

NeurIPS 2023spotlight

We study off-policy evaluation (OPE) for partially observable MDPs (POMDPs) with general function approximation. Existing methods such as sequential importance sampling estimators and fitted-Q evaluation suffer from the curse of horizon in POMDPs. To circumvent this problem, we develop a novel model…

2023

Optimal Treatment Allocation for Efficient Policy Evaluation in Sequential Decision Making

NeurIPS 2023poster

A/B testing is critical for modern technological companies to evaluate the effectiveness of newly developed products against standard baselines. This paper studies optimal designs that aim to maximize the amount of information obtained from online experiments to estimate treatment effects accurately…

Cited by 7SourcePDFScholar
2023

Optimizing Pessimism in Dynamic Treatment Regimes: A Bayesian Learning Approach

AISTATS 2023poster

In this article, we propose a novel pessimism-based Bayesian learning method for optimal dynamic treatment regimes in the offline setting. When the coverage condition does not hold, which is common for offline data, the existing solutions would produce sub-optimal policies. The pessimism principle a…

2022

A Minimax Learning Approach to Off-Policy Evaluation in Confounded Partially Observable Markov Decision Processes

ICML 2022oral

We consider off-policy evaluation (OPE) in Partially Observable Markov Decision Processes (POMDPs), where the evaluation policy depends only on observable variables and the behavior policy depends on unobservable latent variables. Existing works either assume no unmeasured confounders, or focus on s…

2021

Deep Jump Learning for Off-Policy Evaluation in Continuous Treatment Settings

NeurIPS 2021poster

We consider off-policy evaluation (OPE) in continuous treatment settings, such as personalized dose-finding. In OPE, one aims to estimate the mean outcome under a new treatment decision rule using historical data generated by a different decision rule. Most existing works on OPE focus on discrete tr…

2020

Does the Markov Decision Process Fit the Data: Testing for the Markov Property in Sequential Decision Making

ICML 2020poster

The Markov assumption (MA) is fundamental to the empirical validity of reinforcement learning. In this paper, we propose a novel Forward-Backward Learning procedure to test MA in sequential decision making. The proposed test does not assume any parametric form on the joint distribution of the observ…

Cited by 52SourcePDFScholar