paper-with-me

Papers

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 graph representation learning into MLPs is more challenging. This is because the performance of self-supervised learning is more related to the model's inductive bias than supervised learning. This motivates us to design a new distillation method to bridge a huge capacity gap between GNNs and MLPs in self-supervised graph representation learning. In this paper, we propose \textbf{D}iffusion-\textbf{A}ssisted \textbf{D}istillation for \textbf{S}elf-supervised \textbf{G}raph representation learning with \textbf{M}LPs (DAD-SGM). The proposed method employs a denoising diffusion model as a teacher assistant to better distill the knowledge from the teacher GNN into the student MLP. This approach enhances the generalizability and robustness of MLPs in self-supervised graph representation learning. Extensive experiments demonstrate that DAD-SGM effectively distills the knowledge of self-supervised GNNs compared to state-of-the-art GNN-to-MLP distillation methods. Our implementation is available at https://github.com/SeongJinAhn/DAD-SGM.

📄 PDF Abstract BibTeX arXiv:2510.04241

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningSelf-Supervised LearningKnowledge Distillation

Similar Papers 제목 키워드 기반

Iterative Graph Self-Distillation

2020-10-23 · HANLIN ZHANG, Shuai Lin, Weiyang Liu, Pan Zhou 외

Recently, there has been increasing interest in the challenge of how to discriminatively vectorize graphs. To address this, we propose a method called Iterative Graph Self-Distillation (IGSD) which learns graph-level rep…

Contrastive LearningGraph LearningKnowledge Distillation

Enhanced Masked Image Modeling for Analysis of Dental Panoramic Radiographs

2023-06-18 · Amani Almalki, Longin Jan Latecki

The computer-assisted radiologic informative report has received increasing research attention to facilitate diagnosis and treatment planning for dental care providers. However, manual interpretation of dental images is …

Instance SegmentationSelf-Supervised LearningSemantic Segmentation

Distilling Knowledge from Self-Supervised Teacher by Embedding Graph Alignment

2022-11-23 · Yuchen Ma, Yanbei Chen, Zeynep Akata

Recent advances have indicated the strengths of self-supervised pre-training for improving representation learning on downstream tasks. Existing works often utilize self-supervised pre-trained models by fine-tuning on do…

Knowledge DistillationRepresentation LearningSelf-Supervised Learning

CCGL: Contrastive Cascade Graph Learning

2021-07-27 · Xovee Xu, Fan Zhou, Kunpeng Zhang, Siyuan Liu

Supervised learning, while prevalent for information cascade modeling, often requires abundant labeled data in training, and the trained model is not easy to generalize across tasks and datasets. It often learns task-spe…

Data AugmentationGraph LearningGraph Representation LearningInformation Cascade Popularity Prediction+2

Multi-task Self-distillation for Graph-based Semi-Supervised Learning

2021-12-02 · Yating Ren, Junzhong Ji, Lingfeng Niu, Minglong Lei

Graph convolutional networks have made great progress in graph-based semi-supervised learning. Existing methods mainly assume that nodes connected by graph edges are prone to have similar attributes and labels, so that t…

Node Classification