paper-with-me

홈 › Papers

ProGMLP: A Progressive Framework for GNN-to-MLP Knowledge Distillation with Efficient Trade-offs

2025-07-25 · Weigang Lu, Ziyu Guan, Wei Zhao, Yaming Yang, Yujie Sun, Zheng Liang, Yibing Zhan, Dapeng Tao arxiv

GNN-to-MLP (G2M) methods have emerged as a promising approach to accelerate Graph Neural Networks (GNNs) by distilling their knowledge into simpler Multi-Layer Perceptrons (MLPs). These methods bridge the gap between the expressive power of GNNs and the computational efficiency of MLPs, making them well-suited for resource-constrained environments. However, existing G2M methods are limited by their inability to flexibly adjust inference cost and accuracy dynamically, a critical requirement for real-world applications where computational resources and time constraints can vary significantly. To address this, we introduce a Progressive framework designed to offer flexible and on-demand trade-offs between inference cost and accuracy for GNN-to-MLP knowledge distillation (ProGMLP). ProGMLP employs a Progressive Training Structure (PTS), where multiple MLP students are trained in sequence, each building on the previous one. Furthermore, ProGMLP incorporates Progressive Knowledge Distillation (PKD) to iteratively refine the distillation process from GNNs to MLPs, and Progressive Mixup Augmentation (PMA) to enhance generalization by progressively generating harder mixed samples. Our approach is validated through comprehensive experiments on eight real-world graph datasets, demonstrating that ProGMLP maintains high accuracy while dynamically adapting to varying runtime scenarios, making it highly effective for deployment in diverse application settings.

📄 PDF Abstract BibTeX arXiv:2507.19031

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyKnowledge Distillation

Similar Papers 제목 키워드 기반

Selective Knowledge Distillation for Non-Autoregressive Neural Machine Translation

2023-03-31 · Min Liu, Yu Bao, Chengqi Zhao, ShuJian Huang

Benefiting from the sequence-level knowledge distillation, the Non-Autoregressive Transformer (NAT) achieves great success in neural machine translation tasks. However, existing knowledge distillation has side effects, s…

Knowledge DistillationMachine TranslationTranslation

HKD4VLM: A Progressive Hybrid Knowledge Distillation Framework for Robust Multimodal Hallucination and Factuality Detection in VLMs

2025-06-16 · Zijian Zhang, Xuecheng Wu, Danlei Huang, Siyu Yan 외

Driven by the rapid progress in vision-language models (VLMs), the responsible behavior of large-scale multimodal models has become a prominent research area, particularly focusing on hallucination detection and factuali…

HallucinationKnowledge Distillation

Progressive Label Distillation: Learning Input-Efficient Deep Neural Networks

2019-01-26 · Zhong Qiu Lin, Alexander Wong

Much of the focus in the area of knowledge distillation has been on distilling knowledge from a larger teacher network to a smaller student network. However, there has been little research on how the concept of distillat…

Knowledge Distillationspeech-recognitionSpeech Recognition

A Coarse-to-Fine Human Pose Estimation Method based on Two-stage Distillation and Progressive Graph Neural Network

2025-08-15 · Zhangjian Ji, Wenjin Zhang, Shaotong Qiao, Kai Feng 외 arxiv

Human pose estimation has been widely applied in the human-centric understanding and generation, but most existing state-of-the-art human pose estimation methods require heavy computational resources for accurate predict…

Knowledge DistillationGraph Neural NetworkPose Estimation

PROD: Progressive Distillation for Dense Retrieval

2022-09-27 · Zhenghao Lin, Yeyun Gong, Xiao Liu, Hang Zhang 외

Knowledge distillation is an effective way to transfer knowledge from a strong teacher to an efficient student model. Ideally, we expect the better the teacher is, the better the student. However, this expectation does n…

Knowledge DistillationNatural QuestionsRetrieval