Fluctuation-based Outlier Detection
Xusheng Du, Enguang Zuo, Zhenzhen He, Jiong Yu

TL;DR
This paper introduces FBOD, a novel outlier detection method based on fluctuation analysis that is fast, effective, and does not rely on traditional distance or density measures, outperforming existing algorithms.
Contribution
The paper presents a new fluctuation-based outlier detection method that is computationally efficient and fundamentally different from existing approaches, using graph propagation and fluctuation comparison.
Findings
FBOD outperforms seven state-of-the-art algorithms on multiple datasets.
FBOD achieves only 5% of the execution time of the fastest existing method.
Experimental results demonstrate the effectiveness and efficiency of FBOD.
Abstract
Outlier detection is an important topic in machine learning and has been used in a wide range of applications. Outliers are objects that are few in number and deviate from the majority of objects. As a result of these two properties, we show that outliers are susceptible to a mechanism called fluctuation. This article proposes a method called fluctuation-based outlier detection (FBOD) that achieves a low linear time complexity and detects outliers purely based on the concept of fluctuation without employing any distance, density or isolation measure. Fundamentally different from all existing methods. FBOD first converts the Euclidean structure datasets into graphs by using random links, then propagates the feature value according to the connection of the graph. Finally, by comparing the difference between the fluctuation of an object and its neighbors, FBOD determines the object with a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Adversarial Robustness in Machine Learning · Currency Recognition and Detection
