TL;DR
Vision-Language Pre-training (VLP) models are vulnerable to adversarial attacks, which can be less effective across different models due to a reliance on surrogate models. The DeBias-Attack method was developed to correct this issue by optimizing adversarial perturbations while addressing surrogate-specific bias.
✦ Why It Matters
Engineers can leverage DeBias-Attack to enhance the robustness of VLP models against adversarial attacks.
Key Takeaways
How It Works
DeBias-Attack operates by maintaining two branches for perturbation: the main branch optimizes on the original image, while the reference branch uses a weak-semantic image. This weak image, constructed from the dataset mean with added noise, helps estimate the surrogate-specific bias.
By removing the aligned projection of the main gradient on the reference gradient, the method corrects the bias, leading to improved adversarial transferability.
Related