Late Fusion Multiple Kernel Clustering Refined via Optimal Linear Graph Filtering

Abstract

Multiple Kernel Clustering (MKC) aims to improve clustering performance by integrating complementary information from candidate kernels. Among existing MKC methods, late fusion MKC (LFMKC) offers superior scalability by aggregating clustering partitions rather than full kernel matrices. However, its reliance on fixed base partitions often leads to suboptimal representations and degraded clustering performance. To address this, we propose Late Fusion MKC Refined via Optimal Linear Graph Filtering (LFMKC-OLF), which enhances partition quality while preserving linear computational complexity. Specifically, bipartite graphs are constructed for each base partition, upon which high-order low-pass filters based on heat kernel diffusion and complementary high-pass filters are designed to capture both global consistency and fine-grained structural details. A consensus filtering mechanism is introduced by optimally combining view-specific filters to refine multi-scale representations. Furthermore, a joint clustering objective integrates both smoothed and detail-enhanced partitions to effectively mitigate over-smoothing. Extensive experiments on eight benchmark datasets demonstrate that LFMKC-OLF consistently outperforms 12 state-of-the-art LFMKC methods, while maintaining high computational efficiency for large-scale clustering tasks. Our code is publicly available at: https://github.com/sxuHui/LFMKC-OLF .

Cite

Text

Jiang et al. "Late Fusion Multiple Kernel Clustering Refined via Optimal Linear Graph Filtering." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025. doi:10.1007/978-3-032-05962-8_27

Markdown

[Jiang et al. "Late Fusion Multiple Kernel Clustering Refined via Optimal Linear Graph Filtering." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025.](https://mlanthology.org/ecmlpkdd/2025/jiang2025ecmlpkdd-late/) doi:10.1007/978-3-032-05962-8_27

BibTeX

@inproceedings{jiang2025ecmlpkdd-late,
  title     = {{Late Fusion Multiple Kernel Clustering Refined via Optimal Linear Graph Filtering}},
  author    = {Jiang, Henghui and Guo, Yiqing and Chen, Yan and Du, Liang},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2025},
  pages     = {463-479},
  doi       = {10.1007/978-3-032-05962-8_27},
  url       = {https://mlanthology.org/ecmlpkdd/2025/jiang2025ecmlpkdd-late/}
}