English

HGEN: Heterogeneous Graph Ensemble Networks

Machine Learning 2026-02-05 v1 Artificial Intelligence

Abstract

This paper presents HGEN that pioneers ensemble learning for heterogeneous graphs. We argue that the heterogeneity in node types, nodal features, and local neighborhood topology poses significant challenges for ensemble learning, particularly in accommodating diverse graph learners. Our HGEN framework ensembles multiple learners through a meta-path and transformation-based optimization pipeline to uplift classification accuracy. Specifically, HGEN uses meta-path combined with random dropping to create Allele Graph Neural Networks (GNNs), whereby the base graph learners are trained and aligned for later ensembling. To ensure effective ensemble learning, HGEN presents two key components: 1) a residual-attention mechanism to calibrate allele GNNs of different meta-paths, thereby enforcing node embeddings to focus on more informative graphs to improve base learner accuracy, and 2) a correlation-regularization term to enlarge the disparity among embedding matrices generated from different meta-paths, thereby enriching base learner diversity. We analyze the convergence of HGEN and attest its higher regularization magnitude over simple voting. Experiments on five heterogeneous networks validate that HGEN consistently outperforms its state-of-the-art competitors by substantial margin.

Keywords

Cite

@article{arxiv.2509.09843,
  title  = {HGEN: Heterogeneous Graph Ensemble Networks},
  author = {Jiajun Shen and Yufei Jin and Yi He and Xingquan Zhu},
  journal= {arXiv preprint arXiv:2509.09843},
  year   = {2026}
}

Comments

The paper is in proceedings of the 34th IJCAI Conference, 2025

R2 v1 2026-07-01T05:32:45.758Z