paper-with-me

Papers

Ensemble Learning for Graph Neural Networks

2023-10-22 · Zhen Hao Wong, Ling Yue, Quanming Yao

Graph Neural Networks (GNNs) have shown success in various fields for learning from graph-structured data. This paper investigates the application of ensemble learning techniques to improve the performance and robustness of Graph Neural Networks (GNNs). By training multiple GNN models with diverse initializations or architectures, we create an ensemble model named ELGNN that captures various aspects of the data and uses the Tree-Structured Parzen Estimator algorithm to determine the ensemble weights. Combining the predictions of these models enhances overall accuracy, reduces bias and variance, and mitigates the impact of noisy data. Our findings demonstrate the efficacy of ensemble learning in enhancing GNN capabilities for analyzing complex graph-structured data. The code is public at https://github.com/wongzhenhao/ELGNN.

📄 PDF Abstract BibTeX arXiv:2310.14166

Code (2)

wongzhenhao/elgnn 공식 구현
wongzhenhao/ELGNN

Tasks

Ensemble Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Multilabel Classification through Random Graph Ensembles

2013-10-31 · Hongyu Su, Juho Rousu

We present new methods for multilabel classification, relying on ensemble learning on a collection of random output graphs imposed on the multilabel and a kernel-based structured output learner as the base classifier. Fo…

ClassificationDiversityEnsemble LearningGeneral Classification

Graph-based Selective Outlier Ensembles

2018-04-17 · Hamed Sarvari, Carlotta Domeniconi, Giovanni Stilo

An ensemble technique is characterized by the mechanism that generates the components and by the mechanism that combines them. A common way to achieve the consensus is to enable each component to equally participate in t…

outlier ensembles

Deep Ensemble Collaborative Learning by using Knowledge-transfer Graph for Fine-grained Object Classification

2021-03-27 · Naoki Okamoto, Soma Minami, Tsubasa Hirakawa, Takayoshi Yamashita 외

Mutual learning, in which multiple networks learn by sharing their knowledge, improves the performance of each network. However, the performance of ensembles of networks that have undergone mutual learning does not impro…

DiversityEnsemble LearningGeneral ClassificationGraph Attention+1

Sharp Threshold for the Frechet Mean (or Median) of Inhomogeneous Erdos-Renyi Random Graphs

2022-01-28 · Francois G. Meyer

We address the following foundational question: what is the population, and sample, Frechet mean (or median) graph of an ensemble of inhomogeneous Erdos-Renyi random graphs? We prove that if we use the Hamming distance t…

Ensemble Clustering for Graphs

2018-09-14 · Valérie Poulin, François Théberge

We propose an ensemble clustering algorithm for graphs (ECG), which is based on the Louvain algorithm and the concept of consensus clustering. We validate our approach by replicating a recently published study comparing …

ClusteringGraph Clustering