Backbone is All You Need: Assessing Vulnerabilities of Frozen Foundation Models in Synthetic Image Forensics
This paper introduces the Surrogate Iterative Adversarial Attack (SIAA), a gray-box method demonstrating that knowledge of a Vision Transformer backbone alone is sufficient to effectively compromise frozen foundation models used in synthetic image forensics, thereby exposing a critical vulnerability in current deepfake detection systems.
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 Idea: "The Backbone is All You Need"
Imagine you are trying to spot a fake painting. You hire a famous art expert (the Detector) to look at a picture and tell you if it's real or AI-generated.
For a long time, these experts were trained from scratch. But recently, researchers started using "pre-trained" experts. These are like art experts who have already studied millions of paintings in a museum (the Frozen Foundation Model or ViT Backbone) and know how to recognize shapes, textures, and patterns very well. To save time and money, we don't retrain their whole brain; we just give them a simple "Yes/No" test (a Classification Head) to decide if a specific new picture is fake.
The Paper's Discovery:
The authors of this paper found a dangerous secret: You don't need to know the expert's final "Yes/No" test to trick them. You only need to know how their brain processes the image (the backbone).
They created a new trick called SIAA (Surrogate Iterative Adversarial Attack). It's a "gray-box" attack, meaning the attacker doesn't know the secret sauce of the detector's final decision, but they do know the detector's underlying "brain" (the Vision Transformer).
How the Attack Works (The Analogy)
Think of the detector's brain as a massive library where every image is turned into a specific "book" (a feature vector).
- The Setup: The detector has a library of "Real" books and "Fake" books. When you show it a picture, it finds the matching book and checks the label.
- The Problem: Usually, to trick the detector, you need to know exactly how it reads the labels (the classification head).
- The SIAA Solution: The attackers built a Surrogate Translator (the FP-Head).
- They take the "Real" and "Fake" books from the detector's library.
- They also use a text AI (CLIP) that knows the words "This is real" and "This is fake."
- They train their Translator to match the "Real" books with the text "This is real," and the "Fake" books with "This is fake."
- The Trick: Once the Translator is ready, the attacker takes a fake image and adds tiny, invisible scratches (perturbations) to it. They tweak these scratches until the Translator says, "Hey, this fake image now looks exactly like the text 'This is real' inside the detector's library!"
- The Result: The detector looks at the scratched image, sees the "Real" pattern in its library, and confidently says, "This is a real photo!" even though it's fake.
What They Tested
The researchers tested this trick on three different types of "expert brains" (CLIP, Swin, and DINOv2) and in several difficult situations:
- The "Few-Shot" Test: What if the attacker only has 100 pictures to learn from instead of 10,000?
- Result: The attack still worked almost perfectly. The attacker didn't need a huge library to learn the trick.
- The "Mismatched" Test: What if the attacker trains on a different set of pictures or uses different filters (data augmentation) than the detector?
- Result: Even when the attacker was working with different data than the detector, the attack still succeeded in fooling the detector more than 70% of the time.
- The "Different Brain" Test: What if the attacker trains on a CLIP brain but tries to trick a Swin brain?
- Result: It worked surprisingly well between CLIP and Swin. However, the DINOv2 brain was much harder to trick. It's like a fortress with smoother walls; the "scratches" the attacker added didn't slide off as easily.
The Main Takeaway
The paper concludes that frozen pre-trained models are surprisingly fragile.
Even if you hide the final decision-making part of the detector (the "Yes/No" button), simply knowing the "brain" that processes the image is enough to break the system. The attackers didn't need to see the detector's final answer; they just needed to know how the detector sees the image.
In short: If you build a fake-image detector using a standard, frozen AI brain, you are vulnerable. An attacker who knows that specific brain can create invisible "noise" that makes the detector think a fake image is real, even without knowing the detector's secret final rules.
What This Means for Security
The paper warns that relying on these frozen backbones creates a "single point of failure." If the backbone is known, the whole detector can be bypassed. The authors suggest we need to build detectors that are more resilient to these specific types of "brain-only" attacks.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.