arXiv:2505.17807cs.CV2025-05IJCAI被引 1

通过背景混元增强视频动作识别攻击的跨模型迁移能力。

Temporal Consistency Constrained Transferable Adversarial Attacks with Background Mixup for Action Recognition

论文配图:Temporal Consistency Constrained Transferable Adversarial Attacks with Background Mixup for Action Recognition
图 1 · 摘自论文原文
  • 用强化学习选取高攻击性背景帧,与原帧混合提升攻击鲁棒性。
  • 引入时序梯度一致性损失,稳定攻击方向避免梯度震荡。
  • 在UCF101、Kinetics-400等数据集上显著提升攻击迁移率。

基于深度学习的动作识别模型易受对抗样本影响,且对抗样本可在相同模态数据训练的不同模型间迁移。现有迁移攻击方法面临两大挑战:一是严重依赖源模型与目标模型决策边界相似的假设,限制了攻击迁移性;二是决策边界差异导致攻击方向不确定,引发梯度震荡,削弱攻击效果。为此,本文提出一种基于背景混元的时序一致性(BMTC)攻击方法。从输入变换角度,设计无模型依赖的背景对抗混元模块:随机选取每类视频一帧作为背景,通过强化学习筛选攻击能力最强的背景帧,与干净帧进行混合。同时,利用背景类别引导梯度更新,并引入时序梯度一致性损失,增强后续帧攻击方向的稳定性。在UCF101、Kinetics-400两个视频数据集及ImageNet图像数据集上的实验表明,该方法显著提升了对抗样本在多个动作/图像识别模型间的迁移能力。代码已公开于https://github.com/mlvccn/BMTC_TransferAttackVid。

原文摘要 · Abstract (English)

Action recognition models using deep learning are vulnerable to adversarial examples, which are transferable across other models trained on the same data modality. Existing transferable attack methods face two major challenges: 1) they heavily rely on the assumption that the decision boundaries of the surrogate (a.k.a., source) model and the target model are similar, which limits the adversarial transferability; and 2) their decision boundary difference makes the attack direction uncertain, which may result in the gradient oscillation, weakening the adversarial attack. This motivates us to propose a Background Mixup-induced Temporal Consistency (BMTC) attack method for action recognition. From the input transformation perspective, we design a model-agnostic background adversarial mixup module to reduce the surrogate-target model dependency. In particular, we randomly sample one video from each category and make its background frame, while selecting the background frame with the top attack ability for mixup with the clean frame by reinforcement learning. Moreover, to ensure an explicit attack direction, we leverage the background category as guidance for updating the gradient of adversarial example, and design a temporal gradient consistency loss, which strengthens the stability of the attack direction on subsequent frames. Empirical studies on two video datasets, i.e., UCF101 and Kinetics-400, and one image dataset, i.e., ImageNet, demonstrate that our method significantly boosts the transferability of adversarial examples across several action/image recognition models. Our code is available at https://github.com/mlvccn/BMTC_TransferAttackVid.

对抗攻击视频识别迁移性时序一致

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。