English

Sparx: Distributed Outlier Detection at Scale

Distributed, Parallel, and Cluster Computing 2022-06-06 v1 Databases

Abstract

There is no shortage of outlier detection (OD) algorithms in the literature, yet a vast body of them are designed for a single machine. With the increasing reality of already cloud-resident datasets comes the need for distributed OD techniques. This area, however, is not only understudied but also short of public-domain implementations for practical use. This paper aims to fill this gap: We design Sparx, a data-parallel OD algorithm suitable for shared-nothing infrastructures, which we specifically implement in Apache Spark. Through extensive experiments on three real-world datasets, with several billions of points and millions of features, we show that existing open-source solutions fail to scale up; either by large number of points or high dimensionality, whereas Sparx yields scalable and effective performance. To facilitate practical use of OD on modern-scale datasets, we open-source Sparx under the Apache license at https://tinyurl.com/sparx2022.

Cite

@article{arxiv.2206.01281,
  title  = {Sparx: Distributed Outlier Detection at Scale},
  author = {Sean Zhang and Varun Ursekar and Leman Akoglu},
  journal= {arXiv preprint arXiv:2206.01281},
  year   = {2022}
}

Comments

11 pages, 7 figures, 14 tables

R2 v1 2026-06-24T11:37:41.214Z