paper-with-me

Papers

Learning Knowledge Representation with Meta Knowledge Distillation for Single Image Super-Resolution

2022-07-18 · Han Zhu, Zhenzhong Chen, Shan Liu

Knowledge distillation (KD), which can efficiently transfer knowledge from a cumbersome network (teacher) to a compact network (student), has demonstrated its advantages in some computer vision applications. The representation of knowledge is vital for knowledge transferring and student learning, which is generally defined in hand-crafted manners or uses the intermediate features directly. In this paper, we propose a model-agnostic meta knowledge distillation method under the teacher-student architecture for the single image super-resolution task. It provides a more flexible and accurate way to help the teachers transmit knowledge in accordance with the abilities of students via knowledge representation networks (KRNets) with learnable parameters. In order to improve the perception ability of knowledge representation to students' requirements, we propose to solve the transformation process from intermediate outputs to transferred knowledge by employing the student features and the correlation between teacher and student in the KRNets. Specifically, the texture-aware dynamic kernels are generated and then extract texture features to be improved and the corresponding teacher guidance so as to decompose the distillation problem into texture-wise supervision for further promoting the recovery quality of high-frequency details. In addition, the KRNets are optimized in a meta-learning manner to ensure the knowledge transferring and the student learning are beneficial to improving the reconstructed quality of the student. Experiments conducted on various single image super-resolution datasets demonstrate that our proposed method outperforms existing defined knowledge representation related distillation methods, and can help super-resolution algorithms achieve better reconstruction quality without introducing any inference complexity.

📄 PDF Abstract BibTeX arXiv:2207.08356

Code (0)

등록된 구현이 없습니다.

Tasks

Image Super-ResolutionKnowledge DistillationMeta-LearningSuper-Resolution

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

Meta-KD: A Meta Knowledge Distillation Framework for Language Model Compression across Domains

2020-12-02 · ACL 2021 5 · Haojie Pan, Chengyu Wang, Minghui Qiu, Yichang Zhang 외

Pre-trained language models have been applied to various NLP tasks with considerable performance gains. However, the large model sizes, together with the long inference time, limit the deployment of such models in real-t…

Knowledge DistillationLanguage ModelingLanguage ModellingMeta-Learning+2

Purify-then-Align: Towards Robust Human Sensing under Modality Missing with Knowledge Distillation from Noisy Multimodal Teacher

2026-04-07 · Pengcheng Weng, Yanyu Qian, Yangxin Xu, Fei Wang arxiv

Robust multimodal human sensing must overcome the critical challenge of missing modalities. Two principal barriers are the Representation Gap between heterogeneous data and the Contamination Effect from low-quality modal…

Knowledge Distillation

MetaMixer: A Regularization Strategy for Online Knowledge Distillation

2023-03-14 · Maorong Wang, Ling Xiao, Toshihiko Yamasaki

Online knowledge distillation (KD) has received increasing attention in recent years. However, while most existing online KD methods focus on developing complicated model structures and training strategies to improve the…

Knowledge Distillation

A Metamorphic Testing Perspective on Knowledge Distillation for Language Models of Code: Does the Student Deeply Mimic the Teacher?

2025-11-07 · Md. Abdul Awal, Mrigank Rochan, Chanchal K. Roy arxiv

Transformer-based language models of code have achieved state-of-the-art performance across a wide range of software analytics tasks, but their practical deployment remains limited due to high computational costs, slow i…

Knowledge Distillation

BERT Learns to Teach: Knowledge Distillation with Meta Learning

2021-06-08 · ACL 2022 5 · Wangchunshu Zhou, Canwen Xu, Julian McAuley

We present Knowledge Distillation with Meta Learning (MetaDistil), a simple yet effective alternative to traditional knowledge distillation (KD) methods where the teacher model is fixed during training. We show the teach…

Knowledge DistillationMeta-Learning