paper-with-me

Papers

Distill2Vec: Dynamic Graph Representation Learning with Knowledge Distillation

2020-11-11 · Stefanos Antaris, Dimitrios Rafailidis

Dynamic graph representation learning strategies are based on different neural architectures to capture the graph evolution over time. However, the underlying neural architectures require a large amount of parameters to train and suffer from high online inference latency, that is several model parameters have to be updated when new data arrive online. In this study we propose Distill2Vec, a knowledge distillation strategy to train a compact model with a low number of trainable parameters, so as to reduce the latency of online inference and maintain the model accuracy high. We design a distillation loss function based on Kullback-Leibler divergence to transfer the acquired knowledge from a teacher model trained on offline data, to a small-size student model for online data. Our experiments with publicly available datasets show the superiority of our proposed model over several state-of-the-art approaches with relative gains up to 5% in the link prediction task. In addition, we demonstrate the effectiveness of our knowledge distillation strategy, in terms of number of required parameters, where Distill2Vec achieves a compression ratio up to 7:100 when compared with baseline approaches. For reproduction purposes, our implementation is publicly available at https://stefanosantaris.github.io/Distill2Vec.

📄 PDF Abstract BibTeX arXiv:2011.05664

Code (1)

stefanosantaris/DMTKG 공식 구현 tf

Tasks

Graph Representation LearningKnowledge DistillationLink PredictionRepresentation Learning

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

LLM-driven Knowledge Distillation for Dynamic Text-Attributed Graphs

2025-02-15 · Amit Roy, Ning Yan, Masood Mortazavi

Dynamic Text-Attributed Graphs (DyTAGs) have numerous real-world applications, e.g. social, collaboration, citation, communication, and review networks. In these networks, nodes and edges often contain text descriptions,…

Edge ClassificationKnowledge DistillationLink Prediction

Decoupled Multimodal Distilling for Emotion Recognition

2023-03-24 · CVPR 2023 1 · Yong Li, Yuanzhi Wang, Zhen Cui

Human multimodal emotion recognition (MER) aims to perceive human emotions via language, visual and acoustic modalities. Despite the impressive performance of previous MER approaches, the inherent multimodal heterogeneit…

Emotion RecognitionKnowledge DistillationMultimodal Emotion RecognitionTransfer Learning

Online Adversarial Knowledge Distillation for Graph Neural Networks

2021-12-28 · Can Wang, Zhe Wang, Defang Chen, Sheng Zhou 외

Knowledge distillation, a technique recently gaining popularity for enhancing model generalization in Convolutional Neural Networks (CNNs), operates under the assumption that both teacher and student models are trained o…

Knowledge Distillation

Diffusion-Assisted Distillation for Self-Supervised Graph Representation Learning with MLPs

2025-10-05 · Seong Jin Ahn, Myoung-Ho Kim arxiv

For large-scale applications, there is growing interest in replacing Graph Neural Networks (GNNs) with lightweight Multi-Layer Perceptrons (MLPs) via knowledge distillation. However, distilling GNNs for self-supervised g…

Graph Representation LearningSelf-Supervised LearningKnowledge Distillation

M^2C-EvDet: Multi-Domain Multi-Order Cross-Modal Knowledge Distillation for Event-based Object Detection

2026-06-23 · Wei Bao, Siqi Li, Shouan Pan, Yi Xie 외 arxiv

Event-based object Detection (EvDet), as a biologically inspired visual perception paradigm, demonstrates superior performance in scenarios demanding high temporal resolution and a wide dynamic range. Nevertheless, the i…

Knowledge DistillationObject Detection