arXiv:2507.06624cs.LG2025-07被引 1

一个无需调参的通用异常检测模型,跨领域直接用。

UniOD: A Universal Model for Outlier Detection across Diverse Domains

  • 用多尺度相似矩阵提取可比特征,再用图网络统一建模
  • 30个基准数据集上优于17种基线方法,准确率显著提升
  • 适合工业、医疗等需快速部署异常检测的场景

异常检测(OD)在科学与工程中至关重要,旨在区分无标签数据中的正常样本与异常样本。尽管已有多种有效方法,但多数需繁琐超参数调优和针对每项任务单独训练模型。本文提出UniOD,一种通用异常检测框架,利用标注数据训练单一模型,即可在不同特征维度和异构特征空间的多样化领域数据上进行异常检测。具体而言,UniOD通过构建并分解多尺度点对相似性矩阵,提取跨数据集的统一可比特征;随后使用图神经网络同时捕捉数据集内与数据集间的全局信息,并将异常检测任务建模为节点分类问题。训练完成后,UniOD无需任何额外模型选择或参数优化,即可在不同领域的数据上识别异常,极大提升实际应用中的便捷性与准确性。更重要的是,我们提供了理论保障,与数值结果一致。在30个基准数据集上对比17种基线方法,验证了其有效性与优越性。代码已开源:https://github.com/fudazhiaka/UniOD。

原文摘要 · Abstract (English)

Outlier detection (OD), distinguishing inliers and outliers in completely unlabeled datasets, plays a vital role in science and engineering. Although there have been many insightful OD methods, most of them require troublesome hyperparameter tuning (a challenge in unsupervised learning) and costly model training for every task or dataset. In this work, we propose UniOD, a universal OD framework that leverages labeled datasets to train a single model capable of detecting outliers of datasets with different feature dimensions and heterogeneous feature spaces from diverse domains. Specifically, UniOD extracts uniform and comparable features across different datasets by constructing and factorizing multi-scale point-wise similarity matrices. It then employs graph neural networks to capture comprehensive within-dataset and between-dataset information simultaneously, and formulates outlier detection tasks as node classification tasks. As a result, once the training is complete, UniOD can identify outliers in datasets from diverse domains without any further model/hyperparameter selection and parameter optimization, which greatly improves convenience and accuracy in real applications. More importantly, we provide theoretical guarantees for the effectiveness of UniOD, consistent with our numerical results. We evaluate UniOD on 30 benchmark OD datasets against 17 baselines, demonstrating its effectiveness and superiority. Our code is available at https://github.com/fudazhiaka/UniOD.

异常检测通用模型图神经网络

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