paper-with-me

홈 › Papers

Stochastic Voronoi Ensembles for Anomaly Detection

2026-01-07 · Yang Cao, Sikun Yang, Xuyun Zhang, Yujiu Yang arxiv

Anomaly detection aims to identify data instances that deviate significantly from majority of data, which has been widely used in fraud detection, network security, and industrial quality control. Existing methods struggle with datasets exhibiting varying local densities: distance-based methods miss local anomalies, while density-based approaches require careful parameter selection and incur quadratic time complexity. We observe that local anomalies, though indistinguishable under global analysis, become conspicuous when the data space is decomposed into restricted regions and each region is examined independently. Leveraging this geometric insight, we propose SVEAD (Stochastic Voronoi Ensembles Anomaly Detector), which constructs ensemble random Voronoi diagrams and scores points by normalized cell-relative distances weighted by local scale. The proposed method achieves linear time complexity and constant space complexity. Experiments on 45 datasets demonstrate that SVEAD outperforms 12 state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2601.03664

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionFraud Detection

Similar Papers 제목 키워드 기반

Anomaly Detection with the Voronoi Diagram Evolutionary Algorithm

2016-10-27 · Marti Luis, Fansi-Tchango Arsene, Navarro Laurent, Marc Schoenauer

This paper presents the Voronoi diagram-based evolutionary algorithm (VorEAl). VorEAl partitions input space in abnormal/normal subsets using Voronoi diagrams. Diagrams are evolved using a multi-objective bio-inspired ap…

Anomaly DetectionGeneral Classification

GAN Ensemble for Anomaly Detection

2020-12-14 · Xu Han, Xiaohui Chen, Li-Ping Liu

When formulated as an unsupervised learning problem, anomaly detection often requires a model to learn the distribution of normal data. Previous works apply Generative Adversarial Networks (GANs) to anomaly detection tas…

Anomaly Detection

WAIC, but Why? Generative Ensembles for Robust Anomaly Detection

2018-10-02 · Hyunsun Choi, Eric Jang, Alexander A. Alemi

Machine learning models encounter Out-of-Distribution (OoD) errors when the data seen at test time are generated from a different stochastic generator than the one used to generate the training data. One proposal to scal…

Anomaly DetectionOut of Distribution (OOD) Detection

Active Anomaly Detection via Ensembles

2018-09-17 · Shubhomoy Das, Md. Rakibul Islam, Nitthilan Kannappan Jayakodi, Janardhan Rao Doppa

In critical applications of anomaly detection including computer security and fraud prevention, the anomaly detector must be configurable by the analyst to minimize the effort on false positives. One important way to con…

Active LearningAnomaly DetectionComputer SecurityDrift Detection

Preference Isolation Forest for Structure-based Anomaly Detection

2025-05-16 · Filippo Leveni, Luca Magri, Cesare Alippi, Giacomo Boracchi

We address the problem of detecting anomalies as samples that do not conform to structured patterns represented by low-dimensional manifolds. To this end, we conceive a general anomaly detection framework called Preferen…

Anomaly Detection