LGAug 12, 2024

Graph Clustering with Cross-View Feature Propagation

arXiv:2408.06029v1h-index: 6
Originality Incremental advance
AI Analysis

This work addresses the problem of graph clustering for researchers and practitioners, offering an incremental improvement through multi-view feature integration.

The paper tackles graph clustering by introducing a method that uses multi-view feature propagation to improve cluster identification, achieving superior performance compared to established methods in experiments on real-world graphs.

Graph clustering is a fundamental and challenging learning task, which is conventionally approached by grouping similar vertices based on edge structure and feature similarity.In contrast to previous methods, in this paper, we investigate how multi-view feature propagation can influence cluster discovery in graph data.To this end, we present Graph Clustering With Cross-View Feature Propagation (GCCFP), a novel method that leverages multi-view feature propagation to enhance cluster identification in graph data.GCCFP employs a unified objective function that utilizes graph topology and multi-view vertex features to determine vertex cluster membership, regularized by a module that supports key latent feature propagation. We derive an iterative algorithm to optimize this function, prove model convergence within a finite number of iterations, and analyze its computational complexity. Our experiments on various real-world graphs demonstrate the superior clustering performance of GCCFP compared to well-established methods, manifesting its effectiveness across different scenarios.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes