LGDec 21, 2023

Invariant Anomaly Detection under Distribution Shifts: A Causal Perspective

arXiv:2312.14329v113 citationsh-index: 76Has CodeNIPS
Originality Highly original
AI Analysis

This work addresses robust anomaly detection for applications where training and test data distributions differ, offering a causal perspective to enhance model resilience under domain and covariate shifts.

The paper tackled the problem of anomaly detection under distribution shifts by proposing a regularization term derived from causal inference to achieve invariant representations, resulting in significant improvements in out-of-distribution performance across six different methods.

Anomaly detection (AD) is the machine learning task of identifying highly discrepant abnormal samples by solely relying on the consistency of the normal training samples. Under the constraints of a distribution shift, the assumption that training samples and test samples are drawn from the same distribution breaks down. In this work, by leveraging tools from causal inference we attempt to increase the resilience of anomaly detection models to different kinds of distribution shifts. We begin by elucidating a simple yet necessary statistical property that ensures invariant representations, which is critical for robust AD under both domain and covariate shifts. From this property, we derive a regularization term which, when minimized, leads to partial distribution invariance across environments. Through extensive experimental evaluation on both synthetic and real-world tasks, covering a range of six different AD methods, we demonstrated significant improvements in out-of-distribution performance. Under both covariate and domain shift, models regularized with our proposed term showed marked increased robustness. Code is available at: https://github.com/JoaoCarv/invariant-anomaly-detection.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes