arXiv:2601.00367cs.CRcs.AI2026-01中稿 · DATE 2026

轻量级防御恶意贴纸攻击,提升边缘设备模型可靠性

PatchBlock: A Lightweight Defense Against Adversarial Patches for Embedded EdgeAI Devices

  • 通过分块+异常检测+降维三阶段,实时识别并抑制恶意贴纸干扰
  • 在强攻击下恢复77%模型准确率,且对正常图像影响极小
  • 可部署于边缘设备CPU,兼容现有系统,适合自动驾驶等场景

对抗性攻击对依赖资源受限设备进行实时推理的边缘AI应用(如自动驾驶、监控)构成重大挑战。其中,基于贴片的对抗攻击(如在物体上贴恶意贴纸)可轻易误导神经网络做出错误判断,后果严重。本文提出PatchBlock,一种轻量级防御框架,用于检测并中和图像中的对抗贴片。该框架利用异常检测与降维技术,识别受对抗噪声影响的区域并抑制其影响。它作为传感器级预处理模块运行,可在CPU上与GPU推理并行执行,不增加额外显卡开销,保持系统吞吐量。框架采用三阶段流程:输入分块(Chunking)、基于改进孤立森林的异常区域检测(Separating)、对识别出的异常点进行降维处理(Mitigating)。PatchBlock具有模型与贴片无关性,可无缝嵌入现有流水线,位于传感器输入与下游模型之间。在多种神经网络架构、基准数据集、攻击类型及多样化边缘设备上的评估表明,PatchBlock能持续提升鲁棒性,在强攻击(如Google Adversarial Patch)下恢复高达77%的原始准确率,同时保持高可移植性与极小的干净准确率损失。此外,其在计算时间与每样本能耗方面均优于当前最优防御方法,适用于边缘AI场景。

原文摘要 · Abstract (English)

Adversarial attacks pose a significant challenge to the reliable deployment of machine learning models in EdgeAI applications, such as autonomous driving and surveillance, which rely on resource-constrained devices for real-time inference. Among these, patch-based adversarial attacks, where small malicious patches (e.g., stickers) are applied to objects, can deceive neural networks into making incorrect predictions with potentially severe consequences. In this paper, we present PatchBlock, a lightweight framework designed to detect and neutralize adversarial patches in images. Leveraging outlier detection and dimensionality reduction, PatchBlock identifies regions affected by adversarial noise and suppresses their impact. It operates as a pre-processing module at the sensor level, efficiently running on CPUs in parallel with GPU inference, thus preserving system throughput while avoiding additional GPU overhead. The framework follows a three-stage pipeline: splitting the input into chunks (Chunking), detecting anomalous regions via a redesigned isolation forest with targeted cuts for faster convergence (Separating), and applying dimensionality reduction on the identified outliers (Mitigating). PatchBlock is both model- and patch-agnostic, can be retrofitted to existing pipelines, and integrates seamlessly between sensor inputs and downstream models. Evaluations across multiple neural architectures, benchmark datasets, attack types, and diverse edge devices demonstrate that PatchBlock consistently improves robustness, recovering up to 77% of model accuracy under strong patch attacks such as the Google Adversarial Patch, while maintaining high portability and minimal clean accuracy loss. Additionally, PatchBlock outperforms the state-of-the-art defenses in efficiency, in terms of computation time and energy consumption per sample, making it suitable for EdgeAI applications.

对抗攻击边缘AI轻量化防御图像安全

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