Efficient One-Pass Multi-View Subspace Clustering with Consensus Anchors

Abstract

Multi-view subspace clustering (MVSC) optimally integrates multiple graph structure information to improve clustering performance. Recently, many anchor-based variants are proposed to reduce the computational complexity of MVSC. Though achieving considerable acceleration, we observe that most of them adopt fixed anchor points separating from the subsequential anchor graph construction, which may adversely affect the clustering performance. In addition, post-processing is required to generate discrete clustering labels with additional time consumption. To address these issues, we propose a scalable and parameter-free MVSC method to directly output the clustering labels with optimal anchor graph, termed as Efficient One-pass Multi-view Subspace Clustering with Consensus Anchors (EOMSC-CA). Specially, we combine anchor learning and graph construction into a uniform framework to boost clustering performance. Meanwhile, by imposing a graph connectivity constraint, our algorithm directly outputs the clustering labels without any post-processing procedures as previous methods do. Our proposed EOMSC-CA is proven to be linear complexity respecting to the data size. The superiority of our EOMSC-CA over the effectiveness and efficiency is demonstrated by extensive experiments. Our code is publicly available at https://github.com/Tracesource/EOMSC-CA.

Cite

Text

Liu et al. "Efficient One-Pass Multi-View Subspace Clustering with Consensus Anchors." AAAI Conference on Artificial Intelligence, 2022. doi:10.1609/AAAI.V36I7.20723

Markdown

[Liu et al. "Efficient One-Pass Multi-View Subspace Clustering with Consensus Anchors." AAAI Conference on Artificial Intelligence, 2022.](https://mlanthology.org/aaai/2022/liu2022aaai-efficient/) doi:10.1609/AAAI.V36I7.20723

BibTeX

@inproceedings{liu2022aaai-efficient,
  title     = {{Efficient One-Pass Multi-View Subspace Clustering with Consensus Anchors}},
  author    = {Liu, Suyuan and Wang, Siwei and Zhang, Pei and Xu, Kai and Liu, Xinwang and Zhang, Changwang and Gao, Feng},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2022},
  pages     = {7576-7584},
  doi       = {10.1609/AAAI.V36I7.20723},
  url       = {https://mlanthology.org/aaai/2022/liu2022aaai-efficient/}
}