LGCVIRMay 11, 2021

BikNN: Anomaly Estimation in Bilateral Domains with k-Nearest Neighbors

arXiv:2105.05037v1
Originality Incremental advance
AI Analysis

This addresses anomaly detection for data analysis, offering a method that balances spatial and density considerations, though it is incremental as it builds on existing k-nearest neighbor approaches.

The paper tackles anomaly estimation by reducing data to a two-dimensional space and ranking points based on spatial and density domains, achieving the highest average performance on synthetic and real-world datasets.

In this paper, a novel framework for anomaly estimation is proposed. The basic idea behind our method is to reduce the data into a two-dimensional space and then rank each data point in the reduced space. We attempt to estimate the degree of anomaly in both spatial and density domains. Specifically, we transform the data points into a density space and measure the distances in density domain between each point and its k-Nearest Neighbors in spatial domain. Then, an anomaly coordinate system is built by collecting two unilateral anomalies from k-nearest neighbors of each point. Further more, we introduce two schemes to model their correlation and combine them to get the final anomaly score. Experiments performed on the synthetic and real world datasets demonstrate that the proposed method performs well and achieve highest average performance. We also show that the proposed method can provide visualization and classification of the anomalies in a simple manner. Due to the complexity of the anomaly, none of the existing methods can perform best on all benchmark datasets. Our method takes into account both the spatial domain and the density domain and can be adapted to different datasets by adjusting a few parameters manually.

Foundations

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

Your Notes