arXiv:2606.09511cs.CV2026-06

用多模型检测器识别自监督数据中的恶意污染,提升大模型训练安全性。

Securing Self-supervised Data Curation for Foundation Models Robustness

论文配图:Securing Self-supervised Data Curation for Foundation Models Robustness
图 1 · 摘自论文原文
  • 融合ImageBind与多种分类器构建污染检测机制
  • 在17.6万张图像上对三种攻击实现高精度检测,SVM效果最佳
  • 可快速集成新攻击检测器,适合大规模数据清洗场景

自监督数据清洗为提升机器学习模型的泛化能力提供了规模化路径。通过自监督学习(SSL)进行数据清洗,可有效满足基础模型对海量训练数据的需求,显著降低标注成本并减少人工干预。然而,依赖匿名且未经验证的外部数据源会大幅增加数据污染风险。本文提出一种主动防御机制——污染数据检测器(PDD),用于在基础模型训练前保障SSL清洗数据集的完整性。PDD结合预训练ImageBind模型与随机森林(RF)、K近邻(KNN)、朴素贝叶斯(NB)和支持向量机(SVM)等传统分类器。我们在三个不同数据集共176,200张图像上,针对三种对抗攻击(涵盖分布内与分布外场景)进行了严格评估。结果显示,SVM-PDD在分布内(Set3-Set5)和分布外(TrueFace、140K RealFace)数据集上均表现优异。该设计具备强可扩展性,支持通过集成方法快速融入新攻击检测模块。

原文摘要 · Abstract (English)

Self-supervised data curation provides a pathway to scaling and improving the generalization capabilities of machine learning models. By leveraging self-supervised learning (SSL) for data curation, the demand for massive training datasets required by foundation models can be effectively met. SSL greatly alleviates the costs associated with annotation and manual dataset curation while minimizing the need for human oversight. However, the integrity of SSL-curated datasets must be rigorously checked, as reliance on anonymous and unvetted external sources can substantially increase the risk of data poisoning. In this paper, we propose a Poisoned Data Detector (PDD), an active defense mechanism designed to ensure the integrity of SSL-curated datasets prior to foundation model training. PDDs are designed using a combination of the pretrained ImageBind model and traditional classifiers, including Random Forest (RF), k-Nearest Neighbors (KNN), Naive Bayes (NB), and Support Vector Machines (SVM). We rigorously evaluated PDDs using 176,200 images from three diverse datasets and three different adversarial attacks encompassing both in-distribution and out-of-distribution scenarios. Notably, SVM-PDD achieves superior performance for both in-distribution (Set3-Set5) and out-of-distribution (TrueFace and 140K RealFace) datasets. Our design demonstrates strong scalability and enables the rapid integration of new adversarial attack detectors through an ensemble approach.

数据安全自监督学习模型鲁棒性检测器

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