arXiv:2503.06166cs.CRcs.AI2025-03ICCV被引 25

无需反向传播,在设备端实现安全高效的个性化异常检测。

Secure On-Device Video OOD Detection Without Backpropagation

  • 用超网络动态生成本地参数,避免设备端微调
  • 在多个数据集上达到全微调模型性能水平
  • 适合边缘设备部署,兼顾隐私与计算效率

Out-of-Distribution(OOD)检测对自动驾驶、医疗诊断等安全关键应用至关重要。尽管将个性化OOD检测直接部署在边缘设备上理想,但受限于模型过大和设备无法支持在线训练。联邦学习虽部分缓解此问题,但仍需梯度计算与反向传播,超出多数边缘设备能力。为此,我们提出SecDOOD:一种安全的云-设备协同框架,可在不依赖设备端反向传播的前提下实现高效边缘OOD检测。SecDOOD利用云端资源训练模型,同时通过将敏感数据保留在设备端保障用户隐私。其核心是基于超网络的个性化参数生成模块,可动态生成本地权重调整,融合全局与局部信息,无需本地微调。此外,动态特征采样与加密策略仅对最具有信息量的特征通道加密,显著降低加密开销而不影响检测性能。大量实验在多个数据集与OOD场景中验证,SecDOOD性能接近全微调模型,实现在资源受限边缘设备上的安全、高效、个性化检测。代码已公开于https://github.com/Dystopians/SecDOOD。

原文摘要 · Abstract (English)

Out-of-Distribution (OOD) detection is critical for ensuring the reliability of machine learning models in safety-critical applications such as autonomous driving and medical diagnosis. While deploying personalized OOD detection directly on edge devices is desirable, it remains challenging due to large model sizes and the computational infeasibility of on-device training. Federated learning partially addresses this but still requires gradient computation and backpropagation, exceeding the capabilities of many edge devices. To overcome these challenges, we propose SecDOOD, a secure cloud-device collaboration framework for efficient on-device OOD detection without requiring device-side backpropagation. SecDOOD utilizes cloud resources for model training while ensuring user data privacy by retaining sensitive information on-device. Central to SecDOOD is a HyperNetwork-based personalized parameter generation module, which adapts cloud-trained models to device-specific distributions by dynamically generating local weight adjustments, effectively combining central and local information without local fine-tuning. Additionally, our dynamic feature sampling and encryption strategy selectively encrypts only the most informative feature channels, largely reducing encryption overhead without compromising detection performance. Extensive experiments across multiple datasets and OOD scenarios demonstrate that SecDOOD achieves performance comparable to fully fine-tuned models, enabling secure, efficient, and personalized OOD detection on resource-limited edge devices. To enhance accessibility and reproducibility, our code is publicly available at https://github.com/Dystopians/SecDOOD.

边缘计算OOD检测隐私保护超网络

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