paper-with-me

Papers

LHGEL: Large Heterogeneous Graph Ensemble Learning using Batch View Aggregation

2025-10-03 · Jiajun Shen, Yufei Jin, Yi He, Xingquan Zhu arxiv

Learning from large heterogeneous graphs presents significant challenges due to the scale of networks, heterogeneity in node and edge types, variations in nodal features, and complex local neighborhood structures. This paper advocates for ensemble learning as a natural solution to this problem, whereby training multiple graph learners under distinct sampling conditions, the ensemble inherently captures different aspects of graph heterogeneity. Yet, the crux lies in combining these learners to meet global optimization objective while maintaining computational efficiency on large-scale graphs. In response, we propose LHGEL, an ensemble framework that addresses these challenges through batch sampling with three key components, namely batch view aggregation, residual attention, and diversity regularization. Specifically, batch view aggregation samples subgraphs and forms multiple graph views, while residual attention adaptively weights the contributions of these views to guide node embeddings toward informative subgraphs, thereby improving the accuracy of base learners. Diversity regularization encourages representational disparity across embedding matrices derived from different views, promoting model diversity and ensemble robustness. Our theoretical study demonstrates that residual attention mitigates gradient vanishing issues commonly faced in ensemble learning. Empirical results on five real heterogeneous networks validate that our LHGEL approach consistently outperforms its state-of-the-art competitors by substantial margin. Codes and datasets are available at https://github.com/Chrisshen12/LHGEL.

📄 PDF Abstract BibTeX arXiv:2510.03432

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyEnsemble Learning

Similar Papers 제목 키워드 기반

HGEN: Heterogeneous Graph Ensemble Networks

2025-09-11 · Jiajun Shen, Yufei Jin, Yi He, Xingquan Zhu arxiv

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 …

Ensemble Learning

BatchEval: Towards Human-like Text Evaluation

2023-12-31 · Peiwen Yuan, Shaoxiong Feng, Yiwei Li, Xinglin Wang 외

Significant progress has been made in automatic text evaluation with the introduction of large language models (LLMs) as evaluators. However, current sample-wise evaluation paradigm suffers from the following issues: (1)…

Ensemble Diversity Facilitates Adversarial Transferability

2024-01-01 · CVPR 2024 1 · Bowen Tang, Zheng Wang, Yi Bin, Qi Dou 외

With the advent of ensemble-based attacks the transferability of generated adversarial examples is elevated by a noticeable margin despite many methods only employing superficial integration yet ignoring the diversit…

Diversityreinforcement-learningReinforcement Learning

Evaluating Prediction Uncertainty Estimates from BatchEnsemble

2026-01-29 · Morten Blørstad, Herman Jangsett Mostein, Nello Blaser, Pekka Parviainen arxiv

Deep learning models struggle with uncertainty estimation. Many approaches are either computationally infeasible or underestimate uncertainty. We investigate \textit{BatchEnsemble} as a general and scalable method for un…

Enabling Machine Learning-Ready HPC Ensembles with Merlin

2019-12-05 · J. Luc Peterson, Ben Bay, Joe Koning, Peter Robinson 외

With the growing complexity of computational and experimental facilities, many scientific researchers are turning to machine learning (ML) techniques to analyze large scale ensemble data. With complexities such as multi-…

BIG-bench Machine LearningScheduling