Local and Global Optimization Techniques in Graph-Based Clustering
Abstract
The goal of graph-based clustering is to divide a dataset into disjoint subsets with members similar to each other from an affinity (similarity) matrix between data. The most popular method of solving graph-based clustering is spectral clustering. However, spectral clustering has drawbacks. Spectral clustering can only be applied to macro-average-based cost functions, which tend to generate undesirable small clusters. This study first introduces a novel cost function based on micro-average. We propose a local optimization method, which is widely applicable to graph-based clustering cost functions. We also propose an initial-guess-free algorithm to avoid its initialization dependency. Moreover, we present two global optimization techniques. The experimental results exhibit significant clustering performances from our proposed methods, including 100% clustering accuracy in the COIL-20 dataset.
Cite
Text
Ikami et al. "Local and Global Optimization Techniques in Graph-Based Clustering." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00364Markdown
[Ikami et al. "Local and Global Optimization Techniques in Graph-Based Clustering." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/ikami2018cvpr-local/) doi:10.1109/CVPR.2018.00364BibTeX
@inproceedings{ikami2018cvpr-local,
title = {{Local and Global Optimization Techniques in Graph-Based Clustering}},
author = {Ikami, Daiki and Yamasaki, Toshihiko and Aizawa, Kiyoharu},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2018},
doi = {10.1109/CVPR.2018.00364},
url = {https://mlanthology.org/cvpr/2018/ikami2018cvpr-local/}
}