Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Improving Adversarial Transferability on Vision-Language Pre-training Models via Surrogate-Specific Bias Correction

About

Adversarial examples reveal vulnerabilities in Vision-Language Pre-training (VLP) models and provide insights for improving robustness. A key property is cross-model transferability, which enables transfer-based black-box attacks. However, existing attacks often rely heavily on the surrogate model, causing cross-model performance drops. One reason is that adversarial optimization may follow surrogate model responses more than input semantics, making the update direction effective on the surrogate but less transferable to unseen targets. We refer to this dependency as surrogate-specific bias. Motivated by this observation, DeBias-Attack improves transferability by correcting surrogate-specific bias in adversarial optimization directions. It maintains two perturbation branches. The main branch optimizes a perturbation on the original image and obtains the adversarial gradient used to disrupt image-text alignment. The reference branch optimizes a perturbation on a weak-semantic image constructed from the dataset mean image with small Gaussian noise resampled at each iteration. Since this weak-semantic image contains little clear visual content, its optimization reflects surrogate responses more than image semantics, and its reference gradient estimates surrogate-specific bias. DeBias-Attack removes the aligned projection of the main gradient on the reference gradient before updating the adversarial image, then performs context-aware text substitution using the updated adversarial image. DeBias-Attack is the first transfer-based VLP attack that corrects surrogate-specific bias through gradient correction. Experiments show strong performance across VLP models, downstream tasks, and open-source and closed-source multimodal large language models.

Lijia Yu, Jiuxin Cao, Yuchen Qiang, Changhao Chen, Yifei Huang, Bo Liu• 2026

Related benchmarks

TaskDatasetResultRank
Image RetrievalFlickr30k (test)
R@1100
357
Visual GroundingRefCOCO+ (val)
Accuracy44.31
264
Visual GroundingRefCOCO+ (testA)
Accuracy50.52
256
Text RetrievalFlickr30k (test)
R@1100
251
Visual GroundingRefCOCO+ (testB)
Accuracy36.14
230
Image RetrievalMSCOCO (test)
R@1 Attack Success Rate100
144
Text RetrievalMSCOCO (test)
Attack Success Rate @1100
144
Image CaptioningMSCOCO
BLEU-418.1
11
Adversarial Attack Transfer (Target: BLIP-2)Flickr30k (test)
Attack Success Rate (ASR)10.5
2
Adversarial Attack Transfer (Target: Claude-3.5)Flickr30k (test)
ASR67.71
2
Showing 10 of 13 rows

Other info

Follow for update