Multiclass Spectral Clustering

Abstract

We propose a principled account on multiclass spectral clustering. Given a discrete clustering formulation, we first solve a relaxed continuous optimization problem by eigendecomposition. We clarify the role of eigenvectors as a generator of all optimal solutions through orthonormal transforms. We then solve an optimal discretization problem, which seeks a discrete solution closest to the continuous optima. The discretization is efficiently computed in an iterative fashion using singular value decomposition and nonmaximum suppression. The resulting discrete solutions are nearly global-optimal. Our method is robust to random initialization and converges faster than other clustering methods. Experiments on real image segmentation are reported. optima consist not only of the eigenvectors, but of a whole family spanned by the eigenvectors through orthonormal transforms. The goal is to find the right orthonormal transform that leads to a discretization. ˜X normalize

Cite

Text

Yu and Shi. "Multiclass Spectral Clustering." IEEE/CVF International Conference on Computer Vision, 2003. doi:10.1109/ICCV.2003.1238361

Markdown

[Yu and Shi. "Multiclass Spectral Clustering." IEEE/CVF International Conference on Computer Vision, 2003.](https://mlanthology.org/iccv/2003/yu2003iccv-multiclass/) doi:10.1109/ICCV.2003.1238361

BibTeX

@inproceedings{yu2003iccv-multiclass,
  title     = {{Multiclass Spectral Clustering}},
  author    = {Yu, Stella X. and Shi, Jianbo},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2003},
  pages     = {313-319},
  doi       = {10.1109/ICCV.2003.1238361},
  url       = {https://mlanthology.org/iccv/2003/yu2003iccv-multiclass/}
}