Structure-Aware Robust Fine-Tuning: Defending Vision-Language-Action Robots Against Physical Attention Hijacking

TL;DR

SARF fine-tunes only the visual encoder with feature anchoring and attention correction, reducing failure rate from 100% to 14.2%-56.8% against physical attention hijacking.

cs.RO 🔴 Advanced 2026-08-04 52 views
Jinquan Zhang Dongfu Yin Run Yang Yufeng Yan Zhen Tian F. Richard Yu
robot control adversarial attack vision-language models robustness deep learning

Key Findings

Methodology

This paper introduces AGSD, an Expectation-over-Transformation (EOT) optimized printable adversarial patch that targets policy-critical action-to-vision cross-attention, disrupting semantic alignment across tasks and architectures. The defense, SARF, employs a teacher-student framework, fine-tuning only the visual encoder with feature anchoring, policy-critical attention distillation, and language-guided geometric consistency, all with zero inference overhead. The attack maximizes attention hijacking (Lattn), feature dispersion (Ldisp), and semantic misalignment (Lmisalign), while SARF stabilizes key attention pathways via targeted losses, ensuring robustness against physical patches.

Key Results

  • On LIBERO, the baseline OpenVLA's failure rate under AGSD attack is 100%, but SARF reduces it to 14.2%-56.8%, averaging 28.6%. In real robot tests, success rate improves from 23% to 65%. The physical patches are printable and effective across multiple viewpoints and scenes, demonstrating practical deployability. Ablation studies show that combining attention guidance with semantic disruption yields the strongest attacks, and SARF effectively counters these, maintaining high task success even under strong physical adversaries.
  • The experiments confirm that AGSD can generate transferable, printable patches that cause attention collapse on the patch region, diverting focus from task-critical evidence. SARF's targeted attention stabilization significantly mitigates this effect, preserving task performance. The low-cost, zero-inference overhead approach makes it feasible for real-world robotic systems, marking a significant step toward secure autonomous control.
  • Overall, the results highlight the importance of mechanism-level robustness, emphasizing the stability of internal attention pathways. SARF's design ensures that models remain resilient without sacrificing efficiency, providing a practical solution for safeguarding VLA robots against physical attention hijacking in diverse operational environments.

Significance

This work exposes a critical vulnerability in vision-language-action (VLA) robotic policies—namely, their susceptibility to physically realizable patches that hijack policy-critical attention pathways. By demonstrating both effective attack strategies and robust, low-overhead defenses, the study bridges a crucial gap between theoretical robustness and real-world security. The proposed AGSD attack reveals how localized physical perturbations can cause catastrophic failures, emphasizing the need for mechanism-level stability in safety-critical robotic systems. Conversely, SARF offers a practical, scalable solution that enhances robustness without increasing inference complexity, making it highly suitable for deployment in industrial, service, and autonomous robots. This dual contribution advances the understanding of physical adversarial threats and provides actionable strategies to mitigate them, fostering safer deployment of intelligent robots in complex environments.

Technical Contribution

The paper's key technical innovations include the formulation of AGSD, which optimizes printable patches via EOT to hijack action-conditioned attention and disrupt semantic alignment, and SARF, a zero-inference-overhead fine-tuning framework that stabilizes critical attention pathways through feature anchoring, attention distillation, and language-guided geometric constraints. Unlike traditional adversarial training, SARF selectively updates only the visual encoder, leveraging a teacher-student paradigm to preserve pretrained representations while enhancing robustness. The combined approach addresses the internal mechanism vulnerabilities of VLA models, providing theoretical guarantees of attention stability and practical robustness in physical scenarios.

Novelty

This research is the first to explicitly target policy-critical action-to-vision attention pathways in VLA systems, revealing their vulnerability to physically realizable patches. The AGSD attack couples attention hijacking with semantic disruption, demonstrating strong transferability across models and tasks. SARF introduces a novel, zero-cost, mechanism-focused defense that stabilizes internal attention mechanisms without inference overhead. This dual approach departs from prior global representation alignment methods, emphasizing the importance of internal attention pathway robustness, thus pioneering a new direction in physical adversarial defense for robotic perception and control.

Limitations

  • The current approach mainly focuses on visual encoder fine-tuning, leaving other modules like multimodal fusion layers potentially vulnerable. Future work should extend robustness to entire model architectures.
  • AGSD's effectiveness may diminish under extreme viewpoint changes or complex backgrounds; real-world conditions can introduce additional challenges.
  • While SARF is low-cost, its reliance on feature and attention distillation may limit adaptation to highly dynamic or multi-task environments, requiring further generalization.

