Efficient Federated Multi-View Clustering with Integrated Matrix Factorization and K-Means

Abstract

We study the fair k-set selection problem where we aim to select k sets from a given set system such that the (weighted) occurrence times that each element appears in these k selected sets are balanced, i.e., the maximum (weighted) occurrence times are minimized. By observing that a set system can be formulated into a bipartite graph G:=(L cup R, E), our problem is equivalent to selecting k vertices from R such that the maximum (weighted) number selected neighbors of vertices in L is minimized. The problem arises in a wide range of applications in various fields, such as machine learning, artificial intelligence, and operations research. We first prove that the problem is NP-hard even if the maximum degree Delta of the input bipartite graph is 3, and the problem is in P when Delta=2. We then show that the problem is also in P when the input set system forms a laminar family. Based on intuitive linear programming, we show that two rounding algorithms achieve O(log n/(log log n))-approximation on general bipartite graphs, and an independent rounding algorithm achieves O(log(Delta))-approximation on bipartite graphs with a maximum degree Delta. We demonstrate that our analysis is almost tight by providing a hard instance for this linear programming.

Cite

Text

Feng et al. "Efficient Federated Multi-View Clustering with Integrated Matrix Factorization and K-Means." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/439

Markdown

[Feng et al. "Efficient Federated Multi-View Clustering with Integrated Matrix Factorization and K-Means." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/feng2024ijcai-efficient/) doi:10.24963/ijcai.2024/439

BibTeX

@inproceedings{feng2024ijcai-efficient,
  title     = {{Efficient Federated Multi-View Clustering with Integrated Matrix Factorization and K-Means}},
  author    = {Feng, Wei and Wu, Zhenwei and Wang, Qianqian and Dong, Bo and Tao, Zhiqiang and Gao, Quanxue},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {3971-3979},
  doi       = {10.24963/ijcai.2024/439},
  url       = {https://mlanthology.org/ijcai/2024/feng2024ijcai-efficient/}
}