MEMLMar 16, 2021

K-expectiles clustering

arXiv:2103.09329v18 citations
Originality Incremental advance
AI Analysis

This provides a more flexible clustering method for data with asymmetric or complex structures, such as in crypto-currency markets and image segmentation, though it is incremental relative to existing center-based approaches.

The authors tackled the problem of clustering non-spherically shaped data by proposing a novel partitioning algorithm based on expectiles, which outperforms K-means and spectral clustering on asymmetric and complex clusters in simulations.

$K$-means clustering is one of the most widely-used partitioning algorithm in cluster analysis due to its simplicity and computational efficiency. However, $K$-means does not provide an appropriate clustering result when applying to data with non-spherically shaped clusters. We propose a novel partitioning clustering algorithm based on expectiles. The cluster centers are defined as multivariate expectiles and clusters are searched via a greedy algorithm by minimizing the within cluster '$τ$ -variance'. We suggest two schemes: fixed $τ$ clustering, and adaptive $τ$ clustering. Validated by simulation results, this method beats both $K$-means and spectral clustering on data with asymmetric shaped clusters, or clusters with a complicated structure, including asymmetric normal, beta, skewed $t$ and $F$ distributed clusters. Applications of adaptive $τ$ clustering on crypto-currency (CC) market data are provided. One finds that the expectiles clusters of CC markets show the phenomena of an institutional investors dominated market. The second application is on image segmentation. compared to other center based clustering methods, the adaptive $τ$ cluster centers of pixel data can better capture and describe the features of an image. The fixed $τ$ clustering brings more flexibility on segmentation with a decent accuracy.

Foundations

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

Your Notes