When Bits Break Recourse: Counterfactual-Faithful Quantization
This paper introduces Counterfactual-Faithful Quantization (CFQ), a method that preserves actionable recourse stability in low-bit models by optimizing bit allocation and quantizer parameters to maintain counterfactual validity and cost, addressing a critical failure mode where standard quantization degrades recourse despite preserving predictive accuracy.
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
The Big Problem: The "Shrinking Map" Trap
Imagine you are a travel guide giving someone directions to a specific destination (a "favorable outcome," like getting a loan approved). You have a perfect, high-resolution map (a full-precision AI model) that tells the traveler exactly which small steps to take to get there.
- The Traveler's Goal: "I need to change my job hours and savings slightly to get approved."
- Your Advice: "Increase your savings by $500 and work 2 more hours."
Now, imagine you need to send these directions to a traveler with a tiny, low-memory phone. To make the map fit, you have to compress it (this is called Quantization). You turn the high-resolution map into a low-resolution, pixelated version to save space and make it load faster.
The Paper's Discovery:
Usually, when we compress a map, we check if the general landmarks are still there. "Is the city still in the right place? Yes." So, we assume the map is fine.
But this paper found a hidden trap: The map might look right from a distance, but the specific, tiny steps you gave the traveler might no longer work.
On the pixelated map, that $500 savings increase might not be enough to cross the "approval line" anymore. The traveler follows your advice, but the low-resolution map says, "Sorry, you're still rejected." The advice that worked on the big map broke on the small map.
The Solution: "Counterfactual-Faithful Quantization" (CFQ)
The authors created a new way to compress these AI models called CFQ. Instead of just checking if the map looks right overall, they make sure the specific instructions still work after compression.
Here is how they do it, using a simple analogy:
The Teacher and the Student:
- The Teacher: The original, high-quality AI model. It calculates the perfect, tiny steps (the "recourse") needed to get a positive result.
- The Student: The compressed, low-bit AI model that will actually be used in the real world.
The "Faithful" Training:
- Normally, the Student is trained just to guess the right answer for the current situation (e.g., "Will this loan be approved?").
- With CFQ, the Teacher says to the Student: "Look at this specific person. I told them to change X and Y to get approved. Now, you must also say 'Approved' for that exact same person after they make those changes."
- The Student is forced to learn not just the general rules, but to keep the "approval line" in the exact same spot for those specific, critical instructions.
Smart Compression (Mixed Precision):
- The paper also realizes that not all parts of the map are equally important. Some parts are just background scenery; others are the actual roads.
- CFQ is smart about where it saves space. It keeps the "roads" (the parts of the model that decide if a small change leads to approval) in high resolution, while turning the "scenery" into low resolution. This saves space without breaking the directions.
Why This Matters (The "Validity Drop")
The paper introduces two new ways to measure if the directions broke:
- Validity Drop (VD): This measures how often the traveler follows the advice and still gets rejected because the compressed map changed the rules. The authors found that standard compression methods cause a high "Validity Drop"—meaning the advice often stops working.
- Recourse Gap (CRG): This measures if the advice still works, but now the traveler has to do way more work to get the same result. Maybe they needed to save $500 before, but on the compressed map, they now need to save $2,000. CFQ keeps this gap small.
The Results
The authors tested this on real-world scenarios like loan applications and credit checks. They found:
- Standard compression methods kept the AI's overall accuracy high (it still guessed right most of the time), but they destroyed the reliability of the advice.
- CFQ kept the accuracy high and made sure the advice still worked. The "broken directions" problem was almost fixed.
Summary in One Sentence
This paper shows that simply making AI models smaller and faster can accidentally break the specific advice they give people on how to improve their lives, and they propose a new method to compress the models without breaking those crucial instructions.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.