LGCRMLSep 30, 2019

K-Metamodes: frequency- and ensemble-based distributed k-modes clustering for security analytics

arXiv:1909.13721v15 citationsHas Code
Originality Incremental advance
AI Analysis

This is an incremental improvement for security analytics, addressing the computational inefficiency of preprocessing categorical data in intrusion detection.

The paper tackled the problem of clustering heterogeneous security data with mixed numerical and categorical attributes by proposing a frequency-based distance function for ensemble-based k-modes clustering, resulting in higher effectiveness on two public security datasets compared to prior work.

Nowadays processing of Big Security Data, such as log messages, is commonly used for intrusion detection purposed. Its heterogeneous nature, as well as combination of numerical and categorical attributes does not allow to apply the existing data mining methods directly on the data without feature preprocessing. Therefore, a rather computationally expensive conversion of categorical attributes into vector space should be utilised for analysis of such data. However, a well-known k-modes algorithm allows to cluster the categorical data directly and avoid conversion into the vector space. The existing implementations of k-modes for Big Data processing are ensemble-based and utilise two-step clustering, where data subsets are first clustered independently, whereas the resulting cluster modes are clustered again in order to calculate metamodes valid for all data subsets. In this paper, the novel frequency-based distance function is proposed for the second step of ensemble-based k-modes clustering. Besides this, the existing feature discretisation method from the previous work is utilised in order to adapt k-modes for processing of mixed data sets. The resulting k-metamodes algorithm was tested on two public security data sets and reached higher effectiveness in comparison with the previous work.

Code Implementations1 repo
Foundations

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

Your Notes