LGMLOct 22, 2019

Multiple Sample Clustering

arXiv:1910.09731v3
Originality Incremental advance
AI Analysis

This work addresses a limitation in clustering algorithms for real-world data where objects have multiple samples, offering a more general solution that could benefit domains like finance.

The paper tackles the problem of clustering objects represented by multiple samples from hidden distributions, proposing a general framework that extends beyond scalar or Gaussian samples. Results on synthetic and stock price data show that using sufficient statistics significantly improves clustering accuracy and stability.

The clustering algorithms that view each object data as a single sample drawn from a certain distribution, Gaussian distribution, for example, has been a hot topic for decades. Many clustering algorithms: such as k-means and spectral clustering are proposed based on the single sample assumption. However, in real life, each input object can usually be the multiple samples drawn from a certain hidden distribution. The traditional clustering algorithms cannot handle such a situation. This calls for the multiple sample clustering algorithm. But the traditional multiple sample clustering algorithms can only handle scalar samples or samples from Gaussian distribution. This constrains the application field of multiple sample clustering algorithms. In this paper, we purpose a general framework for multiple sample clustering. Various algorithms can be generated by this framework. We apply two specific cases of this framework: Wasserstein distance version and Bhattacharyya distance version on both synthetic data and stock price data. The simulation results show that the sufficient statistic can greatly improve the clustering accuracy and stability.

Foundations

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

Your Notes