← Latest papers
📊 statistics

Online Selective Conformal Prediction with Asymmetric Rules: A Permutation Test Approach

This paper proposes PErmutation-based Mondrian Conformal Inference (PEMI), a general framework that achieves exact selection-conditional coverage for online selective conformal prediction by using a permutation-based approach to handle arbitrary asymmetric selection mechanisms.

Original authors: Mingyi Zheng, Ying Jin

Published 2026-02-11
📖 4 min read☕ Coffee break read

Original authors: Mingyi Zheng, Ying Jin

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 talent scout for a major music label. You have a massive pile of demo tapes arriving one by one every day. You don't have the time or money to sign everyone, so you only "select" the artists who meet certain criteria—maybe they have a certain energy, or they've already gained some traction on social media.

The problem is this: The very act of being picky changes the math.

If you only sign artists who are already popular, your "average" artist is going to look much better than the general population. If you try to use standard statistics to predict how successful a new artist will be, your predictions will be wildly over-optimistic because you ignored all the "failures" you skipped over.

This paper, "Online Selective Conformal Prediction with Asymmetric Rules," solves this exact problem for data scientists.

The Problem: The "Selection Bias" Trap

In machine learning, we often use "Conformal Prediction" to give not just a single answer (like "this house costs \500k"),butarangeofuncertainty(like"weare95500k"), but a **range of uncertainty** (like "we are 95% sure this house costs between \450k and $550k").

However, in the real world, we often only ask for these ranges when the computer is "interested" in a specific case. For example:

  • A doctor only asks for a risk assessment if a patient shows specific symptoms.
  • A scientist only tests a drug if the initial computer model looks promising.

Because the decision to "look" is based on the data itself, the standard rules of probability break. The "uncertainty ranges" become unreliable—they might be too narrow, making you overconfident, or too wide, making them useless.

The Challenge: The "Order Matters" Problem

Previous solutions tried to fix this by "swapping" data points around to see if the selection would still happen. But those methods assumed that the order in which data arrives doesn't matter.

In the real world, order matters immensely. Imagine a stock market algorithm. If a massive crash happens on Monday, the algorithm's decision to trade on Tuesday is completely different than if that crash had happened on Friday. The "history" of what happened before changes the rules of the game. This is what the authors call asymmetry.

The Solution: PEMI (The "Parallel Universe" Approach)

The authors propose a new framework called PEMI (PErmutation-based Mondrian Conformal Inference).

Think of PEMI like a "Multiverse Simulator."

When a new piece of data arrives and the system decides, "Yes! This is interesting, let's make a prediction," PEMI doesn't just look at that one moment. Instead, it runs thousands of "What If" simulations in a digital multiverse.

  1. The Shuffle: It takes all the data it has seen so far and shuffles the order of the days/events in thousands of different ways.
  2. The Filter: It looks through these thousands of parallel universes and asks: "In which of these universes would the selection rule have made the exact same decision we just made?"
  3. The Calibration: It ignores all the universes where the decision would have been different. It only looks at the "Parallel Universes" that match our reality.
  4. The Prediction: It calculates the uncertainty range based only on those matching universes.

By doing this, PEMI "corrects" for the fact that we were picky. It essentially says, "Since we only picked this specific case, we must adjust our expectations to account for the fact that we ignored all the other cases that didn't look like this."

Why does this matter? (The "Drug Discovery" Example)

The authors tested this on a real-world problem: Drug Discovery.

Scientists are constantly testing new chemical compounds to see if they will bind to a disease target. They don't test everything; they only test the "winners" that look promising.

If they used standard math, they would be constantly surprised when a "promising" drug fails in the lab because their uncertainty ranges were too optimistic. Using PEMI, the scientists get a "honest" range of uncertainty. Even when they are being highly selective and picky, the math stays "valid"—meaning the true answer stays within the predicted range exactly as often as promised.

Summary in a Nutshell

  • The Old Way: "I'll tell you the range of possibilities, assuming I'm looking at a random sample." (But you aren't; you're being picky!)
  • The PEMI Way: "I'll tell you the range of possibilities, specifically adjusted for the fact that I chose to look at this one because it was special."

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →