paper-with-me

홈 › Papers

InfGraND: An Influence-Guided GNN-to-MLP Knowledge Distillation

2026-01-12 · Amir Eskandari, Aman Anand, Elyas Rashno, Farhana Zulkernine arxiv

Graph Neural Networks (GNNs) are the go-to model for graph data analysis. However, GNNs rely on two key operations - aggregation and update, which can pose challenges for low-latency inference tasks or resource-constrained scenarios. Simple Multi-Layer Perceptrons (MLPs) offer a computationally efficient alternative. Yet, training an MLP in a supervised setting often leads to suboptimal performance. Knowledge Distillation (KD) from a GNN teacher to an MLP student has emerged to bridge this gap. However, most KD methods either transfer knowledge uniformly across all nodes or rely on graph-agnostic indicators such as prediction uncertainty. We argue this overlooks a more fundamental, graph-centric inquiry: "How important is a node to the structure of the graph?" We introduce a framework, InfGraND, an Influence-guided Graph KNowledge Distillation from GNN to MLP that addresses this by identifying and prioritizing structurally influential nodes to guide the distillation process, ensuring that the MLP learns from the most critical parts of the graph. Additionally, InfGraND embeds structural awareness in MLPs through one-time multi-hop neighborhood feature pre-computation, which enriches the student MLP's input and thus avoids inference-time overhead. Our rigorous evaluation in transductive and inductive settings across seven homophilic graph benchmark datasets shows InfGraND consistently outperforms prior GNN to MLP KD methods, demonstrating its practicality for numerous latency-critical applications in real-world settings.

📄 PDF Abstract BibTeX arXiv:2601.08033

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Prediction-Guided Distillation for Dense Object Detection

2022-03-10 · Chenhongyi Yang, Mateusz Ochal, Amos Storkey, Elliot J. Crowley

Real-world object detection models should be cheap and accurate. Knowledge distillation (KD) can boost the accuracy of a small, cheap detection model by leveraging useful information from a larger teacher model. However,…

Dense Object DetectionKnowledge DistillationObjectobject-detection+2

Tailoring Instructions to Student's Learning Levels Boosts Knowledge Distillation

2023-05-16 · Yuxin Ren, Zihan Zhong, Xingjian Shi, Yi Zhu 외

It has been commonly observed that a teacher model with superior performance does not necessarily result in a stronger student, highlighting a discrepancy between current teacher training practices and effective knowledg…

Knowledge Distillationtext-classificationText ClassificationTransfer Learning

CAKD: A Correlation-Aware Knowledge Distillation Framework Based on Decoupling Kullback-Leibler Divergence

2024-10-17 · Zao Zhang, Huaming Chen, Pei Ning, Nan Yang 외

In knowledge distillation, a primary focus has been on transforming and balancing multiple distillation components. In this work, we emphasize the importance of thoroughly examining each distillation component, as we obs…

Binary ClassificationKnowledge DistillationTransfer Learning

CanKD: Cross-Attention-based Non-local operation for Feature-based Knowledge Distillation

2025-11-26 · Shizhe Sun, Wataru Ohyama arxiv

We propose Cross-Attention-based Non-local Knowledge Distillation (CanKD), a novel feature-based knowledge distillation framework that leverages cross-attention mechanisms to enhance the knowledge transfer process. Unlik…

Representation LearningKnowledge DistillationImage SegmentationObject Detection

Unraveling Key Factors of Knowledge Distillation

2023-12-14 · Jingxuan Wei, Linzhuang Sun, Xu Tan, Bihui Yu 외

Knowledge distillation, a technique for model compression and performance enhancement, has gained significant traction in Neural Machine Translation (NMT). However, existing research primarily focuses on empirical applic…

Knowledge DistillationMachine TranslationModel CompressionNMT+1