paper-with-me

홈 › Papers

[Re] Distilling Knowledge via Knowledge Review

2022-05-18 · Apoorva Verma, Pranjal Gulati, Sarthak Gupta

This effort aims to reproduce the results of experiments and analyze the robustness of the review framework for knowledge distillation introduced in the CVPR '21 paper 'Distilling Knowledge via Knowledge Review' by Chen et al. Previous works in knowledge distillation only studied connections paths between the same levels of the student and the teacher, and cross-level connection paths had not been considered. Chen et al. propose a new residual learning framework to train a single student layer using multiple teacher layers. They also design a novel fusion module to condense feature maps across levels and a loss function to compare feature information stored across different levels to improve performance. In this work, we consistently verify the improvements in test accuracy across student models as reported in the original paper and study the effectiveness of the novel modules introduced by conducting ablation studies and new experiments.

📄 PDF Abstract BibTeX arXiv:2205.11246

Code (1)

DevPranjal/reproduction-review-kd 공식 구현 pytorch

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 제목 키워드 기반

Distilling Knowledge via Knowledge Review

2021-04-19 · CVPR 2021 1 · Pengguang Chen, Shu Liu, Hengshuang Zhao, Jiaya Jia

Knowledge distillation transfers knowledge from the teacher network to the student one, with the goal of greatly improving the performance of the student network. Previous methods mostly focus on proposing feature transf…

Instance SegmentationKnowledge Distillationobject-detectionObject Detection+1

A Comprehensive Survey on Knowledge Distillation of Diffusion Models

2023-04-09 · Weijian Luo

Diffusion Models (DMs), also referred to as score-based diffusion models, utilize neural networks to specify score functions. Unlike most other probabilistic models, DMs directly model the score functions, which makes th…

Knowledge DistillationSurvey

A Survey on Extractive Knowledge Graph Summarization: Applications, Approaches, Evaluation, and Future Directions

2024-02-19 · Xiaxia Wang, Gong Cheng

With the continuous growth of large Knowledge Graphs (KGs), extractive KG summarization becomes a trending task. Aiming at distilling a compact subgraph with condensed information, it facilitates various downstream KG-ba…

Knowledge GraphsSurvey

A Simple and Effective Self-Supervised Contrastive Learning Framework for Aspect Detection

2020-09-18 · Tian Shi, Liuqing Li, Ping Wang, Chandan K. Reddy

Unsupervised aspect detection (UAD) aims at automatically extracting interpretable aspects and identifying aspect-specific segments (such as sentences) from online reviews. However, recent deep learning-based topic model…

Contrastive LearningTopic Models

Distilling Word Embeddings: An Encoding Approach

2015-06-15 · Lili Mou, Ran Jia, Yan Xu, Ge Li 외

Distilling knowledge from a well-trained cumbersome network to a small one has recently become a new research topic, as lightweight neural networks with high performance are particularly in need in various resource-restr…

Word Embeddings