paper-with-me

Papers

Comparison of Outlier Detection Algorithms on String Data

2026-01-13 · Philip Maus arxiv

Outlier detection is a well-researched and crucial problem in machine learning. However, there is little research on string data outlier detection, as most literature focuses on outlier detection of numerical data. A robust string data outlier detection algorithm could assist with data cleaning or anomaly detection in system log files. In this thesis, we compare two string outlier detection algorithms. Firstly, we introduce a variant of the well-known local outlier factor algorithm, which we tailor to detect outliers on string data using the Levenshtein measure to calculate the density of the dataset. We present a differently weighted Levenshtein measure, which considers hierarchical character classes and can be used to tune the algorithm to a specific string dataset. Secondly, we introduce a new kind of outlier detection algorithm based on the hierarchical left regular expression learner, which infers a regular expression for the expected data. Using various datasets and parameters, we experimentally show that both algorithms can conceptually find outliers in string data. We show that the regular expression-based algorithm is especially good at finding outliers if the expected values have a distinct structure that is sufficiently different from the structure of the outliers. In contrast, the local outlier factor algorithms are best at finding outliers if their edit distance to the expected data is sufficiently distinct from the edit distance between the expected data.

📄 PDF Abstract BibTeX arXiv:2603.11049

Code (0)

등록된 구현이 없습니다.

Tasks

Outlier DetectionAnomaly Detection

Similar Papers 제목 키워드 기반

Scalable Algorithms for String Kernels with Inexact Matching

2008-12-01 · NeurIPS 2008 12 · Pavel P. Kuksa, Pai-Hsi Huang, Vladimir Pavlovic

We present a new family of linear time algorithms based on sufficient statistics for string comparison with mismatches under the string kernels framework. Our algorithms improve theoretical complexity bounds of existing …

General ClassificationGenre classificationMusic Genre Classification

XGBOD: Improving Supervised Outlier Detection with Unsupervised Representation Learning

2019-12-01 · Yue Zhao, Maciej K. Hryniewicki

A new semi-supervised ensemble algorithm called XGBOD (Extreme Gradient Boosting Outlier Detection) is proposed, described and demonstrated for the enhanced detection of outliers from normal observations in various pract…

Anomaly DetectionOutlier DetectionRepresentation Learning

Using SVDD in SimpleMKL for 3D-Shapes Filtering

2017-12-07 · Gaëlle Loosli, Hattoibe Aboubacar

This paper proposes the adaptation of Support Vector Data Description (SVDD) to the multiple kernel case (MK-SVDD), based on SimpleMKL. It also introduces a variant called Slim-MK-SVDD that is able to produce a tighter f…

Comparative Study of Neighbor-based Methods for Local Outlier Detection

2024-05-29 · Zhuang Qi, Junlin Zhang, Xiaming Chen, Xin Qi

The neighbor-based method has become a powerful tool to handle the outlier detection problem, which aims to infer the abnormal degree of the sample based on the compactness of the sample and its neighbors. However, the e…

Outlier Detection

Outlier Detection Algorithm for Circle Fitting

2025-07-28 · Ahmet Gökhan Poyraz arxiv

Circle fitting methods are extensively utilized in various industries, particularly in quality control processes and design applications. The effectiveness of these algorithms can be significantly compromised when the po…

Outlier DetectionEdge Detection