🤖 AI Summary
This work addresses the challenge of effectively identifying anomalous patterns that depend on a subset of attributes when other attributes are given as conditions. To this end, we propose a metric learning approach tailored for conditional anomaly detection. The method adaptively learns a distance metric that explicitly models conditional dependencies among attributes and integrates instance-level neighborhood analysis to enable precise local anomaly discrimination. In contrast to existing instance-based approaches that rely on fixed distance metrics, our approach significantly improves detection accuracy and demonstrates enhanced capability in recognizing critical anomalous instances under dynamic conditional scenarios.
📝 Abstract
Anomaly detection methods can be very useful in identifying unusual or interesting patterns in data. A recently proposed conditional anomaly detection framework extends anomaly detection to the problem of identifying anomalous patterns on a subset of attributes in the data. The anomaly always depends (is conditioned) on the value of remaining attributes. The work presented in this paper focuses on instance-based methods for detecting conditional anomalies. The methods depend heavily on the distance metric that lets us identify examples in the dataset that are most critical for detecting the anomaly. To optimize the performance of such methods we study and devise a metric learning method that learns the distance metric to reflect best the conditional anomaly pattern.