IVCVApr 15, 2024

MTKD: Multi-Teacher Knowledge Distillation for Image Super-Resolution

arXiv:2404.09571v131 citationsh-index: 13ECCV
Originality Incremental advance
AI Analysis

This work addresses the problem of enhancing super-resolution performance for compact networks, offering a domain-specific incremental improvement.

The paper tackles image super-resolution by proposing a Multi-Teacher Knowledge Distillation (MTKD) framework that uses multiple teachers and a wavelet-based loss function, achieving up to 0.46dB improvement in PSNR over state-of-the-art KD methods.

Knowledge distillation (KD) has emerged as a promising technique in deep learning, typically employed to enhance a compact student network through learning from their high-performance but more complex teacher variant. When applied in the context of image super-resolution, most KD approaches are modified versions of methods developed for other computer vision tasks, which are based on training strategies with a single teacher and simple loss functions. In this paper, we propose a novel Multi-Teacher Knowledge Distillation (MTKD) framework specifically for image super-resolution. It exploits the advantages of multiple teachers by combining and enhancing the outputs of these teacher models, which then guides the learning process of the compact student network. To achieve more effective learning performance, we have also developed a new wavelet-based loss function for MTKD, which can better optimize the training process by observing differences in both the spatial and frequency domains. We fully evaluate the effectiveness of the proposed method by comparing it to five commonly used KD methods for image super-resolution based on three popular network architectures. The results show that the proposed MTKD method achieves evident improvements in super-resolution performance, up to 0.46dB (based on PSNR), over state-of-the-art KD approaches across different network structures. The source code of MTKD will be made available here for public evaluation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes