paper-with-me

홈 › Papers

Mechanistic Anomaly Detection via Functional Attribution

2026-04-21 · Hugo Lyons Keenan, Christopher Leckie, Sarah Erfani arxiv

We can often verify the correctness of neural network outputs using ground truth labels, but we cannot reliably determine whether the output was produced by normal or anomalous internal mechanisms. Mechanistic anomaly detection (MAD) aims to flag these cases, but existing methods either depend on latent space analysis, which is vulnerable to obfuscation, or are specific to particular architectures and modalities. We reframe MAD as a functional attribution problem: asking to what extent samples from a trusted set can explain the model's output, where attribution failure signals anomalous behavior. We operationalize this using influence functions, measuring functional coupling between test samples and a small reference set via parameter-space sampling. We evaluate across multiple anomaly types and modalities. For backdoors in vision models, our method achieves state-of-the-art detection on BackdoorBench, with an average Defense Effectiveness Rating (DER) of 0.93 across seven attacks and four datasets (next best 0.83). For LLMs, we similarly achieve a significant improvement over baselines for several backdoor types, including on explicitly obfuscated models. Beyond backdoors, our method can detect adversarial and out-of-distribution samples, and distinguishes multiple anomalous mechanisms within a single model. Our results establish functional attribution as an effective, modality-agnostic tool for detecting anomalous behavior in deployed models.

📄 PDF Abstract BibTeX arXiv:2604.18970

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

Mechanistic Data Attribution: Tracing the Training Origins of Interpretable LLM Units

2026-01-29 · Jianhui Chen, Yuzhang Luo, Liangming Pan arxiv

While Mechanistic Interpretability has identified interpretable circuits in LLMs, their causal origins in training data remain elusive. We introduce Mechanistic Data Attribution (MDA), a scalable framework that employs I…

Data Augmentation

A Characteristic Function for Shapley-Value-Based Attribution of Anomaly Scores

2020-04-09 · Naoya Takeishi, Yoshinobu Kawahara

In anomaly detection, the degree of irregularity is often summarized as a real-valued anomaly score. We address the problem of attributing such anomaly scores to input features for interpreting the results of anomaly det…

Anomaly DetectionSemi-supervised Anomaly DetectionSupervised Anomaly Detection

Conditional Attribution for Root Cause Analysis in Time-Series Anomaly Detection

2026-04-19 · Shashank Mishra, Karan Patil, Cedric Schockaert, Didier Stricker 외 arxiv

Root cause analysis (RCA) for time-series anomaly detection is critical for the reliable operation of complex real-world systems. Existing explanation methods often rely on unrealistic feature perturbations and ignore te…

Computational EfficiencyAnomaly Detection

Root Cause Explanation of Outliers under Noisy Mechanisms

2023-12-19 · Phuoc Nguyen, Truyen Tran, Sunil Gupta, Thin Nguyen 외

Identifying root causes of anomalies in causal processes is vital across disciplines. Once identified, one can isolate the root causes and implement necessary measures to restore the normal operation. Causal processes ar…

Attribute

Attribution Graphs and Causal Probing for Mechanistic Discovery and Bias Repair in Multimodal Generative Learning

2025-10-14 · Noor Islam S. Mohammad, Uluğ Bayazıt arxiv

We treat the internals of generative models as mechanistic objects rather than black boxes. We introduce \textbf{Attribution Graphs} (AGs), which extend GradCAM++ to circuit-level representations, and \textbf{Causal Prob…

Adversarial Robustness