LGApr 22, 2016

Clustering with Missing Features: A Penalized Dissimilarity Measure based approach

arXiv:1604.06602v725 citations
Originality Incremental advance
AI Analysis

This addresses clustering problems in real-world scenarios with incomplete data, offering a direct method that avoids preprocessing, but it is incremental as it modifies existing algorithms rather than introducing a new paradigm.

The authors tackled clustering with missing features by introducing a penalized dissimilarity measure (FWPD) and adapting k-means and hierarchical clustering algorithms to handle incomplete data directly, reporting generally better results compared to common imputation methods in experiments on benchmark datasets.

Many real-world clustering problems are plagued by incomplete data characterized by missing or absent features for some or all of the data instances. Traditional clustering methods cannot be directly applied to such data without preprocessing by imputation or marginalization techniques. In this article, we overcome this drawback by utilizing a penalized dissimilarity measure which we refer to as the Feature Weighted Penalty based Dissimilarity (FWPD). Using the FWPD measure, we modify the traditional k-means clustering algorithm and the standard hierarchical agglomerative clustering algorithms so as to make them directly applicable to datasets with missing features. We present time complexity analyses for these new techniques and also undertake a detailed theoretical analysis showing that the new FWPD based k-means algorithm converges to a local optimum within a finite number of iterations. We also present a detailed method for simulating random as well as feature dependent missingness. We report extensive experiments on various benchmark datasets for different types of missingness showing that the proposed clustering techniques have generally better results compared to some of the most well-known imputation methods which are commonly used to handle such incomplete data. We append a possible extension of the proposed dissimilarity measure to the case of absent features (where the unobserved features are known to be undefined).

Foundations

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

Your Notes