paper-with-me

홈 › Papers

Linear-time Outlier Detection via Sensitivity

2016-05-02 · Mario Lucic, Olivier Bachem, Andreas Krause

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.

📄 PDF Abstract BibTeX arXiv:1605.00519

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringOutlier DetectionSensitivity

Similar Papers 제목 키워드 기반

Size Matters: Cardinality-Constrained Clustering and Outlier Detection via Conic Optimization

2017-05-22 · Napat Rujeerapaiboon, Kilian Schindler, Daniel Kuhn, Wolfram Wiesemann

Plain vanilla K-means clustering has proven to be successful in practice, yet it suffers from outlier sensitivity and may produce highly unbalanced clusters. To mitigate both shortcomings, we formulate a joint outlier de…

ClusteringConstrained ClusteringOutlier Detection

Statistical Non-linear Reconstruction Loss for Image Anomaly Detection

2026-07-14 · Nguyen Minh Tri, Hoang Khuong Duy, Huynh Cong Viet Ngu arxiv

Reconstruction-based methods are a cornerstone of unsupervised image anomaly detection, but they remain vulnerable to \emph{outlier leakage}, where standard mean squared error (MSE) loss drives the model to faithfully re…

Anomaly Detection

Outlier-Insensitive Kalman Filtering: Theory and Applications

2023-09-18 · Shunit Truzman, Guy Revach, Nir Shlezinger, Itzik Klein

State estimation of dynamical systems from noisy observations is a fundamental task in many applications. It is commonly addressed using the linear Kalman filter (KF), whose performance can significantly degrade in the p…

Outlier DetectionState Estimation

Differentially Private Analysis of Outliers

2015-07-24 · Rina Okada, Kazuto Fukuchi, Kazuya Kakizaki, Jun Sakuma

This paper investigates differentially private analysis of distance-based outliers. The problem of outlier detection is to find a small number of instances that are apparently distant from the remaining instances. On the…

Outlier DetectionSensitivity

Automated detection of business-relevant outliers in e-commerce conversion rate

2019-05-15 · Rohan Wickramasuriya, Dean Marchiori

We evaluate how modern outlier detection methods perform in identifying outliers in e-commerce conversion rate data. Based on the limitations identified, we then present a novel method to detect outliers in e-commerce co…

Outlier Detection