LGMay 3, 2022

TracInAD: Measuring Influence for Anomaly Detection

arXiv:2205.01362v48 citationsh-index: 14
Originality Incremental advance
AI Analysis

This addresses the challenge of applying deep learning to anomaly detection in tabular data, which is incremental as it builds on existing influence measures.

The paper tackled the problem of detecting anomalies in tabular datasets using neural networks by proposing TracInAD, a method based on influence measures to augment unsupervised deep anomaly detection. It achieved comparable or better detection accuracy on medical and cybersecurity benchmarks.

As with many other tasks, neural networks prove very effective for anomaly detection purposes. However, very few deep-learning models are suited for detecting anomalies on tabular datasets. This paper proposes a novel methodology to flag anomalies based on TracIn, an influence measure initially introduced for explicability purposes. The proposed methods can serve to augment any unsupervised deep anomaly detection method. We test our approach using Variational Autoencoders and show that the average influence of a subsample of training points on a test point can serve as a proxy for abnormality. Our model proves to be competitive in comparison with state-of-the-art approaches: it achieves comparable or better performance in terms of detection accuracy on medical and cyber-security tabular benchmark data.

Code Implementations2 repos
Foundations

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

Your Notes