← Latest papers
🤖 machine learning

Neutral-Reference Prompting for Vision-Language Models

This paper proposes NeRP, a plug-and-play prompting correction strategy that mitigates the Base-New Trade-off in vision-language models by leveraging neutral text prompts and reference images to correct prior-dominated mispredictions on unseen classes without modifying model parameters.

Original authors: Senmao Tian, Xiang Wei, Shunli Zhang

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

Original authors: Senmao Tian, Xiang Wei, Shunli Zhang

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 Core Problem: The "Jealousy" of AI Models

Imagine you have a very smart student (an AI model) who has studied thousands of pictures and words. You want this student to take a new test on topics they haven’t seen before.

Usually, when we try to help the student study for this new test, we run into a problem called the Base–New Trade-off. It’s like this: if you force the student to memorize the new answers perfectly, they suddenly forget the old answers they used to know. If you make them remember the old answers, they fail the new ones. It’s a zero-sum game.

Most researchers thought this happened because the student was "overfitting"—basically, cramming too hard and losing their ability to think generally. But this paper argues that’s only half the story.

The Discovery: Asymmetric Confusion

The authors noticed a strange quirk in how the AI makes mistakes. Let’s call it Asymmetric Confusion.

Imagine the AI is looking at pictures of Apples and Peaches.

  • Symmetric Confusion: The AI is equally confused. It mistakes apples for peaches 50% of the time, and peaches for apples 50% of the time. This is just honest confusion because they look similar.
  • Asymmetric Confusion: The AI is biased. It mistakes apples for peaches 90% of the time, but it almost never mistakes peaches for apples.

Why? Because during its original training, the AI developed a "preference" or a "bias." Maybe it saw more pictures of peaches in certain contexts, or the text descriptions favored one over the other. So, when it sees a blurry image, its brain automatically leans toward "Peach" because that’s its default setting, even if the picture is clearly an Apple.

For classes the AI has seen before (Base classes), we can fix this bias by teaching it correctly. But for new, unseen classes, the AI relies on its old, biased instincts, and that bias hurts its performance.

The Solution: NeRP (The "Neutral Reference" Check)

The authors propose a method called NeRP. Think of NeRP not as a new way to teach the AI, but as a second opinion or a reality check that happens at the very last second before the AI gives its answer.

Here is how it works, using the analogy of a biased judge:

  1. The Neutral Reference: Imagine you ask the judge to look at a "neutral" image—a blurry, generic photo with no specific object in it—and a neutral sentence like "a photo of an object."
  2. Measuring the Bias: By seeing how the judge reacts to this neutral input, we can measure their inherent bias. For example, if the judge looks at the neutral photo and says, "That looks more like a Peach than an Apple," we know the judge has a built-in preference for Peaches.
  3. The Correction: Now, when the judge looks at a real, specific picture (the evidence), NeRP checks two things:
    • The Evidence: How clearly does the picture look like an Apple?
    • The Bias: How strong is the judge’s pre-existing preference for Peaches?

If the picture is clearly an Apple (strong evidence), but the judge is about to say "Peach" because of their bias, NeRP steps in. It says, "Wait, the evidence is strong, but your bias is pulling you the wrong way. Flip your decision."

However, if the picture is truly blurry and unclear (weak evidence), NeRP leaves the decision alone. It only corrects the AI when the AI is being wrongly confident due to bias, not when it is genuinely unsure.

Why It Works

  • It’s Plug-and-Play: You don’t need to retrain the AI or change its brain. NeRP just sits on top of existing methods and tweaks the final answer.
  • It Saves the Old Knowledge: Because NeRP only corrects specific biased errors on new classes, it doesn’t mess up the AI’s ability to recognize old classes.
  • It’s Efficient: It uses simple math to compare the "neutral" bias against the "real" evidence.

The Results

The authors tested this on many different types of images (animals, cars, flowers, satellites, etc.). They found that:

  • The AI got much better at recognizing new things it hadn’t seen before.
  • The AI didn’t get worse at recognizing old things it already knew.
  • It worked with various different AI models, acting like a universal "bias corrector."

Summary in a Nutshell

The paper identifies that AI models have hidden "biases" that cause them to systematically mistake one thing for another (Asymmetric Confusion). Instead of retraining the AI to forget this bias, the authors created NeRP, a lightweight tool that measures this bias using "neutral" examples. It then acts as a referee, correcting the AI’s answer only when the AI is letting its bias override the actual visual evidence. This allows the AI to learn new things without forgetting the old ones.

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 →