← 返回论文检索
ICML 2025PosterAccept (poster)

Learning from Sample Stability for Deep Clustering

Zhixin Li, Yuheng Jia, Hui LIU, Junhui Hou

Southeast University · Saint Francis University · City University of Hong Kong, Hong Kong

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。

摘要

Deep clustering, an unsupervised technique independent of labels, necessitates tailored supervision for model training. Prior methods explore supervision like similarity and pseudo labels, yet overlook individual sample training analysis. Our study correlates sample stability during unsupervised training with clustering accuracy and network memorization on a per-sample basis. Unstable representations across epochs often lead to mispredictions, indicating difficulty in memorization and atypicality. Leveraging these findings, we introduce supervision signals for the first time based on sample stability at the representation level. Our proposed strategy serves as a versatile tool to enhance various deep clustering techniques. Experiments across benchmark datasets showcase that incorporating sample stability into training can improve the performance of deep clustering. The code is available at https://github.com/LZX-001/LFSS.