中文
相关论文

相关论文: A Teacher-Free Graph Knowledge Distillation Framew…

200 篇论文

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 representation in an…

机器学习 · 计算机科学 2023-01-05 Hanlin Zhang , Shuai Lin , Weiyang Liu , Pan Zhou , Jian Tang , Xiaodan Liang , Eric P. Xing

Knowledge distillation has been applied to various tasks successfully. The current distillation algorithm usually improves students' performance by imitating the output of the teacher. This paper shows that teachers can also improve…

计算机视觉与模式识别 · 计算机科学 2022-07-06 Zhendong Yang , Zhe Li , Mingqi Shao , Dachuan Shi , Zehuan Yuan , Chun Yuan

Knowledge distillation (KD) is widely used for compressing a teacher model to reduce its inference cost and memory footprint, by training a smaller student model. However, current KD methods for auto-regressive sequence models suffer from…

Nowadays, Graph Neural Networks (GNNs) following the Message Passing paradigm become the dominant way to learn on graphic data. Models in this paradigm have to spend extra space to look up adjacent nodes with adjacency matrices and extra…

机器学习 · 计算机科学 2021-06-17 Yi Luo , Aiguo Chen , Ke Yan , Ling Tian

In recent years, knowledge graph completion (KGC) models based on pre-trained language model (PLM) have shown promising results. However, the large number of parameters and high computational cost of PLM models pose challenges for their…

计算与语言 · 计算机科学 2024-06-11 Cunhang Fan , Yujie Chen , Jun Xue , Yonghui Kong , Jianhua Tao , Zhao Lv

3D Gaussian Splatting (3DGS) has exhibited remarkable efficacy in novel view synthesis (NVS). However, it suffers from a significant drawback: achieving high-fidelity rendering typically necessitates a large number of 3D Gaussians,…

计算机视觉与模式识别 · 计算机科学 2025-08-20 Lintao Xiang , Xinkai Chen , Jianhuang Lai , Guangcong Wang

Graph classification is an important learning task for graph-structured data. Graph neural networks (GNNs) have recently gained growing attention in graph learning and have shown significant improvements in many important graph problems.…

机器学习 · 计算机科学 2024-01-31 Tao Wen , Elynn Chen , Yuzhou Chen

Deploying Large Language Models (LLMs) for discriminative workloads is often limited by inference latency, compute, and API costs at scale. Active distillation reduces these costs by querying an LLM oracle to train compact discriminative…

人工智能 · 计算机科学 2026-04-01 Ziyang Yu , Liang Zhao

Knowledge distillation (KD) is a model compression method that entails training a compact student model to emulate the performance of a more complex teacher model. However, the architectural capacity gap between the two models limits the…

机器学习 · 计算机科学 2025-01-09 Kuluhan Binici , Weiming Wu , Tulika Mitra

The knowledge of a well-trained deep neural network (a.k.a. the "teacher") is valuable for learning similar tasks. Knowledge distillation extracts knowledge from the teacher and integrates it with the target model (a.k.a. the "student"),…

计算机视觉与模式识别 · 计算机科学 2022-05-05 Han-Jia Ye , Su Lu , De-Chuan Zhan

In this paper, we propose the first self-distillation framework for general object detection, termed LGD (Label-Guided self-Distillation). Previous studies rely on a strong pretrained teacher to provide instructive knowledge that could be…

计算机视觉与模式识别 · 计算机科学 2022-04-26 Peizhen Zhang , Zijian Kang , Tong Yang , Xiangyu Zhang , Nanning Zheng , Jian Sun

Graph Neural Networks (GNNs) are emerging as a powerful tool for learning from graph-structured data and performing sophisticated inference tasks in various application domains. Although GNNs have been shown to be effective on modest-sized…

分布式、并行与集群计算 · 计算机科学 2025-05-29 Jeongmin Brian Park , Vikram Sharma Mailthody , Zaid Qureshi , Wen-mei Hwu

While traditional time-series classifiers assume full sequences at inference, practical constraints (latency and cost) often limit inputs to partial prefixes. The absence of class-discriminative patterns in partial data can significantly…

机器学习 · 计算机科学 2026-05-13 Nilushika Udayangani , Kishor Nandakishor , Marimuthu Palaniswami

Knowledge distillation (KD) is an effective framework to transfer knowledge from a large-scale teacher to a compact yet well-performing student. Previous KD practices for pre-trained language models mainly transfer knowledge by aligning…

计算与语言 · 计算机科学 2022-11-03 Lean Wang , Lei Li , Xu Sun

Knowledge distillation is one of the most popular and effective techniques for knowledge transfer, model compression and semi-supervised learning. Most existing distillation approaches require the access to original or augmented training…

机器学习 · 计算机科学 2020-12-11 Liangchen Luo , Mark Sandler , Zi Lin , Andrey Zhmoginov , Andrew Howard

Autonomous driving is an important and safety-critical task, and recent advances in LLMs/VLMs have opened new possibilities for reasoning and planning in this domain. However, large models demand substantial GPU memory and exhibit high…

Graph Neural Networks (GNNs) have demonstrated their effectiveness in various graph learning tasks, yet their reliance on neighborhood aggregation during inference poses challenges for deployment in latency-sensitive applications, such as…

机器学习 · 计算机科学 2024-12-09 Zehong Wang , Zheyuan Zhang , Chuxu Zhang , Yanfang Ye

Graph Neural Networks (GNNs) are deep-learning architectures designed for graph-type data, where understanding relationships among individual observations is crucial. However, achieving promising GNN performance, especially on unseen data,…

机器学习 · 计算机科学 2024-05-22 Lequan Lin , Dai Shi , Andi Han , Zhiyong Wang , Junbin Gao

This paper investigates cross-lingual temporal knowledge graph reasoning problem, which aims to facilitate reasoning on Temporal Knowledge Graphs (TKGs) in low-resource languages by transfering knowledge from TKGs in high-resource ones. The…

机器学习 · 计算机科学 2023-03-28 Ruijie Wang , Zheng Li , Jingfeng Yang , Tianyu Cao , Chao Zhang , Bing Yin , Tarek Abdelzaher

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 the features smoothed…

机器学习 · 计算机科学 2022-06-13 Yating Ren , Junzhong Ji , Lingfeng Niu , Minglong Lei