LGMLAug 26, 2018

Detecting Outliers in Data with Correlated Measures

arXiv:1808.08640v124 citations
Originality Incremental advance
AI Analysis

This addresses the problem of data quality for applications relying on sensor data, but it is incremental as it builds on existing outlier detection techniques.

The paper tackles outlier detection in noisy sensor data by proposing a robust regression method that models and detects outliers simultaneously, achieving better performance than state-of-the-art methods on real-world datasets.

Advances in sensor technology have enabled the collection of large-scale datasets. Such datasets can be extremely noisy and often contain a significant amount of outliers that result from sensor malfunction or human operation faults. In order to utilize such data for real-world applications, it is critical to detect outliers so that models built from these datasets will not be skewed by outliers. In this paper, we propose a new outlier detection method that utilizes the correlations in the data (e.g., taxi trip distance vs. trip time). Different from existing outlier detection methods, we build a robust regression model that explicitly models the outliers and detects outliers simultaneously with the model fitting. We validate our approach on real-world datasets against methods specifically designed for each dataset as well as the state of the art outlier detectors. Our outlier detection method achieves better performances, demonstrating the robustness and generality of our method. Last, we report interesting case studies on some outliers that result from atypical events.

Foundations

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

Your Notes