Fast Unpaired Multi-View Clustering

Abstract

Boolean circuits in d-DNNF (determinstic Decomposable Negation Normal Form) enable tractable probabilistic inference, motivating research into compilers that transform arbitrary Boolean circuit into this form. However, d-DNNF compilers commonly require the input to be in conjunctive normal form (CNF), which means that a user must first convert their Boolean circuit into CNF. In this work, we argue that d-DNNF compilation would substantially benefit from reasoning over the original input circuit's structure, rather than solely relying on its CNF representation. To this end, we adapt an existing compiler and implement an optimisation that becomes more readily available once we reason over the input circuit: the identification and elimination of don't care variables. We empirically demonstrate the effectiveness of this approach, achieving a significant improvement in both the number of solved instances and the size of the resulting circuits.

Cite

Text

Li et al. "Fast Unpaired Multi-View Clustering." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/496

Markdown

[Li et al. "Fast Unpaired Multi-View Clustering." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/li2024ijcai-fast/) doi:10.24963/ijcai.2024/496

BibTeX

@inproceedings{li2024ijcai-fast,
  title     = {{Fast Unpaired Multi-View Clustering}},
  author    = {Li, Xingfeng and Pan, Yuangang and Sun, Yinghui and Sun, Quansen and Tsang, Ivor W. and Ren, Zhenwen},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {4488-4496},
  doi       = {10.24963/ijcai.2024/496},
  url       = {https://mlanthology.org/ijcai/2024/li2024ijcai-fast/}
}