SOTAVerified

Data Upcycling Knowledge Distillation for Image Super-Resolution

2023-09-25Code Available0· sign in to hype

Yun Zhang, Wei Li, Simiao Li, Hanting Chen, Zhijun Tu, Wenjia Wang, BingYi Jing, Shaohui Lin, Jie Hu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Knowledge distillation (KD) compresses deep neural networks by transferring task-related knowledge from cumbersome pre-trained teacher models to compact student models. However, current KD methods for super-resolution (SR) networks overlook the nature of SR task that the outputs of the teacher model are noisy approximations to the ground-truth distribution of high-quality images (GT), which shades the teacher model's knowledge to result in limited KD effects. To utilize the teacher model beyond the GT upper-bound, we present the Data Upcycling Knowledge Distillation (DUKD), to transfer the teacher model's knowledge to the student model through the upcycled in-domain data derived from training data. Besides, we impose label consistency regularization to KD for SR by the paired invertible augmentations to improve the student model's performance and robustness. Comprehensive experiments demonstrate that the DUKD method significantly outperforms previous arts on several SR tasks.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Set14 - 4x upscalingDUKDPSNR28.8Unverified
Urban100 - 4x upscalingRCAN (DUKD)PSNR26.62Unverified
Urban100 - 4x upscalingEDSR (DUKD)PSNR26.45Unverified
Urban100 - 4x upscalingSwinIR (DUKD)PSNR26.43Unverified

Reproductions