paper-with-me

홈 › Papers

Knowledge Distillation based Degradation Estimation for Blind Super-Resolution

2022-11-30 · Bin Xia, Yulun Zhang, Yitong Wang, Yapeng Tian, Wenming Yang, Radu Timofte, Luc van Gool

Blind image super-resolution (Blind-SR) aims to recover a high-resolution (HR) image from its corresponding low-resolution (LR) input image with unknown degradations. Most of the existing works design an explicit degradation estimator for each degradation to guide SR. However, it is infeasible to provide concrete labels of multiple degradation combinations (e.g., blur, noise, jpeg compression) to supervise the degradation estimator training. In addition, these special designs for certain degradation, such as blur, impedes the models from being generalized to handle different degradations. To this end, it is necessary to design an implicit degradation estimator that can extract discriminative degradation representation for all degradations without relying on the supervision of degradation ground-truth. In this paper, we propose a Knowledge Distillation based Blind-SR network (KDSR). It consists of a knowledge distillation based implicit degradation estimator network (KD-IDE) and an efficient SR network. To learn the KDSR model, we first train a teacher network: KD-IDE$_{T}$. It takes paired HR and LR patches as inputs and is optimized with the SR network jointly. Then, we further train a student network KD-IDE$_{S}$, which only takes LR images as input and learns to extract the same implicit degradation representation (IDR) as KD-IDE$_{T}$. In addition, to fully use extracted IDR, we design a simple, strong, and efficient IDR based dynamic convolution residual block (IDR-DCRB) to build an SR network. We conduct extensive experiments under classic and real-world degradation settings. The results show that KDSR achieves SOTA performance and can generalize to various degradation processes. The source codes and pre-trained models will be released.

📄 PDF Abstract BibTeX arXiv:2211.16928

Code (1)

zj-binxia/kdsr 공식 구현 pytorch

Tasks

Blind Super-ResolutionImage Super-ResolutionKnowledge DistillationSuper-Resolution

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Residual Connection 설명 없음
Batch Normalization 설명 없음
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.…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Meta-Learning based Degradation Representation for Blind Super-Resolution

2022-07-28 · Bin Xia, Yapeng Tian, Yulun Zhang, Yucheng Hang 외

The most of CNN based super-resolution (SR) methods assume that the degradation is known (\eg, bicubic). These methods will suffer a severe performance drop when the degradation is different from their assumption. Theref…

Blind Super-ResolutionKnowledge DistillationMeta-LearningSuper-Resolution

Transitional Learning: Exploring the Transition States of Degradation for Blind Super-resolution

2021-03-29 · Yuanfei Huang, Jie Li, Yanting Hu, Xinbo Gao 외

Being extremely dependent on iterative estimation of the degradation prior or optimization of the model from scratch, the existing blind super-resolution (SR) methods are generally time-consuming and less effective, as t…

Blind Super-ResolutionSuper-Resolution

BlindDiff: Empowering Degradation Modelling in Diffusion Models for Blind Image Super-Resolution

2024-03-15 · Feng Li, Yixuan Wu, Zichao Liang, Runmin Cong 외

Diffusion models (DM) have achieved remarkable promise in image super-resolution (SR). However, most of them are tailored to solving non-blind inverse problems with fixed known degradation settings, limiting their adapta…

Image RestorationImage Super-ResolutionSuper-Resolution

Unsupervised Degradation Representation Learning for Blind Super-Resolution

2021-04-01 · CVPR 2021 1 · Longguang Wang, Yingqian Wang, Xiaoyu Dong, Qingyu Xu 외

Most existing CNN-based super-resolution (SR) methods are developed based on an assumption that the degradation is fixed and known (e.g., bicubic downsampling). However, these methods suffer a severe performance drop whe…

Blind Super-ResolutionRepresentation LearningSuper-Resolution

Blind Knowledge Distillation for Robust Image Classification

2022-11-21 · Timo Kaiser, Lukas Ehmann, Christoph Reinders, Bodo Rosenhahn

Optimizing neural networks with noisy labels is a challenging task, especially if the label set contains real-world noise. Networks tend to generalize to reasonable patterns in the early training stages and overfit to sp…

Classificationimage-classificationImage ClassificationKnowledge Distillation+1