Heterogeneous Graph Structure Learning through the Lens of Data-generating Processes
Keyue Jiang, Bohan Tang, Xiaowen Dong, Laura Toni
TL;DR
The paper introduces HGSL, a principled framework to infer multi-type graph structures from node signals by modeling a data-generating process with hidden Markov networks for heterogeneous graphs (H2MN). It formulates HGSL as a MAP problem over the edge tensor and DGP parameters, and proposes an alternating optimization algorithm with a low-rank relation-embedding parameterization to jointly learn graph structure and relation embeddings. The approach unifies node-type and edge-type learning via a finite set of local potentials and a linear emission model, and is shown to excel in edge-type identification and edge-weight recovery on synthetic and real datasets, with robust behavior under varying homophily and feature-dimension overlap. The work highlights the role of a data-generating perspective in guiding graph-structure learning for heterogeneous graphs and points to future integration with neural generative models and downstream tasks such as node classification and link prediction.
Abstract
Inferring the graph structure from observed data is a key task in graph machine learning to capture the intrinsic relationship between data entities. While significant advancements have been made in learning the structure of homogeneous graphs, many real-world graphs exhibit heterogeneous patterns where nodes and edges have multiple types. This paper fills this gap by introducing the first approach for heterogeneous graph structure learning (HGSL). To this end, we first propose a novel statistical model for the data-generating process (DGP) of heterogeneous graph data, namely hidden Markov networks for heterogeneous graphs (H2MN). Then we formalize HGSL as a maximum a-posterior estimation problem parameterized by such DGP and derive an alternating optimization method to obtain a solution together with a theoretical justification of the optimization conditions. Finally, we conduct extensive experiments on both synthetic and real-world datasets to demonstrate that our proposed method excels in learning structure on heterogeneous graphs in terms of edge type identification and edge weight recovery.
