Data Upcycling Knowledge Distillation for Image Super-Resolution
Yun Zhang, Wei Li, Simiao Li, Hanting Chen, Zhijun Tu, Wenjia Wang, Bingyi Jing, Shaohui Lin, Jie Hu
TL;DR
Data Upcycling Knowledge Distillation (DUKD) targets the core limitation in SR KD: teacher outputs are noisy approximations to the ground-truth distribution, which weakens the transfer of knowledge to the student. DUKD introduces two components—in-domain data upcycling and label consistency regularization—augmenting KD with upcycled data and invertible perturbations, and forms a total loss $\mathcal{L} = \mathcal{L}_{rec} + \lambda_{kd}\mathcal{L}_{kd} + \lambda_{dukd}\mathcal{L}_{dukd}$ to guide learning. By supervising on upcycled LR/HR pairs and enforcing $\mathcal{F}^{-1}$-invariant outputs through compressible transforms, DUKD achieves stronger performance than existing KD methods across SR backbones (e.g., EDSR, RCAN, SwinIR) and scales, including cross-architecture teacher-student pairs and real-world SR benchmarks. This data-centric KD approach reduces dependence on GT-aligned teacher signals, improves robustness via label consistency, and offers a practical path to deploying high-quality SR models on resource-constrained devices, with code released for reproducibility.
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.
