Abstract
Many different deep networks have been used to approximate, accelerate orimprove traditional image operators, such as image smoothing, super-resolutionand denoising. Among these traditional operators, many contain parameters whichneed to be tweaked to obtain the satisfactory results, which we refer to as"parameterized image operators". However, most existing deep networks trainedfor these operators are only designed for one specific parameter configuration,which does not meet the needs of real scenarios that usually require flexibleparameters settings. To overcome this limitation, we propose a new decouplelearning algorithm to learn from the operator parameters to dynamically adjustthe weights of a deep network for image operators, denoted as the base network.The learned algorithm is formed as another network, namely the weight learningnetwork, which can be end-to-end jointly trained with the base network.Experiments demonstrate that the proposed framework can be successfully appliedto many traditional parameterized image operators. We provide more analysis tobetter understand the proposed framework, which may inspire more promisingresearch in this direction. Our codes and models have been released inhttps://github.com/fqnchina/DecoupleLearning