Future Work

Future research will explore extending SARF to include multimodal fusion layers, enhancing overall robustness. Developing adaptive attack detection mechanisms and integrating multi-task learning could further improve resilience. Additionally, investigating robustness transfer across diverse robotic platforms and complex real-world scenarios will be crucial for broader deployment, aiming toward autonomous systems that are both intelligent and secure in unpredictable environments.

AI Executive Summary

Robotic systems that integrate visual, language, and action modalities (VLA) are increasingly vital for autonomous manipulation in complex environments. However, their vulnerability to physical adversarial attacks poses significant safety risks. This study uncovers a critical attack mechanism—policy-critical action-to-vision attention hijacking—where localized patches can divert the robot’s focus away from task-relevant regions, causing failures. To address this, the authors propose AGSD, an Expectation-over-Transformation optimized printable patch that effectively hijacks attention and disrupts semantic alignment across tasks and architectures. The attack demonstrates high transferability, achieving 100% failure rates in unprotected models. In response, the paper introduces SARF, a zero-inference-overhead defense that fine-tunes only the visual encoder using a teacher-student framework, feature anchoring, attention distillation, and language-guided geometric consistency. Extensive experiments on LIBERO and real robot setups show SARF reduces failure rates from 100% to below 30%, significantly enhancing robustness against physical patches. These findings highlight the importance of mechanism-level stability in VLA models, offering practical pathways for securing autonomous robots in real-world scenarios. The approach balances effectiveness, efficiency, and deployability, marking a substantial advance in robotic safety and adversarial robustness.

Deep Analysis

Background

近年来,视觉-语言-行动(VLA)策略在机器人自主控制中取得突破,代表性工作包括OpenVLA、RT-2等,推动机器人在复杂任务中的泛化能力。然而,随着模型应用于现实环境,其安全性成为新挑战。已有研究多关注全局表示的鲁棒性,缺乏对模型内部关键注意力路径的深入分析。物理对抗攻击如对抗贴片已在图像识别中展现威胁,但在机器人控制中的研究尚少,尤其是针对动作生成的交叉注意力机制。近年来,部分工作尝试通过对抗训练和数据增强提升鲁棒性,但多未考虑模型的内部机制脆弱点。本文基于此背景,提出针对性攻击与机制级防御,填补了该领域的研究空白。

Core Problem

VLA模型的核心问题在于其依赖动作-视觉交叉注意力路径,易被局部物理扰动操控,导致任务失败。传统防御多关注全局特征匹配,忽略关键注意力机制的稳定性。攻击者可利用可打印的对抗贴片,诱导模型注意力偏离任务关键区域,破坏语义对齐,从而引发操控失误。解决这一问题,需深入理解模型的注意力机制,设计既能攻击又能稳固关键路径的策略。如何在保证模型性能的同时,提升其对物理攻击的抵抗能力,成为亟待解决的难题。

Innovation

本研究的创新点在于:1)提出AGSD,通过EOT优化生成跨任务迁移的可打印对抗贴片,专门操控动作-视觉交叉注意力路径,破坏语义对齐;2)设计SARF,只微调视觉编码器,结合特征锚定、关键注意力蒸馏和语言引导的几何一致性,实现在零推理开销下的机制级鲁棒防御。该方法区别于传统对抗训练,强调模型内部关键注意力路径的稳定性,提出了机制级的安全保障策略,兼顾效率与效果,具有重要的工程价值。

Methodology

  • �� AGSD通过优化对抗贴片δ,最大化动作查询对贴片区域的注意力(Lattn),同时增加特征空间的散布(Ldisp)和破坏视觉-语言语义对齐(Lmisalign)。
  • �� 采用EOT框架,模拟实际物理环境中的视角变化,确保贴片在多变条件下依然有效。
  • �� SARF在训练阶段,只微调视觉编码器,利用预训练的教师模型指导学生模型,确保在面对AGSD攻击时保持性能。
  • �� 具体措施包括:特征锚定(Lfeat)保持特征空间一致性;关键注意力蒸馏(Lpcad)确保模型关注关键区域;语言引导的几何一致性(Lgeo)限制模型对任务相关区域的扰动。
  • �� 训练过程中,结合多目标优化,平衡攻击效果与模型稳定性,确保鲁棒性提升。

Experiments

