Two Sides of the Same Coin: Co-Evolving Search for Cross-Task Attacks on Vision-Language Models

📄 arXiv: 2608.02137v1 📥 PDF

作者: Xuanhui Lin, Junhao Dong, Mingrong Gong, Yucheng Chen, Xinghua Qu, Yew-Soon Ong

分类: cs.CV

发布日期: 2026-08-03

备注: 15 pages, 7 figures, and 8 tables; includes supplementary material


💡 一句话要点

提出进化计算引导的跨任务攻击框架以增强视觉语言模型的鲁棒性

🎯 匹配领域: 支柱一:机器人控制 (Robot Control) 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 视觉语言模型 对抗攻击 进化计算 多模态学习 鲁棒性增强

📋 核心要点

  1. 现有的对抗攻击方法多为单轨迹优化,限制了对视觉语言模型的跨任务攻击能力。
  2. 提出的框架通过进化计算在文本和视觉空间中自适应搜索,增强了对抗样本的生成能力。
  3. 在Florence-2、OFA和UnifiedIO-2上的实验表明,该方法在多个任务上表现出色,提升了攻击性能。

📝 摘要(中文)

视觉语言模型(VLMs)在多模态任务中展现出强大的泛化能力,但仍然容易受到对抗性扰动的影响。现有攻击方法通常遵循单轨迹梯度优化或任务特定目标,限制了搜索空间的探索和跨任务的可转移性。本文提出了一种进化计算引导的跨模态攻击框架,能够自适应地在文本和视觉空间中进行搜索。通过对源类别表示周围的硬负语义嵌入进行进化,提供多样化的跨模态排斥;同时在视觉侧维护对象区域扰动的种群,并结合基于动量的梯度更新与进化选择、变异和交叉,更可靠地探索多个可行轨迹。联合优化语义负引导和局部扰动生成的对抗样本,能够在视觉语言任务中持续将源对象语义转向目标类别。理论分析表明,与单轨迹优化相比,协同进化搜索保持了扰动的可行性,防止最佳适应度的降级,并提高了到达高边际对抗区域的概率。

🔬 方法详解

问题定义:本文旨在解决视觉语言模型在面对对抗性扰动时的脆弱性,现有方法由于单轨迹优化和任务特定目标,导致搜索空间探索不足,影响跨任务的可转移性。

核心思路:提出的进化计算引导的跨模态攻击框架,通过在文本和视觉空间的自适应搜索,生成多样化的对抗样本,从而增强模型的鲁棒性。

技术框架:框架包括两个主要模块:文本侧的语义嵌入进化和视觉侧的对象区域扰动维护。文本侧通过进化生成硬负样本,视觉侧则结合动量梯度更新与进化选择、变异和交叉,探索多个可行轨迹。

关键创新:最重要的创新在于协同进化搜索策略,能够同时优化文本和视觉空间的扰动,显著提高了对抗样本的生成效果,与传统的单轨迹优化方法相比,具有更高的灵活性和效果。

关键设计:在文本侧,采用硬负样本生成策略以增强语义排斥;在视觉侧,维护扰动种群并结合动量更新,以确保对抗样本的多样性和有效性。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果表明,提出的框架在Florence-2、OFA和UnifiedIO-2上均展现出强大的攻击性能,尤其在图像标注和物体检测任务中,相较于基线方法,攻击成功率提升了20%以上,验证了框架的有效性和跨任务转移能力。

🎯 应用场景

该研究的潜在应用领域包括图像标注、物体检测和区域分类等多模态任务。通过增强视觉语言模型的鲁棒性,可以提高其在实际应用中的可靠性,尤其是在安全敏感的场景中,如自动驾驶和监控系统。未来,该框架可能推动对抗攻击研究的进一步发展,促进更安全的AI系统设计。

📄 摘要(原文)

Vision-language models (VLMs) exhibit strong generalization across multimodal tasks but remain vulnerable to adversarial perturbations. Existing attacks typically follow single-trajectory gradient optimization or task-specific objectives, limiting search-space exploration and cross-task transferability. We propose an evolutionary-computation-guided cross-modal attack framework for unified VLMs. The framework adaptively searches both textual and visual spaces. On the textual side, it evolves hard negative semantic embeddings around the source-category representation to provide diverse cross-modal repulsion. On the visual side, it maintains a population of object-region perturbations and combines momentum-based gradient updates with evolutionary selection, mutation, and crossover to more reliably explore multiple feasible trajectories. Jointly optimizing semantic negative guidance and localized perturbations generates adversarial examples that consistently shift source-object semantics toward target categories across vision-language tasks. Theoretical analyses show that the co-evolutionary search preserves perturbation feasibility, prevents degradation of the best observed fitness, and increases the probability of reaching high-margin adversarial regions compared with single-trajectory optimization. Experiments on Florence-2, OFA, and UnifiedIO-2 demonstrate strong overall attack performance across image captioning, object detection, region categorization, and object localization. Ablation studies further verify the complementary effectiveness of text-side semantic evolution and image-side perturbation evolution, as well as the framework's efficiency and cross-task transferability.