Goto

Collaborating Authors

 gkd




A Proof for Theorem 1 Suppose (M,µ) is the base manifold of dimension n with respect to graph G and GNN model f

Neural Information Processing Systems

Lebesgue integrable by thinking of nodes embedded on the manifold, i.e., g 2 L We justify parametric GKD from a variational inference perspective. By definition in Section 4.2 we have a forward GNN model Correspondingly in Eqn. 7, the left equation is a general GNN layer (corresponding to discretized Further considering different discretization schemes (e.g., implicit scheme, multi-step schemes) yields different variants of GRAND [ All experiments are conducted on NVIDIA V100 with 16 GB memory. We train the model by Adam optimizer. For the main results reported in Tab. 1 and 2, we choose the backbone We choose three benchmark citation network datasets, i.e., Cora, Citeseer and Pubmed, and a large-scale network dataset OGB-Arxivfor node classification. For parameter tuning, we adopt grid search method to search for hyper-parameters on validation set.


On-Policy Distillation of Language Models: Learning from Self-Generated Mistakes

arXiv.org Artificial Intelligence

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 distribution mismatch between output sequences seen during training and those generated by the student during inference. To address this issue, we introduce Generalized Knowledge Distillation (GKD). Instead of solely relying on a fixed set of output sequences, GKD trains the student on its self-generated output sequences by leveraging feedback from the teacher on such sequences. Unlike supervised KD approaches, GKD also offers the flexibility to employ alternative loss functions between the student and teacher, which can be useful when the student lacks the expressivity to mimic the teacher's distribution. Furthermore, GKD facilitates the seamless integration of distillation with RL fine-tuning (RLHF). We demonstrate the efficacy of GKD for distilling auto-regressive language models on summarization, translation, and arithmetic reasoning tasks, and task-agnostic distillation for instruction-tuning.


GKD: A General Knowledge Distillation Framework for Large-scale Pre-trained Language Model

arXiv.org Artificial Intelligence

Currently, the reduction in the parameter scale of large-scale pre-trained language models (PLMs) through knowledge distillation has greatly facilitated their widespread deployment on various devices. However, the deployment of knowledge distillation systems faces great challenges in real-world industrial-strength applications, which require the use of complex distillation methods on even larger-scale PLMs (over 10B), limited by memory on GPUs and the switching of methods. To overcome these challenges, we propose GKD, a general knowledge distillation framework that supports distillation on larger-scale PLMs using various distillation methods. With GKD, developers can build larger distillation models on memory-limited GPUs and easily switch and combine different distillation methods within a single framework. Experimental results show that GKD can support the distillation of at least 100B-scale PLMs and 25 mainstream methods on 8 NVIDIA A100 (40GB) GPUs.


Geometric Knowledge Distillation: Topology Compression for Graph Neural Networks

arXiv.org Artificial Intelligence

We study a new paradigm of knowledge transfer that aims at encoding graph topological information into graph neural networks (GNNs) by distilling knowledge from a teacher GNN model trained on a complete graph to a student GNN model operating on a smaller or sparser graph. To this end, we revisit the connection between thermodynamics and the behavior of GNN, based on which we propose Neural Heat Kernel (NHK) to encapsulate the geometric property of the underlying manifold concerning the architecture of GNNs. A fundamental and principled solution is derived by aligning NHKs on teacher and student models, dubbed as Geometric Knowledge Distillation. We develop non- and parametric instantiations and demonstrate their efficacy in various experimental settings for knowledge distillation regarding different types of privileged topological information and teacher-student schemes.


Deep geometric knowledge distillation with graphs

arXiv.org Machine Learning

In most cases deep learning architectures are trained disregarding the amount of operations and energy consumption. However, some applications, like embedded systems, can be resource-constrained during inference. A popular approach to reduce the size of a deep learning architecture consists in distilling knowledge from a bigger network (teacher) to a smaller one (student). Directly training the student to mimic the teacher representation can be effective, but it requires that both share the same latent space dimensions. In this work, we focus instead on relative knowledge distillation (RKD), which considers the geometry of the respective latent spaces, allowing for dimension-agnostic transfer of knowledge. Specifically we introduce a graph-based RKD method, in which graphs are used to capture the geometry of latent spaces. Using classical computer vision benchmarks, we demonstrate the ability of the proposed method to efficiently distillate knowledge from the teacher to the student, leading to better accuracy for the same budget as compared to existing RKD alternatives.