在LIBERO的四个任务套件(空间、目标、长距离、多目标)以及真实PiPER机械臂上,评估AGSD的攻击效果和SARF的防御能力。对比多种攻击方法(如UADA、UPA、EDPA),并在不同模型(OpenVLA、OpenVLA-oft、π0)上测试。指标包括失败率(FR)和成功率(SR),在EOT条件下优化贴片的物理可打印性。采用多视角、多场景设置,验证攻击的迁移性和实用性。SARF训练只需几轮,且不增加推理时间,验证其低成本高效性。

Results

AGSD在LIBERO上将OpenVLA模型的失败率从100%降至14.2%-56.8%,平均28.6%,在多任务场景中表现优异。对PiPER机械臂的测试中,成功率由23%提升至65%。消融实验显示,仅优化注意力引导目标即可显著提升攻击效果,结合语义扰动效果更佳。SARF在不同攻击策略下均表现优越,尤其是在跨模型迁移中,鲁棒性提升明显。物理贴片的实验证明其可打印性和实用性,为实际应用提供保障。

Applications

该技术可应用于自主机器人安全防护、工业自动化中的安全监控,以及关键任务机器人在复杂环境中的抗干扰能力提升。未来,结合多模态信息融合和自适应检测,将进一步增强系统的安全性,为无人驾驶、智能制造等行业提供坚实保障。

Limitations & Outlook

当前方法主要针对视觉编码器的微调,未考虑多模态融合模块的鲁棒性,存在潜在漏洞。AGSD攻击在极端视角变化或复杂背景下效果可能减弱,实际应用中需考虑环境多样性。模型微调虽低成本,但在极端复杂场景下仍可能出现性能下降,未来需结合多任务学习增强泛化能力。

Plain Language Accessible to non-experts

想象你在学校里参加一个演讲比赛,老师让你用手中的道具来吸引观众的注意力。现在,有人偷偷在你的道具上贴了一个特殊的标签,试图让你把注意力集中在那个标签上,而不是你的演讲内容。这样一来,你就可能忘记了重点,导致演讲失败。这个研究就像是发现了这种偷偷贴标签的“恶作剧”,并设计了防止它的方法。科学家们用一种特殊的“魔法贴纸”让机器人在面对这种“恶作剧”时还能专注于正确的任务,就像你在演讲时不被标签分心一样。这种方法让机器人变得更聪明、更安全,不会被小小的“贴纸”骗到,从而保证它们在复杂的环境中也能正常工作。

ELI14 Explained like you're 14

想象你在玩一款游戏,里面的角色需要看着屏幕上的东西,然后做出反应。有时候,别人会偷偷在屏幕上贴个小标签,让你的角色误以为那是重要的东西,结果就会出错。这就像是有人用贴纸骗你的眼睛,让你看错了重点。科学家们发现了这种“贴纸”怎么骗机器人,然后设计了一种特别的“防护罩”,让机器人即使看到这些贴纸,也能专心做正确的事情。他们用一种叫AGSD的“魔法贴纸”制造方法,让贴纸在真实环境中也能用得好。而另一种叫SARF的方法,就像给机器人穿上了“护甲”,只让它的“眼睛”变得更聪明,不会被贴纸骗到。这样一来,机器人就能在真实世界里更安全、更可靠,不会被这些小伎俩搞糊涂。这个研究就像是给机器人装上了“防骗装置”,让它们在复杂的环境中也能稳稳当当地完成任务。

Abstract

Vision-Language-Action (VLA) policies promise general robotic manipulation, but their robustness against physical-world attacks remains fragile. In particular, we show that physically realizable adversarial patches can reliably induce failures by triggering a mechanism we call policy-critical action-to-vision attention hijacking, where action-conditioned attention is diverted from task-relevant regions to a localized patch. To demonstrate the threat, we propose Attention-Guided Semantic Disruption (AGSD), an Expectation-over-Transformation (EOT) optimized printable patch that jointly (i) concentrates action-to-vision attention on the patch and (ii) disrupts vision-language semantic alignment, yielding strong cross-task and cross-architecture transfer. To mitigate such attacks, we introduce Structure-Aware Robust Fine-Tuning (SARF), a zero-inference-overhead defense that fine-tunes only the visual encoder using feature anchoring, policy-critical attention correction, and language-guided geometric consistency restricted to semantically relevant regions. On LIBERO, SARF reduces OpenVLA's failure rate under AGSD from 100% to 14.2%-56.8% (28.6% average) across suites while preserving clean performance, and on a real PiPER manipulator it improves average success under AGSD from 23.0% to 65.0%. These results highlight mechanism-level robustness as a practical path to securing VLA robots against physical attention hijacking.

cs.RO cs.AI