Solving Cluster Ensemble Problems by Bipartite Graph Partitioning

Abstract

A critical problem in cluster ensemble research is how to combine multiple clusterings to yield a final superior clustering result. Leveraging advanced graph partitioning techniques, we solve this problem by reducing it to a graph partitioning problem. We introduce a new reduction method that constructs a bipartite graph from a given cluster ensemble. The resulting graph models both instances and clusters of the ensemble simultaneously as vertices in the graph. Our approach retains all of the information provided by a given ensemble, allowing the similarity among instances and the similarity among clusters to be considered collectively in forming the final clustering. Further, the resulting graph partitioning problem can be solved efficiently. We empirically evaluate the proposed approach against two commonly used graph formulations and show that it is more robust and achieves comparable or better performance in comparison to its competitors.

Cite

Text

Fern and Brodley. "Solving Cluster Ensemble Problems by Bipartite Graph Partitioning." International Conference on Machine Learning, 2004. doi:10.1145/1015330.1015414

Markdown

[Fern and Brodley. "Solving Cluster Ensemble Problems by Bipartite Graph Partitioning." International Conference on Machine Learning, 2004.](https://mlanthology.org/icml/2004/fern2004icml-solving/) doi:10.1145/1015330.1015414

BibTeX

@inproceedings{fern2004icml-solving,
  title     = {{Solving Cluster Ensemble Problems by Bipartite Graph Partitioning}},
  author    = {Fern, Xiaoli Zhang and Brodley, Carla E.},
  booktitle = {International Conference on Machine Learning},
  year      = {2004},
  doi       = {10.1145/1015330.1015414},
  url       = {https://mlanthology.org/icml/2004/fern2004icml-solving/}
}