4bcd386bacb02a24.tex
1: \begin{abstract}
2:     Deep clustering methods improve the performance of clustering tasks by jointly 
3:     optimizing deep representation learning and clustering. 
4:     While numerous deep clustering algorithms have been proposed, most of them rely 
5:     on artificially constructed pseudo targets for performing clustering. 
6:     This construction process requires some prior knowledge, 
7:     and it is challenging to determine a suitable pseudo target for clustering. 
8:     To address this issue, we propose a deep embedding clustering 
9:     algorithm driven by sample stability (DECS), which eliminates the requirement of 
10:     pseudo targets. 
11:     % Specifically, we start by constructing the initial feature space with an autoencoder, 
12:     % then we extend the sample stability into deep clustering and learn the 
13:     % cluster-oriented embedding feature by considering the intrinsic sample relationships 
14:     % driven by sample stability. 
15:     Specifically, we start by constructing the initial feature space with an autoencoder 
16:     and then learn the cluster-oriented embedding feature constrained by sample stability. 
17:     The sample stability aims to explore the deterministic relationship between samples 
18:     and all cluster centroids, pulling samples to their respective clusters and keeping 
19:     them away from other clusters with high determinacy. 
20:     We analyzed the convergence of the loss using Lipschitz continuity in theory, 
21:     which verifies the validity of the model. 
22:     The experimental results on five datasets illustrate that the proposed method achieves 
23:     superior performance compared to state-of-the-art clustering approaches.
24: \end{abstract}
25: