Improved MinMax Cut Graph Clustering with Nonnegative Relaxation
Abstract
In graph clustering methods, MinMax Cut tends to provide more balanced clusters as compared to Ratio Cut and Normalized Cut. The traditional approach used spectral relaxation to solve the graph cut problem. The main disadvantage of this approach is that the obtained spectral solution has mixed signs, which could severely deviate from the true solution and have to resort to other clustering methods, such as K -means, to obtain final clusters. In this paper, we propose to apply additional nonnegative constraint into MinMax Cut graph clustering and introduce novel algorithms to optimize the new objective. With the explicit nonnegative constraint, our solutions are very close to the ideal class indicator matrix and can directly assign clusters to data points. We present efficient algorithms to solve the new problem with the nonnegative constraint rigorously. Experimental results show that our new algorithm always converges and significantly outperforms the traditional spectral relaxation approach on ratio cut and normalized cut.
Cite
Text
Nie et al. "Improved MinMax Cut Graph Clustering with Nonnegative Relaxation." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2010. doi:10.1007/978-3-642-15883-4_29Markdown
[Nie et al. "Improved MinMax Cut Graph Clustering with Nonnegative Relaxation." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2010.](https://mlanthology.org/ecmlpkdd/2010/nie2010ecmlpkdd-improved/) doi:10.1007/978-3-642-15883-4_29BibTeX
@inproceedings{nie2010ecmlpkdd-improved,
title = {{Improved MinMax Cut Graph Clustering with Nonnegative Relaxation}},
author = {Nie, Feiping and Ding, Chris H. Q. and Luo, Dijun and Huang, Heng},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2010},
pages = {451-466},
doi = {10.1007/978-3-642-15883-4_29},
url = {https://mlanthology.org/ecmlpkdd/2010/nie2010ecmlpkdd-improved/}
}