arXiv:2507.22813cs.CV2025-07ICCV被引 3

无需数据即可还原恶意触发器,让模型自动生成可疑输入。

DISTIL: Data-Free Inversion of Suspicious Trojan Inputs via Latent Diffusion

  • 用扩散生成器在隐空间搜索触发器,避免对触发器形态的强假设。
  • 在BackdoorBench上比现有方法高7.1%准确率,对象检测模型上提升9.4%。
  • 适合需要无数据防御后门攻击的研究者和安全系统开发者。

深度神经网络在众多任务中表现卓越,但易受后门攻击威胁,尤其在关键应用中引发安全担忧。常见对策是触发器反转——重建攻击者训练时植入的恶意‘捷径’模式。现有方法通常在全像素空间搜索,且依赖特定假设,无法保证重构的触发器不是仅使模型输出翻转的对抗扰动。本文提出一种无需数据、零样本的触发器反转策略,通过将扩散生成器与目标分类器结合,在隐空间内迭代生成符合模型内部表示的候选触发器。实证评估表明,该方法能有效区分干净模型与被污染模型。DISTIL在BackdoorBench数据集上最高提升7.1%准确率,在后门对象检测模型扫描中改善9.4%,为无需大量数据或强先验假设的可靠后门防御提供了新方向。代码已开源:https://github.com/AdaptiveMotorControlLab/DISTIL。

原文摘要 · Abstract (English)

Deep neural networks have demonstrated remarkable success across numerous tasks, yet they remain vulnerable to Trojan (backdoor) attacks, raising serious concerns about their safety in real-world mission-critical applications. A common countermeasure is trigger inversion -- reconstructing malicious "shortcut" patterns (triggers) inserted by an adversary during training. Current trigger-inversion methods typically search the full pixel space under specific assumptions but offer no assurances that the estimated trigger is more than an adversarial perturbation that flips the model output. Here, we propose a data-free, zero-shot trigger-inversion strategy that restricts the search space while avoiding strong assumptions on trigger appearance. Specifically, we incorporate a diffusion-based generator guided by the target classifier; through iterative generation, we produce candidate triggers that align with the internal representations the model relies on for malicious behavior. Empirical evaluations, both quantitative and qualitative, show that our approach reconstructs triggers that effectively distinguish clean versus Trojaned models. DISTIL surpasses alternative methods by high margins, achieving up to 7.1% higher accuracy on the BackdoorBench dataset and a 9.4% improvement on trojaned object detection model scanning, offering a promising new direction for reliable backdoor defense without reliance on extensive data or strong prior assumptions about triggers. The code is available at https://github.com/AdaptiveMotorControlLab/DISTIL.

后门攻击扩散模型触发器反转零样本

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