paper-with-me

Papers

ABKD: Graph Neural Network Compression with Attention-Based Knowledge Distillation

2023-10-24 · Anshul Ahluwalia, Rohit Das, Payman Behnam, Alind Khare, Pan Li, Alexey Tumanov

Graph Neural Networks (GNNs) have proven to be quite versatile for a variety of applications, including recommendation systems, fake news detection, drug discovery, and even computer vision. Due to the expanding size of graph-structured data, GNN models have also increased in complexity, leading to substantial latency issues. This is primarily attributed to the irregular structure of graph data and its access pattern into memory. The natural solution to reduce latency is to compress large GNNs into small GNNs. One way to do this is via knowledge distillation (KD). However, most KD approaches for GNNs only consider the outputs of the last layers and do not consider the outputs of the intermediate layers of the GNNs; these layers may contain important inductive biases indicated by the graph structure. To address this shortcoming, we propose a novel KD approach to GNN compression that we call Attention-Based Knowledge Distillation (ABKD). ABKD is a KD approach that uses attention to identify important intermediate teacher-student layer pairs and focuses on aligning their outputs. ABKD enables higher compression of GNNs with a smaller accuracy dropoff compared to existing KD approaches. On average, we achieve a 1.79% increase in accuracy with a 32.3x compression ratio on OGBN-Mag, a large graph dataset, compared to state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2310.15938

Code (0)

등록된 구현이 없습니다.

Tasks

Drug DiscoveryFake News DetectionGraph Neural NetworkKnowledge DistillationNeural Network CompressionRecommendation Systems

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 제목 키워드 기반

TabKD: Tabular Knowledge Distillation through Interaction Diversity of Learned Feature Bins

2026-03-16 · Shovon Niverd Pereira, Krishna Khadka, Yu Lei arxiv

Data-free knowledge distillation enables model compression without original training data, critical for privacy-sensitive tabular domains. However, existing methods does not perform well on tabular data because they do n…

Data-free Knowledge DistillationModel CompressionModel extraction

ABKD: Pursuing a Proper Allocation of the Probability Mass in Knowledge Distillation via $α$-$β$-Divergence

2025-05-07 · Guanghui Wang, Zhiyong Yang, Zitai Wang, Shi Wang 외

Knowledge Distillation (KD) transfers knowledge from a large teacher model to a smaller student model by minimizing the divergence between their output distributions, typically using forward Kullback-Leibler divergence (…

Knowledge Distillation

EGAD: Evolving Graph Representation Learning with Self-Attention and Knowledge Distillation for Live Video Streaming Events

2020-11-11 · Stefanos Antaris, Dimitrios Rafailidis, Sarunas Girdzijauskas

In this study, we present a dynamic graph representation learning model on weighted graphs to accurately predict the network capacity of connections between viewers in a live video streaming event. We propose EGAD, a neu…

Graph Representation LearningKnowledge DistillationLink PredictionRepresentation Learning

A Unified Knowledge Distillation Framework for Deep Directed Graphical Models

2021-09-29 · CVPR 2023 1 · Yizhuo Chen, Kaizhao Liang, Zhe Zeng, Yifei Yang 외

Knowledge distillation (KD) is a technique that transfers the knowledge from a large teacher network to a small student network. It has been widely applied to many different tasks, such as model compression and federate…

Continual LearningFederated LearningKnowledge DistillationModel Compression

Weight-Inherited Distillation for Task-Agnostic BERT Compression

2023-05-16 · Taiqiang Wu, Cheng Hou, Shanshan Lao, Jiayi Li 외

Knowledge Distillation (KD) is a predominant approach for BERT compression. Previous KD-based methods focus on designing extra alignment losses for the student model to mimic the behavior of the teacher model. These meth…

Knowledge Distillation