paper-with-me

Papers

Multi-level Knowledge Distillation via Knowledge Alignment and Correlation

2020-12-01 · Fei Ding, Yin Yang, Hongxin Hu, Venkat Krovi, Feng Luo

Knowledge distillation (KD) has become an important technique for model compression and knowledge transfer. In this work, we first perform a comprehensive analysis of the knowledge transferred by different KD methods. We demonstrate that traditional KD methods, which minimize the KL divergence of softmax outputs between networks, are related to the knowledge alignment of an individual sample only. Meanwhile, recent contrastive learning-based KD methods mainly transfer relational knowledge between different samples, namely, knowledge correlation. While it is important to transfer the full knowledge from teacher to student, we introduce the Multi-level Knowledge Distillation (MLKD) by effectively considering both knowledge alignment and correlation. MLKD is task-agnostic and model-agnostic, and can easily transfer knowledge from supervised or self-supervised pretrained teachers. We show that MLKD can improve the reliability and transferability of learned representations. Experiments demonstrate that MLKD outperforms other state-of-the-art methods on a large number of experimental settings including different (a) pretraining strategies (b) network architectures (c) datasets (d) tasks.

📄 PDF Abstract BibTeX arXiv:2012.00573

Code (1)

ifding/MLKD 공식 구현 pytorch

Tasks

Contrastive LearningKnowledge DistillationModel CompressionTransfer 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.…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Progressive Class-level Distillation

2025-05-30 · JiaYan Li, Jun Li, Zhourui Zhang, Jianhua Xu

In knowledge distillation (KD), logit distillation (LD) aims to transfer class-level knowledge from a more powerful teacher network to a small student model via accurate teacher-student alignment at the logits level. Sin…

BenchmarkingKnowledge DistillationTransfer Learning

Guiding Frame-Level CTC Alignments Using Self-knowledge Distillation

2024-06-12 · Eungbeom Kim, Hantae Kim, Kyogu Lee

Transformer encoder with connectionist temporal classification (CTC) framework is widely used for automatic speech recognition (ASR). However, knowledge distillation (KD) for ASR displays a problem of disagreement betwee…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge DistillationSelf-Knowledge Distillation+2

Multi-Level Logit Distillation

2023-01-01 · CVPR 2023 1 · Ying Jin, Jiaqi Wang, Dahua Lin

Knowledge Distillation (KD) aims at distilling the knowledge from the large teacher model to a lightweight student model. Mainstream KD methods can be divided into two categories, logit distillation, and feature dist…

Knowledge DistillationPrediction

Guiding CTC Posterior Spike Timings for Improved Posterior Fusion and Knowledge Distillation

2019-04-17 · Gakuto Kurata, Kartik Audhkhasi

Conventional automatic speech recognition (ASR) systems trained from frame-level alignments can easily leverage posterior fusion to improve ASR accuracy and build a better single model with knowledge distillation. End-to…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationDecoder+5

Joint Pre-training and Local Re-training: Transferable Representation Learning on Multi-source Knowledge Graphs

2023-06-05 · Zequn Sun, Jiacheng Huang, Jinghao Lin, Xiaozhou Xu 외

In this paper, we present the ``joint pre-training and local re-training'' framework for learning and applying multi-source knowledge graph (KG) embeddings. We are motivated by the fact that different KGs contain complem…

Entity AlignmentKnowledge DistillationKnowledge GraphsRepresentation Learning+1