paper-with-me

홈 › Papers

ROD: Reception-aware Online Distillation for Sparse Graphs

2021-07-25 · Wentao Zhang, Yuezihan Jiang, Yang Li, Zeang Sheng, Yu Shen, Xupeng Miao, Liang Wang, Zhi Yang, Bin Cui

Graph neural networks (GNNs) have been widely used in many graph-based tasks such as node classification, link prediction, and node clustering. However, GNNs gain their performance benefits mainly from performing the feature propagation and smoothing across the edges of the graph, thus requiring sufficient connectivity and label information for effective propagation. Unfortunately, many real-world networks are sparse in terms of both edges and labels, leading to sub-optimal performance of GNNs. Recent interest in this sparse problem has focused on the self-training approach, which expands supervised signals with pseudo labels. Nevertheless, the self-training approach inherently cannot realize the full potential of refining the learning performance on sparse graphs due to the unsatisfactory quality and quantity of pseudo labels. In this paper, we propose ROD, a novel reception-aware online knowledge distillation approach for sparse graph learning. We design three supervision signals for ROD: multi-scale reception-aware graph knowledge, task-based supervision, and rich distilled knowledge, allowing online knowledge transfer in a peer-teaching manner. To extract knowledge concealed in the multi-scale reception fields, ROD explicitly requires individual student models to preserve different levels of locality information. For a given task, each student would predict based on its reception-scale knowledge, while simultaneously a strong teacher is established on-the-fly by combining multi-scale knowledge. Our approach has been extensively evaluated on 9 datasets and a variety of graph-based tasks, including node classification, link prediction, and node clustering. The result demonstrates that ROD achieves state-of-art performance and is more robust for the graph sparsity.

📄 PDF Abstract BibTeX arXiv:2107.11789

Code (1)

zwt233/ROD 공식 구현 pytorch

Tasks

ClusteringGraph LearningKnowledge DistillationLink PredictionNode ClassificationNode ClusteringTransfer 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 제목 키워드 기반

Reception Reader: Exploring Text Reuse in Early Modern British Publications

2023-02-08 · David Rosson, Eetu Mäkelä, Ville Vaara, Ananth Mahadevan 외

The Reception Reader is a web tool for studying text reuse in the Early English Books Online (EEBO-TCP) and Eighteenth Century Collections Online (ECCO) data. Users can: 1) explore a visual overview of the reception of a…

Characterizing the Language of Online Communities and its Relation to Community Reception

2016-09-15 · EMNLP 2016 11 · Trang Tran, Mari Ostendorf

This work investigates style and topic aspects of language in online communities: looking at both utility as an identifier of the community and correlation with community reception of content. Style is characterized usin…

Language ModelingLanguage ModellingRelationTAG

Distilling Future Temporal Knowledge with Masked Feature Reconstruction for 3D Object Detection

2025-12-09 · Haowen Zheng, Hu Zhu, Lu Deng, Weihao Gu 외 arxiv

Camera-based temporal 3D object detection has shown impressive results in autonomous driving, with offline models improving accuracy by using future frames. Knowledge distillation (KD) can be an appealing framework for t…

Knowledge Distillation3D Object DetectionAutonomous Driving

Train Your Own GNN Teacher: Graph-Aware Distillation on Textual Graphs

2023-04-20 · Costas Mavromatis, Vassilis N. Ioannidis, Shen Wang, Da Zheng 외

How can we learn effective node representations on textual graphs? Graph Neural Networks (GNNs) that use Language Models (LMs) to encode textual information of graphs achieve state-of-the-art performance in many node cla…

Knowledge DistillationNode Classification

StepOPSD: Step-Aware Online Preference Self-Distillation for Agent Reinforcement Learning

2026-05-26 · Yanfei Zhang, Xu Lin, Chenglin Wu arxiv

Reinforcement learning for multi-turn agents suffers from a credit-assignment mismatch: rewards are sparse and trajectory-level, while success often hinges on a few local decisions. Existing online policy distillation (O…

Reinforcement Learning