Sequential Fairness Auditing with Limited Output Access
This paper proposes a tolerance-aware sequential hypothesis-testing framework that enables independent auditors to efficiently evaluate AI fairness under limited model access by dynamically accumulating evidence from query-based interactions until sufficient support for compliance or violation is reached.
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 food inspector tasked with checking if a new batch of cookies is fair. The rule is simple: the difference in the number of chocolate chips between "Group A" cookies and "Group B" cookies must be very small. If the difference is too big, the cookies are unfair and must be rejected.
However, you have a problem. You don't get to see the recipe, the mixing bowl, or the chef's notes. You can only ask the factory to bake you one cookie at a time, look at it, and then decide whether to keep asking for more or stop. This is what the paper calls "Limited Output Access."
Here is how the authors solve this problem, explained through simple analogies:
1. The Old Way vs. The New Way
The Old Way (Static Testing): Imagine you ask the factory to bake you a huge pile of 4,000 cookies all at once. You count them all, do the math, and then give your verdict. This is slow and wasteful. If the first 50 cookies are clearly unfair, you still have to wait for the whole pile to be baked.
The New Way (Sequential Auditing): The authors propose a smarter approach. You ask for one cookie, look at it, then ask for another. After every few cookies, you do a quick mental check: "Do I have enough evidence to say this is unfair? Or do I have enough to say it's fair? Or do I need to keep eating cookies to be sure?"
- If the evidence is strong, you stop immediately.
- If the evidence is weak, you keep going.
- This saves time and resources because you don't always need to check the whole pile.
2. The "Tolerance" Rule
In the real world, perfection is impossible. The law doesn't demand zero difference in chocolate chips; it allows a tiny margin of error (a "tolerance").
- The Paper's Twist: The authors designed their system to understand this. They aren't looking for "Perfectly Equal." They are looking for "Close Enough." If the difference is tiny, the system stops and says, "This is compliant." If it's huge, it stops and says, "This is a violation." If it's right in the middle (the "gray area"), the system keeps asking for more cookies until it's sure, or until it runs out of time.
3. The Three Levels of "Vision"
The paper tests three different ways the inspector might be allowed to look at the cookies. Think of this as the inspector's vision getting sharper:
- Level 1: The Blindfold (Decision-Only Access): The inspector only sees the final result: "Chocolate Chip" or "No Chocolate Chip." This is the hardest job. You have to eat a lot of cookies to be sure.
- Level 2: The Magnifying Glass (Score Access): The inspector can see a "score" on the cookie, like a number from 0 to 100 indicating how likely it is to have chocolate. This gives more clues, so the inspector needs fewer cookies to make a decision.
- Level 3: The X-Ray (Logit Access): The inspector sees the raw, uncooked dough's internal structure before it even becomes a cookie. This is the most information-rich view. The paper found that with this "X-ray" vision, the inspector can often decide on fairness with just a fraction of the cookies needed for the blindfolded approach.
4. The Tricky Part: The "Positive" Cookie Filter
The paper highlights a specific challenge with a fairness rule called Equal Opportunity.
- Statistical Parity (SP): You check all cookies.
- Equal Opportunity (EO): You are only allowed to check cookies that actually have chocolate chips (the "Positive" ones).
- The Problem: If only 10% of the cookies have chocolate chips, your "audit pool" is 10 times smaller. It's like trying to find a needle in a haystack, but you are only allowed to look in a tiny cup of hay. The paper found that even with the "X-ray" vision, auditing this specific rule is much harder and takes longer because there simply aren't enough "positive" cookies to look at.
5. The Big Takeaway
The paper concludes that:
- Smarter stopping saves time: You don't need to check every single item if the answer becomes obvious early on.
- Better vision helps, but not always: Having more information (scores or logits) usually makes the audit faster and cheaper. However, if the unfairness is very subtle (right on the edge of the legal limit), even the best vision might not give a clear answer quickly.
- The rule matters: Auditing some rules (like checking only "positive" outcomes) is inherently harder than others because there is less data to work with.
In short, the authors built a statistical "smart inspector" that knows when to stop asking questions, saves money by not checking everything, and understands that sometimes, even with the best tools, a clear answer takes a long time to find.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.