paper-with-me

Papers

AdaGCN: Adaboosting Graph Convolutional Networks into Deep Models

2019-08-14 · ICLR 2021 1 · Ke Sun, Zhanxing Zhu, Zhouchen Lin

The design of deep graph models still remains to be investigated and the crucial part is how to explore and exploit the knowledge from different hops of neighbors in an efficient way. In this paper, we propose a novel RNN-like deep graph neural network architecture by incorporating AdaBoost into the computation of network; and the proposed graph convolutional network called AdaGCN~(Adaboosting Graph Convolutional Network) has the ability to efficiently extract knowledge from high-order neighbors of current nodes and then integrates knowledge from different hops of neighbors into the network in an Adaboost way. Different from other graph neural networks that directly stack many graph convolution layers, AdaGCN shares the same base neural network architecture among all ``layers'' and is recursively optimized, which is similar to an RNN. Besides, We also theoretically established the connection between AdaGCN and existing graph convolutional methods, presenting the benefits of our proposal. Finally, extensive experiments demonstrate the consistent state-of-the-art prediction performance on graphs across different label rates and the computational advantage of our approach AdaGCN~\footnote{Code is available at \url{https://github.com/datake/AdaGCN}.}

📄 PDF Abstract BibTeX arXiv:1908.05081

Code (1)

datake/AdaGCN 공식 구현 pytorch

Tasks

Graph Neural NetworkNode Classification

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Graph Transfer Learning via Adversarial Domain Adaptation with Graph Convolution

2019-09-04 · Quanyu Dai, Xiao-Ming Wu, Jiaren Xiao, Xiao Shen 외

This paper studies the problem of cross-network node classification to overcome the insufficiency of labeled data in a single network. It aims to leverage the label information in a partially labeled source network to as…

Domain AdaptationGeneral ClassificationGRAPH DOMAIN ADAPTATIONNode Classification+1

AdaGMLP: AdaBoosting GNN-to-MLP Knowledge Distillation

2024-05-23 · Weigang Lu, Ziyu Guan, Wei Zhao, Yaming Yang

Graph Neural Networks (GNNs) have revolutionized graph-based machine learning, but their heavy computational demands pose challenges for latency-sensitive edge devices in practical industrial applications. In response, a…

Knowledge Distillation

Bank Loan Prediction Using Machine Learning Techniques

2024-10-11 · F M Ahosanul Haque, Md. Mahedi Hassan

Banks are important for the development of economies in any financial ecosystem through consumer and business loans. Lending, however, presents risks; thus, banks have to determine the applicant's financial position to r…

Ensemble LearningPrediction

AdaMedGraph: Adaboosting Graph Neural Networks for Personalized Medicine

2023-11-24 · Jie Lian, Xufang Luo, Caihua Shan, Dongqi Han 외

Precision medicine tailored to individual patients has gained significant attention in recent times. Machine learning techniques are now employed to process personalized data from various sources, including images, genet…

AdaGNN: A multi-modal latent representation meta-learner for GNNs based on AdaBoosting

2021-08-14 · Qinyi Zhu, Yiou Xiao

As a special field in deep learning, Graph Neural Networks (GNNs) focus on extracting intrinsic network features and have drawn unprecedented popularity in both academia and industry. Most of the state-of-the-art GNN mod…

DecoderRecommendation Systems