Constrained Clustering via Spectral Regularization
Abstract
We propose a novel framework for constrained spectral clustering with pairwise constraints which specify whether two objects belong to the same cluster or not. Unlike previous methods that modify the similarity matrix with pairwise constraints, we adapt the spectral embedding towards an ideal embedding as consistent with the pairwise constraints as possible. Our formulation leads to a small semidefinite program whose complexity is independent of the number of objects in the data set and the number of pairwise constraints, making it scalable to large-scale problems. The proposed approach is applicable directly to multi-class problems, handles both must-link and cannot-link constraints, and can effectively propagate pairwise constraints. Extensive experiments on real image data and UCI data have demonstrated the efficacy of our algorithm.
Cite
Text
Li et al. "Constrained Clustering via Spectral Regularization." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009. doi:10.1109/CVPR.2009.5206852Markdown
[Li et al. "Constrained Clustering via Spectral Regularization." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009.](https://mlanthology.org/cvpr/2009/li2009cvpr-constrained/) doi:10.1109/CVPR.2009.5206852BibTeX
@inproceedings{li2009cvpr-constrained,
title = {{Constrained Clustering via Spectral Regularization}},
author = {Li, Zhenguo and Liu, Jianzhuang and Tang, Xiaoou},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2009},
pages = {421-428},
doi = {10.1109/CVPR.2009.5206852},
url = {https://mlanthology.org/cvpr/2009/li2009cvpr-constrained/}
}