paper-with-me

홈 › Papers

Boosting Graph Neural Networks via Adaptive Knowledge Distillation

2022-10-12 · Zhichun Guo, Chunhui Zhang, Yujie Fan, Yijun Tian, Chuxu Zhang, Nitesh Chawla

Graph neural networks (GNNs) have shown remarkable performance on diverse graph mining tasks. Although different GNNs can be unified as the same message passing framework, they learn complementary knowledge from the same graph. Knowledge distillation (KD) is developed to combine the diverse knowledge from multiple models. It transfers knowledge from high-capacity teachers to a lightweight student. However, to avoid oversmoothing, GNNs are often shallow, which deviates from the setting of KD. In this context, we revisit KD by separating its benefits from model compression and emphasizing its power of transferring knowledge. To this end, we need to tackle two challenges: how to transfer knowledge from compact teachers to a student with the same capacity; and, how to exploit student GNN's own strength to learn knowledge. In this paper, we propose a novel adaptive KD framework, called BGNN, which sequentially transfers knowledge from multiple GNNs into a student GNN. We also introduce an adaptive temperature module and a weight boosting module. These modules guide the student to the appropriate knowledge for effective learning. Extensive experiments have demonstrated the effectiveness of BGNN. In particular, we achieve up to 3.05% improvement for node classification and 6.35% improvement for graph classification over vanilla GNNs.

📄 PDF Abstract BibTeX arXiv:2210.05920

Code (0)

등록된 구현이 없습니다.

Tasks

Graph ClassificationGraph MiningKnowledge DistillationModel CompressionNode Classification

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

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

Attention is all you need for boosting graph convolutional neural network

2024-03-10 · Yinwei Wu

Graph Convolutional Neural Networks (GCNs) possess strong capabilities for processing graph data in non-grid domains. They can capture the topological logical structure and node features in graphs and integrate them into…

AllKnowledge DistillationRecommendation Systems

Heterophily-Aware Adaptive Knowledge Distillation for Hypergraph Neural Networks

2026-06-08 · Joohee Cho, David Yoon Suk Kang, Yunyong Ko arxiv

Hypergraph knowledge distillation aims to retain the predictive performance of a hypergraph neural network (HNN) teacher while reducing inference costs through a lightweight student model. In this work, we observe that H…

Knowledge Distillation

Cross-Domain Knowledge Distillation for Low-Resolution Human Pose Estimation

2024-05-19 · Zejun Gu, Zhong-Qiu Zhao, Henghui Ding, Hao Shen 외

In practical applications of human pose estimation, low-resolution inputs frequently occur, and existing state-of-the-art models perform poorly with low-resolution images. This work focuses on boosting the performance of…

Knowledge DistillationPose Estimation

Boosting Accuracy and Robustness of Student Models via Adaptive Adversarial Distillation

2023-01-01 · CVPR 2023 1 · Bo Huang, Mingyang Chen, Yi Wang, Junda Lu 외

Distilled student models in teacher-student architectures are widely considered for computational-effective deployment in real-time applications and edge devices. However, there is a higher risk of student models to …

Adversarial RobustnessKnowledge Distillation