Learning Hierarchical Graph Neural Networks for Image Clustering

Abstract

We propose a hierarchical graph neural network (GNN) model that learns how to cluster a set of images into an unknown number of identities using a training set of images annotated with labels belonging to a disjoint set of identities. Our hierarchical GNN uses a novel approach to merge connected components predicted at each level of the hierarchy to form a new graph at the next level. Unlike fully unsupervised hierarchical clustering, the choice of grouping and complexity criteria stems naturally from supervision in the training set. The resulting method, Hi-LANDER, achieves an average of 49% improvement in F-score and 7% increase in Normalized Mutual Information (NMI) relative to current GNN-based clustering algorithms. Additionally, state-of-the-art GNN-based methods rely on separate models to predict linkage probabilities and node densities as intermediate steps of the clustering process. In contrast, our unified framework achieves a three-fold decrease in computational cost. Our training and inference code are released.

Cite

Text

Xing et al. "Learning Hierarchical Graph Neural Networks for Image Clustering." International Conference on Computer Vision, 2021. doi:10.1109/ICCV48922.2021.00345

Markdown

[Xing et al. "Learning Hierarchical Graph Neural Networks for Image Clustering." International Conference on Computer Vision, 2021.](https://mlanthology.org/iccv/2021/xing2021iccv-learning/) doi:10.1109/ICCV48922.2021.00345

BibTeX

@inproceedings{xing2021iccv-learning,
  title     = {{Learning Hierarchical Graph Neural Networks for Image Clustering}},
  author    = {Xing, Yifan and He, Tong and Xiao, Tianjun and Wang, Yongxin and Xiong, Yuanjun and Xia, Wei and Wipf, David and Zhang, Zheng and Soatto, Stefano},
  booktitle = {International Conference on Computer Vision},
  year      = {2021},
  pages     = {3467-3477},
  doi       = {10.1109/ICCV48922.2021.00345},
  url       = {https://mlanthology.org/iccv/2021/xing2021iccv-learning/}
}