Research Papers 论文研究 5d ago Updated 4d ago 更新于 4天前 43

Contrastive Learning for Interpretable Anomaly Detection at Collider Experiments 对比学习用于对撞机实验的可解释异常检测

ORCA (Organized Representation via Contrastive learning for Anomaly detection) is a two-stage framework combining supervised contrastive learning with autoencoders for interpretable anomaly detection at collider experiments The method addresses two key problems in generic event-level anomaly detection: uninterpretable anomaly scores and strong correlation with energy scale and object multiplicity On simulated HL-LHC data, ORCA achieves significant gains in both breadth and depth of sensitivity t 提出ORCA框架,结合监督对比学习与自编码器,解决对撞机物理中异常检测分数难以解释且与能量尺度强相关的问题 在HL-LHC模拟数据集上验证,相比基线自编码器在广度和深度上均显著提升对新物理信号的敏感度 通过对比嵌入空间实现可解释性:已知物理过程占据不同区域,最大似然模板拟合可量化归因异常事件并估计不确定性 即使信号未参与训练,拟合仍能准确恢复注入信号产额,并表征模板库中缺失的信号类型

55
Hot 热度
72
Quality 质量
58
Impact 影响力

Analysis 深度分析

TL;DR

  • ORCA (Organized Representation via Contrastive learning for Anomaly detection) is a two-stage framework combining supervised contrastive learning with autoencoders for interpretable anomaly detection at collider experiments
  • The method addresses two key problems in generic event-level anomaly detection: uninterpretable anomaly scores and strong correlation with energy scale and object multiplicity
  • On simulated HL-LHC data, ORCA achieves significant gains in both breadth and depth of sensitivity to new physics signals compared to baseline autoencoder architectures
  • The contrastive embedding enables interpretability by allowing maximum-likelihood template fits to attribute anomalous events to known physics processes with quantified uncertainties
  • The framework accurately recovers injected signal yields, including for signals excluded from training, and characterizes unknown signals by their resemblance to known template processes

Why It Matters

This work bridges machine learning and high-energy physics by making anomaly detection both more sensitive and interpretable—two properties that have historically been at odds in collider searches. For AI practitioners working in scientific domains, ORCA demonstrates how contrastive representation learning can add structural interpretability to otherwise black-box anomaly detection systems, offering a template for applying similar approaches in other fields where both detection performance and explainability are critical.

Technical Details

  • Two-stage architecture: Stage 1 learns an embedding space via supervised contrastive learning across diverse physics processes; Stage 2 runs a standard autoencoder within that embedding space to generate event-level anomaly scores
  • Interpretability mechanism: Known physics processes occupy distinct regions in the contrastive embedding space, enabling a maximum-likelihood template fit to attribute events in anomalous samples to specific template processes with quantified uncertainties
  • Benchmark: Evaluated on a simulated dataset consistent with High-Luminosity Large Hadron Collider (HL-LHC) conditions, comparing against a baseline autoencoder architecture
  • Signal recovery: The fit accurately recovers injected signal yields, including signals excluded from embedding training, and characterizes signals absent from the template library by identifying which known processes they most resemble
  • Higher-dimensional advantage: The embedding geometry carries higher-dimensional physics information compared to standard one-dimensional output fits, enhancing downstream statistical analysis

Industry Insight

  • The ORCA framework demonstrates a generalizable pattern: combining contrastive representation learning with reconstruction-based anomaly detection can simultaneously improve sensitivity and interpretability, a principle applicable beyond particle physics to any domain requiring both detection performance and explainability
  • As collider experiments approach HL-LHC conditions, the ability to attribute anomalous events to known processes with quantified uncertainties could accelerate discovery pipelines by reducing the need for manual signal characterization
  • Researchers should consider contrastive learning as a preprocessing step for anomaly detection systems where downstream statistical analysis depends on understanding what type of anomaly was detected, not just that an anomaly exists

TL;DR

  • 提出ORCA框架,结合监督对比学习与自编码器,解决对撞机物理中异常检测分数难以解释且与能量尺度强相关的问题
  • 在HL-LHC模拟数据集上验证,相比基线自编码器在广度和深度上均显著提升对新物理信号的敏感度
  • 通过对比嵌入空间实现可解释性:已知物理过程占据不同区域,最大似然模板拟合可量化归因异常事件并估计不确定性
  • 即使信号未参与训练,拟合仍能准确恢复注入信号产额,并表征模板库中缺失的信号类型

为什么值得看

本文首次将对比学习引入高能物理异常检测,解决了传统方法中异常分数缺乏物理可解释性的核心痛点,为对撞机新物理搜索提供了兼具高灵敏度与可归因性的新范式。

技术解析

  • ORCA采用两阶段架构:第一阶段通过监督对比学习在多样化物理过程上构建嵌入空间,使不同过程在空间中形成可分离区域;第二阶段在该嵌入空间运行标准自编码器生成事件级异常分数
  • 对比嵌入空间支持最大似然模板拟合,可将异常样本中的事件归因到已知物理过程模板,并给出量化不确定性,实现从"黑盒分数"到"物理可解释归因"的转变
  • 在HL-LHC条件下模拟数据验证,ORCA对训练外信号仍保持高灵敏度,且能识别未包含在模板库中的信号类型,通过其最接近的已知过程进行表征

行业启示

  • 对比学习在高能物理等科学计算领域的应用潜力巨大,其构建的结构化嵌入空间可同时服务于检测性能与物理可解释性双重目标
  • 未来对撞机实验的数据分析 pipeline 可考虑将对比学习作为预处理步骤,为下游统计推断提供更丰富的特征表示
  • 该框架的"训练外泛化+可归因"特性为未知新物理信号的系统性搜索提供了可扩展的方法论基础

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Training 训练 Embedding Model 嵌入模型