PERRY: Policy Evaluation with Confidence Intervals using Auxiliary Data
This paper proposes two novel methods for constructing valid confidence intervals in off-policy evaluation by leveraging potentially biased auxiliary data, utilizing conformal prediction for state-conditioned values and doubly robust estimation for average policy performance, thereby enabling reliable uncertainty quantification for safe RL deployment in high-stakes domains like healthcare.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are a doctor trying to decide on a new treatment plan for patients. You have a massive notebook of past patient records (the behavior data) showing what happened when doctors used the old treatment. Now, you want to know: "If we switch to this new treatment, how well will it work?"
This is called Off-Policy Evaluation (OPE). It's like trying to predict the future based on a past that looks different from the future you want to create.
The problem is, your notebook might be missing some scenarios. Maybe the old doctors rarely treated patients with a specific rare symptom, so you don't have enough data to predict how the new treatment would work for them.
To fix this, researchers have started using AI "generators" to create fake (synthetic) patient records to fill in the gaps. It's like using a simulator to run thousands of extra test cases. But here's the catch: Fake data can be biased. If the simulator makes mistakes, your prediction could be dangerously wrong. In high-stakes fields like healthcare, you can't just guess; you need to know how sure you are about your answer.
This paper, PERRY, introduces two new ways to use that fake data while giving you a reliable "safety net" in the form of a Confidence Interval. Think of a confidence interval not as a single number, but as a range (e.g., "The new treatment will likely save between 80% and 90% of patients"). If the range is too wide, it's useless. If it's too narrow but wrong, it's dangerous. PERRY aims to give you a range that is both tight and trustworthy.
Here are the two methods they invented, explained with analogies:
1. CP-Gen: The "Specific Patient" Detective
The Goal: Sometimes, you don't care about the average patient; you care about a specific type of patient (e.g., "How will this new drug work for a 65-year-old with high blood pressure?").
The Problem: There might be very few real records for this specific type of person. The AI generator can make up thousands of similar fake records, but they might be slightly "off."
The Solution (CP-Gen):
Imagine you have a real patient record (Real Trajectory) and a fake one generated by the AI (Synthetic Trajectory) that starts with the exact same symptoms.
- The Trick: Instead of trusting the fake record's final score, CP-Gen looks at the difference between the real record and the fake record.
- The Analogy: Think of it like a calibration scale. You put a known weight (the real data) on one side and a "simulated" weight (the fake data) on the other. You measure the gap between them.
- The Magic: The paper uses a technique called Conformal Prediction. It's like a smart ruler that says, "Based on how much the fake data usually differs from the real data in the past, we are 95% sure the true answer lies within this specific gap."
- The Result: It gives you a confidence interval for that specific patient type, even if the state space (the number of possible patient conditions) is huge and continuous.
2. DR-PPI: The "Population" Auditor
The Goal: Sometimes, you just want to know the average performance of the new policy across everyone (e.g., "How well does this new drug work for the entire hospital population?").
The Problem: If you just average the fake data, you might get a biased result because the AI generator isn't perfect.
The Solution (DR-PPI):
This method combines two powerful ideas: Doubly Robust Estimation and Prediction-Powered Inference.
- The Analogy: Imagine you have a Team of Auditors.
- Auditor A (The Model): Uses the AI generator to predict the outcome for the whole population. This is fast and covers everyone, but might be slightly wrong.
- Auditor B (The Correction): Takes a small sample of real data and checks the difference between what Auditor A predicted and what actually happened.
- The Magic: DR-PPI takes Auditor A's big prediction and adds Auditor B's "correction factor."
- If the AI model is perfect, the correction is zero, and you get a great estimate.
- If the AI model is bad, the correction from the real data fixes it.
- Crucially, this method is "Doubly Robust," meaning it works well even if one of the two auditors makes a mistake, as long as the other one is right.
- The Result: It produces a confidence interval for the entire population that is valid even when using synthetic data.
What Did They Find?
The authors tested these methods in four different "worlds":
- Inventory Control: Managing stock in a warehouse.
- Sepsis Treatment: A simulation of treating blood poisoning.
- Robotics: Getting a virtual cheetah to run fast.
- Real Healthcare Data (MIMIC-IV): Actual electronic health records of patients receiving potassium.
The Verdict:
- Old methods that tried to use fake data often produced confidence intervals that were either too wide (useless) or didn't cover the truth (dangerous).
- PERRY's methods successfully used the fake data to make the intervals tighter (more precise) while still covering the true answer (safe).
- They proved mathematically that these methods work, even when the data is messy and the "fake" data isn't perfect.
In Summary
PERRY is a toolkit that lets researchers safely use AI-generated fake data to predict how new policies will work. It provides a guaranteed safety margin (confidence interval) so that in high-stakes decisions, we can say, "We are confident the new policy will perform within this range," without having to wait for years of real-world trial and error.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.