← Latest papers
🤖 machine learning

Disagreement-Regularized Importance Sampling for Adversarial Label Corruption

This paper introduces Disagreement-Regularized Importance Sampling (DR-IS), a robust sub-sampling method that leverages loss rank-disagreement across an ensemble to effectively mitigate adversarial label corruption and outperform magnitude-based approaches like EL2N, backed by rigorous finite-sample concentration bounds that guarantee strict separation between clean and corrupted examples.

Original authors: Csongor Horváth, Ida-Maria Sintorn, Prashant Singh

Published 2026-05-11
📖 5 min read🧠 Deep dive

Original authors: Csongor Horváth, Ida-Maria Sintorn, Prashant Singh

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 trying to teach a student (an AI model) to recognize different animals using a massive textbook of pictures. Normally, you'd show the student every picture in the book, one by one. But what if someone had secretly swapped the labels on some of the pictures? For example, they took a picture of a cat and labeled it "dog," or a picture of a car and labeled it "airplane."

If you just show the student the "hardest" pictures—the ones where the student keeps getting it wrong—they might actually be the ones with the fake labels. The student gets confused, memorizes the wrong answer, and fails the test. This is the problem the paper addresses: Importance Sampling. This is a technique where you try to speed up learning by focusing only on the "hardest" examples. But under label corruption, focusing on the hardest examples is like focusing on the biggest liars in the room.

The authors propose a new method called DR-IS (Disagreement-Regularized Importance Sampling) to fix this. Here is how it works, using simple analogies:

1. The Problem: The "Loud Liar" Trap

In standard methods, if a picture is very hard to classify (high "loss" or error), the system assumes it's a very important, difficult example that needs more attention.

  • The Trap: When labels are corrupted (fake), those fake examples often look extremely hard to the AI. They scream, "Look at me! I'm confusing!"
  • The Result: The AI spends all its time studying these fake examples, memorizing the lies, and forgetting the truth.

2. The Solution: The "Committee of Judges"

Instead of asking, "How hard is this example?" (which the liars fake well), DR-IS asks, "Do the judges agree on how hard this is?"

Imagine you have a panel of three different judges (called "proxies"). They all look at the same set of pictures to grade them.

  • The Fake Examples (The Liars): Because the labels are wrong, the judges are all confused in the same way. They all agree, "This is a terrible example, it's impossible!" Their scores are consistently high and consistent. They agree on the lie.
  • The Real Hard Examples (The Truth): These are pictures of animals that are genuinely tricky (like a blurry cat that looks like a dog). One judge might think, "That's a cat." Another might think, "No, that's a dog." A third might be unsure. They disagree. Their scores fluctuate.

The Magic: DR-IS looks for the disagreement.

  • If the judges all agree an example is "hard," it's likely a fake (corrupted) example. DR-IS ignores it.
  • If the judges disagree about whether an example is hard, it's likely a real, tricky example. DR-IS picks this one to study.

3. The "Simplicity Bias" (Why it works)

The paper relies on a quirk of how AI learns, called "simplicity bias."

  • When the AI sees a fake label (e.g., a cat labeled "dog"), it eventually realizes, "Wait, this doesn't make sense," but it keeps getting it wrong because the label is wrong. All the judges eventually settle into a pattern of being consistently confused by this specific lie.
  • Real, difficult examples don't have a single "wrong" pattern. They are genuinely ambiguous. The judges flip-flop on them.
  • DR-IS filters out the consistent liars and keeps the ambiguous truth-tellers.

4. The Results: What the Paper Found

The authors tested this on standard image datasets (like CIFAR and Food-101) where they intentionally added fake labels.

  • Old Methods: When they tried to focus on the "hardest" examples, the AI's performance crashed. It memorized the lies.
  • DR-IS: By focusing on the examples where the judges disagreed, the AI avoided the lies.
    • In tests with 25% of the labels being fake, DR-IS kept the AI's accuracy high, while other methods failed completely.
    • It reduced the amount of "fake data" the AI studied by about 5 times compared to other methods.

5. The Trade-off

There is a small cost. Because DR-IS focuses on the "tricky" real examples, it sometimes skips the "easy" real examples (like a clear picture of a cat).

  • On simple tasks: The AI might learn slightly slower because it ignores the easy stuff.
  • On complex tasks or when there are lies: This strategy is a lifesaver. It prevents the AI from being tricked.

Summary

Think of DR-IS as a teacher who stops listening to the student who is shouting the loudest (the corrupted data) and instead pays attention to the students who are debating the answer (the clean, hard data). By looking for disagreement among a panel of judges rather than just difficulty, the system can spot the liars and keep the learning process honest.

The paper proves mathematically that this works and shows that with just three simple "judge" models, you can filter out a massive amount of noise without needing extra clean data or expensive computing power.

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 →