← Latest papers
💻 computer science

Intrinsic Gradient Suppression for Label-Noise Prompt Tuning in Vision-Language Models

This paper proposes Double-Softmax Prompt Tuning (DSPT), a hyperparameter-free method that leverages intrinsic gradient suppression through sequential probabilistic normalization to robustly adapt Vision-Language Models to label noise by naturally filtering out extreme updates from mislabeled samples.

Original authors: Jiayu Li, Jiaxin Qi, Sheng Zhou, Jiaqiang Huang, Xiansheng Hua

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

Original authors: Jiayu Li, Jiaxin Qi, Sheng Zhou, Jiaqiang Huang, Xiansheng Hua

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 Picture: Teaching a Smart Student with a Bad Textbook

Imagine you have a brilliant student named CLIP. This student has already read millions of books and seen millions of pictures, so they already know a lot about the world. If you show them a picture of a car and ask, "Is this a car or a dog?" they can usually guess correctly just by using their existing knowledge (this is called Zero-Shot learning).

However, sometimes you want to teach this student a specific new trick, like recognizing a very specific type of vintage car. To do this, you don't re-teach them everything; you just give them a few "hint words" (called Prompts) to help them focus. This process is called Prompt Tuning.

The Problem: The Bad Textbook
Usually, you teach the student using a textbook where every picture has the correct label. But in this paper, the authors imagine a scenario where the textbook is full of typos and lies (Label Noise).

  • The Scenario: You show the student a picture of a Car, but the textbook says, "This is a Dog."
  • The Reaction: Because the student is so smart, they immediately know, "Wait, this is definitely a car, not a dog!" They feel very confident in their own knowledge.
  • The Disaster: In standard teaching methods, when a student is confident but the teacher insists they are wrong, the student gets a massive "punishment" (a huge mathematical gradient). The student thinks, "Okay, the teacher is so sure, I must be wrong," and they frantically try to unlearn what they know to fit the lie.
  • The Result: The student gets confused, forgets their original knowledge, and starts performing worse than if they had just guessed without any help.

The Solution: The "Double-Softmax" Filter

The authors propose a new teaching method called Double-Softmax Prompt Tuning (DSPT). They argue that since the student (CLIP) is already smart, we should be conservative. We shouldn't let the teacher's mistakes force the student to change their mind too quickly.

Here is how their method works, using an analogy:

1. The "Double Check" (The Filter)
Imagine the student raises their hand to answer.

  • Standard Method: The teacher looks at the answer, sees it doesn't match the textbook, and immediately slams a giant gavel (a huge gradient) on the desk.
  • DSPT Method: Before the teacher slams the gavel, the answer goes through a Double-Softmax Filter. This is like a special noise-canceling headphone for the teacher's feedback.

2. How the Filter Works

  • For the Liars (Noisy Samples): When the student is 100% sure it's a car, but the textbook says "Dog," the filter realizes, "This is a huge mismatch." Instead of letting the teacher scream at the student, the filter mutes the teacher's voice. It turns the massive punishment down to almost zero. The student ignores the lie and keeps their original knowledge.
  • For the Truth-Tellers (Clean Samples): When the student is unsure (maybe it's a blurry car) and the textbook says "Car," the filter lets the teacher's voice through, but softly. It allows the student to learn useful new details without being overwhelmed.

3. The "Saturation Zone"
The paper calls this a "self-adaptive saturation zone." Think of it like a shock absorber on a car.

  • If you hit a small bump (a small learning opportunity), the car drives smoothly.
  • If you hit a massive pothole (a huge error from a noisy label), the shock absorber compresses so hard that the car doesn't bounce violently. It absorbs the impact so the car (the model) doesn't crash.

Why This is Special

Most other methods try to fix this by adding complex rules or asking a human to tune many knobs (hyperparameters) to decide how much to punish the student.

  • The Paper's Claim: Their method is automatic. It doesn't need any knobs to turn. It just happens naturally because of the math they used (the double-softmax).
  • The Result: In their experiments, this simple method kept the student performing well even when the textbook was 80% wrong. Other methods made the student perform worse than if they had just guessed blindly.

Summary of the Analogy

  • CLIP Model: A smart student with a strong memory.
  • Label Noise: A textbook with random, wrong answers.
  • Standard Training: The student gets scared by the wrong answers and forgets everything, performing poorly.
  • DSPT (Double-Softmax): A smart filter that realizes, "The student is right, the book is wrong," and silences the book's bad advice, allowing the student to learn only from the good advice.

The authors proved that by turning a problem usually seen as bad ("gradient vanishing" or the signal getting too weak) into a feature, they created a shield that protects the model from learning from lies.

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 →