块对角拉普拉斯约束的平滑聚类算法
Smooth Clustering with Block-Diagonal Constrained Laplacian Regularizer
-
摘要: 针对经典谱聚类算法采用原始训练样本或重构系数直接构建相似度矩阵所产生解的次优性问题,结合平滑聚类模型和强制组效应条件,提出一种块对角拉普拉斯约束的平滑聚类算法.首先,以非负性以及加和约束为条件构建表示系数的相似度正则项,较原始样本具有更好的重构能力和抗噪特性;其次,通过改进的秩约束条件促使拉普拉斯矩阵具备直观的类簇连通性;最后,将所述约束条件添加至经典平滑聚类模型,以获得重构关联图和邻域相似图的联合优化公式.为有效地计算模型参数,设计一种交替变量更新法进行迭代运算,其子问题都具备全局最优解,保证整体算法解具有唯一性.扩展实验结果表明,与其他相关算法相比,该算法拥有更好的聚类性能以及噪声鲁棒性.Abstract: Spectral clustering is the most widely used subspace segmentation approaches,whose performance heavily depends on constructed affinity matrices that are usually learned either directly from the raw data or from their corresponding representations.The independence of affinity construction and spectral discovery always leads to a suboptimal clustering results.According to the smooth representation clustering method and the enforced grouping condition,we propose an approach named smooth clustering with block-diagonal constrained Laplacian regularizer(SCBL)to tackle this problem.First,an affinity regularization generated from the representation coefficients is formed under the conditions of non-negativity and fixed summation.Second,an improved rank constraint is imposed to promote the block diagonal structure of affinity matrix.Finally,all these properties are integrated into the model of smooth representation clustering for simultaneously optimizing the reconstruction coefficients and similarity metrics.Moreover,we derive an alternative variable optimization strategy with all the subproblems being convergent to the global minimum.Empirical experiments on3synthetic and8real world datasets show that SCBL outperforms the related clustering approaches.