paper-with-me

Papers

Hierarchical Sparse Representation Clustering for High-Dimensional Data Streams

2024-09-07 · Jie Chen, Hua Mao, Yuanbiao Gou, Xi Peng

Data stream clustering reveals patterns within continuously arriving, potentially unbounded data sequences. Numerous data stream algorithms have been proposed to cluster data streams. The existing data stream clustering algorithms still face significant challenges when addressing high-dimensional data streams. First, it is intractable to measure the similarities among high-dimensional data objects via Euclidean distances when constructing and merging microclusters. Second, these algorithms are highly sensitive to the noise contained in high-dimensional data streams. In this paper, we propose a hierarchical sparse representation clustering (HSRC) method for clustering high-dimensional data streams. HSRC first employs an $l_1$-minimization technique to learn an affinity matrix for data objects in individual landmark windows with fixed sizes, where the number of neighboring data objects is automatically selected. This approach ensures that highly correlated data samples within clusters are grouped together. Then, HSRC applies a spectral clustering technique to the affinity matrix to generate microclusters. These microclusters are subsequently merged into macroclusters based on their sparse similarity degrees (SSDs). Additionally, HSRC introduces sparsity residual values (SRVs) to adaptively select representative data objects from the current landmark window. These representatives serve as dictionary samples for the next landmark window. Finally, HSRC refines each macrocluster through fine-tuning. In particular, HSRC enables the detection of outliers in high-dimensional data streams via the associated SRVs. The experimental results obtained on several benchmark datasets demonstrate the effectiveness and robustness of HSRC.

📄 PDF Abstract BibTeX arXiv:2409.04698

Code (1)

chenjie20/hsrc 공식 구현

Tasks

Clustering

Methods 이 논문이 사용한 방법론

Spectral Clustering Spectral clustering has attracted increasing attention due to the promising ability in dealing with nonlinearly separable datasets [15], [16]. In spectral clustering, the…

Similar Papers 제목 키워드 기반

Sparse Subspace Clustering: Algorithm, Theory, and Applications

2012-03-05 · Ehsan Elhamifar, Rene Vidal

In many real-world problems, we are dealing with collections of high-dimensional data, such as images, videos, text and web documents, DNA microarray data, and more. Often, high-dimensional data lie close to low-dimensio…

ClusteringFace ClusteringImage ClusteringMotion Segmentation

Hierarchical Sparse Subspace Clustering (HESSC): An Automatic Approach for Hyperspectral Image Analysis

2020-07-28 · Kasra Rafiezadeh Shahi, Mahdi Khodadadzadeh, Laura Tusa, Pedram Ghamisi 외

Hyperspectral imaging techniques are becoming one of the most important tools to remotely acquire fine spectral information on different objects. However, hyperspectral images (HSIs) require dedicated processing for most…

BIG-bench Machine LearningClusteringHyperspectral image analysisSparse subspace-based clustering

Skeleton Clustering: Dimension-Free Density-based Clustering

2021-04-21 · Zeyu Wei, Yen-Chi Chen

We introduce a density-based clustering method called skeleton clustering that can detect clusters in multivariate and even high-dimensional data with irregular shapes. To bypass the curse of dimensionality, we propose s…

Clustering

Sparse Convex Clustering

2016-01-18 · Binhuan Wang, Yilong Zhang, Will Wei Sun, Yixin Fang

Convex clustering, a convex relaxation of k-means clustering and hierarchical clustering, has drawn recent attentions since it nicely addresses the instability issue of traditional nonconvex clustering methods. Although …

Clusteringfeature selection

Reciprocal Multi-Layer Subspace Learning for Multi-View Clustering

2019-10-01 · ICCV 2019 10 · Ruihuang Li, Changqing Zhang, Huazhu Fu, Xi Peng 외

Multi-view clustering is a long-standing important research topic, however, remains challenging when handling high-dimensional data and simultaneously exploring the consistency and complementarity of different views. In …

Clustering