by , ,
Abstract:
Outliers are ubiquitous in modern data sets. Distance-based techniques are a popular non-parametric approach to outlier detection as they require no prior assumptions on the data generating distribution and are simple to implement. Scaling these techniques to massive data sets without sacrificing accuracy is a challenging task. We propose a novel algorithm based on the intuition that outliers have a significant influence on the quality of divergence-based clustering solutions. We propose sensitivity - the worst-case impact of a data point on the clustering objective - as a measure of outlierness. We then prove that influence - a (non-trivial) upper-bound on the sensitivity can be computed by a simple linear time algorithm. To scale beyond a single machine, we propose a communication efficient distributed algorithm. In an extensive experimental evaluation, we demonstrate the effectiveness and establish the statistical significance of the proposed approach. In particular, it outperforms the most popular distance-based approaches while being several orders of magnitude faster.
Reference:
Linear-Time Outlier Detection via Sensitivity M. Lucic, O. Bachem, A. KrauseIn Proc. International Joint Conference on Artificial Intelligence (IJCAI), 2016
Bibtex Entry:
@inproceedings{lucic16outliers,
	author = {Mario Lucic and Olivier Bachem and Andreas Krause},
	booktitle = {Proc. International Joint Conference on Artificial Intelligence (IJCAI)},
	month = {July},
	title = {Linear-Time Outlier Detection via Sensitivity},
	year = {2016}}