paper-with-me

홈 › Papers

Disentangling Homophily and Heterophily in Multimodal Graph Clustering

2025-07-21 · Zhaochen Guo, Zhixiang Shen, Xuanting Xie, Liangjian Wen, Zhao Kang arxiv

Multimodal graphs, which integrate unstructured heterogeneous data with structured interconnections, offer substantial real-world utility but remain insufficiently explored in unsupervised learning. In this work, we initiate the study of multimodal graph clustering, aiming to bridge this critical gap. Through empirical analysis, we observe that real-world multimodal graphs often exhibit hybrid neighborhood patterns, combining both homophilic and heterophilic relationships. To address this challenge, we propose a novel framework -- \textsc{Disentangled Multimodal Graph Clustering (DMGC)} -- which decomposes the original hybrid graph into two complementary views: (1) a homophily-enhanced graph that captures cross-modal class consistency, and (2) heterophily-aware graphs that preserve modality-specific inter-class distinctions. We introduce a \emph{Multimodal Dual-frequency Fusion} mechanism that jointly filters these disentangled graphs through a dual-pass strategy, enabling effective multimodal integration while mitigating category confusion. Our self-supervised alignment objectives further guide the learning process without requiring labels. Extensive experiments on both multimodal and multi-relational graph datasets demonstrate that DMGC achieves state-of-the-art performance, highlighting its effectiveness and generalizability across diverse settings. Our code is available at https://github.com/Uncnbb/DMGC.

📄 PDF Abstract BibTeX arXiv:2507.15253

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Clustering

Similar Papers 제목 키워드 기반

Finding the Missing-half: Graph Complementary Learning for Homophily-prone and Heterophily-prone Graphs

2023-06-13 · Yizhen Zheng, He Zhang, Vincent CS Lee, Yu Zheng 외

Real-world graphs generally have only one kind of tendency in their connections. These connections are either homophily-prone or heterophily-prone. While graphs with homophily-prone edges tend to connect nodes with the s…

Graph Neural Networks with Heterophily

2020-09-28 · Jiong Zhu, Ryan A. Rossi, Anup Rao, Tung Mai 외

Graph Neural Networks (GNNs) have proven to be useful for many different practical applications. However, many existing GNN models have implicitly assumed homophily among the nodes connected in the graph, and therefore h…

Characterizing Graph Datasets for Node Classification: Homophily-Heterophily Dichotomy and Beyond

2022-09-13 · NeurIPS 2023 11 · Oleg Platonov, Denis Kuznedelev, Artem Babenko, Liudmila Prokhorenkova

Homophily is a graph property describing the tendency of edges to connect similar nodes; the opposite is called heterophily. It is often believed that heterophilous graphs are challenging for standard message-passing gra…

InformativenessNode Classification

RAW-GNN: RAndom Walk Aggregation based Graph Neural Network

2022-06-28 · Di Jin, Rui Wang, Meng Ge, Dongxiao He 외

Graph-Convolution-based methods have been successfully applied to representation learning on homophily graphs where nodes with the same label or similar attributes tend to connect with one another. Due to the homophily a…

Graph Neural NetworkRepresentation Learning

HL-Net: Heterophily Learning Network for Scene Graph Generation

2022-05-03 · CVPR 2022 1 · Xin Lin, Changxing Ding, Yibing Zhan, Zijian Li 외

Scene graph generation (SGG) aims to detect objects and predict their pairwise relationships within an image. Current SGG methods typically utilize graph neural networks (GNNs) to acquire context information between obje…

Graph ClassificationGraph GenerationScene Graph ClassificationScene Graph Generation