<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>DEEP LEARNING APPLICATION FOR IMAGE ENHANCEMENT</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>A. Elaraby</string-name>
          <email>ahmed.elaraby@svu.edu.eg</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>I. Elansary</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>A. Nechaevskiy</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, Faculty of Computers and Information, South Valley University</institution>
          ,
          <addr-line>Qena, 83523</addr-line>
          ,
          <country country="EG">Egypt</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Meshcheryakov Laboratory of Information Technologies, Joint Institute for Nuclear Research</institution>
          ,
          <addr-line>141980, Joliot-Curie 6, Dubna</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Modern Academy for Computer Science and Management Technology</institution>
          ,
          <addr-line>Cairo</addr-line>
          ,
          <country country="EG">Egypt</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <fpage>5</fpage>
      <lpage>9</lpage>
      <abstract>
        <p>Recently, deep learning has obtained a central position toward our daily life automation and delivered considerable improvements as compared to traditional algorithms of machine learning. Enhancing of image quality is a fundamental image processing task and. A high-quality image is always expected in several tasks of vision, and degradations like noise, blur, and low-resolution, are required to be removed. The deep techniques approaches can significantly and substantially boost performance compared with classical ones. One of the main research areas where deep learning can make a major impact is imaging. This work presents a survey of deep learning on image enhancement and describes its potential for future research.</p>
      </abstract>
      <kwd-group>
        <kwd>Machine Learning</kwd>
        <kwd>Deep Learning</kwd>
        <kwd>Image Enhancement</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Image quality enhancing is a fundamental problem in image processing that has received great
attention over several decades. A high-quality image is always expected in different tasks of vision,
and degradations like low-resolution, blur, and noise, are required to be removed. While the classical
techniques for this task have achieved great progress, the recent top performer, deep techniques
approaches, can significantly and substantially boost performance compared with classical ones. The
advantages of deep learning techniques which enable it to realize such success are its high
representational capacity and the strong nonlinearity of the approaches [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        Image enhancement is adjusting process of digital images so that the results are more
appropriate for display or additional image analysis [
        <xref ref-type="bibr" rid="ref2 ref3 ref4 ref5">2-5</xref>
        ]. Image enhancement methods divide to two
main categories: “spatial domain” approaches and “frequency domain” approaches [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The term
spatial domain in image processing indicates to an image plane itself, and methods in this category are
depending to direct processing of image pixels. Spatial domain enhancement methods also divide to
two categories: the spatial domain filtering category and transformation category. The former is
depending on neighborhoods and the latter is depending on individual pixels. The spatial domain
transformation approaches in common use are basic on histogram processing and gray level
transformation. The frequency domain processing approaches are depending on modifying an image
Fourier transforms. Let  ( ,  ) be the original image and its Fourier transform  ( ,  ), while ℎ( ,  )
be a filter and  ( ,  ) its Fourier transform, and then ( ,  ) is transformed to  ( ,  ) after
convolving with ℎ( ,  ) and  ( ,  ) is Fourier transform of  ( ,  ).
      </p>
      <sec id="sec-1-1">
        <title>The procedure can be written in the spatial domain as:</title>
      </sec>
      <sec id="sec-1-2">
        <title>The frequency domain as:</title>
        <p>( ,  ) =  ( ,  ) ∗ ℎ( ,  )
 ( ,  ) =  ( ,  ) ∙  ( ,  )</p>
        <p>Where “∗”is convolution operator and “∙”means multiplication operator. It is clear from Eqs.
(1,2) that if ℎ( ,  ) is selected correctly, the image  ( ,  ) will then be influentially enhanced.</p>
        <p>The rest of this paper will explore the development of advanced deep approaches for image
enhancement by researching several fundamental issues with various motivations.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2. Deep Learning Applications on Image Enhancement</title>
      <p>
        In image denoising, the basic concept of learning in image denoising is to use training data to
refine a module of the designed model. Dictionary learning is an example of this; image patches can
be interpreted using a coefficients sequence on a collection of bases, resulting in a redundant
dictionary. The dictionary is supposed to express the general structures of natural images in such a
way that clean image patches are well estimated on it for the denoising task. As a result, as in KSVD
[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], LSSC [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], and CSR [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], the dictionary is an essential item that is learned from a collection of
highquality training data or the to-be-processed degraded image. Deep learning is another example, in
which the goal is to learn a discriminative restoration function. The first attempts to use (CNNs) and
stacked auto-encoders to denoising natural images [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] are promising, demonstrating that these deep
models can work like or better than traditional wavelet or Markov random field-based denoising
approaches.
      </p>
      <p>
        Agostinelli et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] investigated for building multi-column stacked auto encoders to deal
with different forms of noise. DnCNN [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] used the residual learning technique to train deep CNN
models and achieved state-of-the-art results. These studies show that deep architecture, strong
learning, and high representational ability can significantly improve image denoising efficiency.
Example of image denoising result using deep learning is shown in figure 1.
(1)
(2)
      </p>
      <p>
        In image deblurring, the most critical issue is ill-posedness. The observed fuzzy images do not
stably and uniquely evaluate as sharp images in the non-blind case, owing to the blur operator's
illconditioned existence [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Researchers have been concentrating on creating new strategies and
prototypes, as well as improving the efficiency of optimization techniques, to deal with ill-posedness.
For the task of deblurring, learning-based approaches are proposed. The motives in this case can be
divided into two categories. In the first group, the proposed methods [
        <xref ref-type="bibr" rid="ref11 ref12 ref13">11-13</xref>
        ] aim to learn a subspace
in which the sharp picture can be found. A subspace can be created by extracting local patterns from
multiple sharp images, where the sharp images and target images share similar information, allowing
for an accurate representation of details in the target image. In the second group, the aim is to find a
restoring mechanism that can transform a fuzzy target image into a sharp target image [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Multiple
sharp images with their fuzzy equivalents are widely used to train the restoring function parameters in
this scenario. The “Regression Tree Field” (RTF) was used by “Schmidt” et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] to model a
nonlinear regressor that defines the parameters of local deblurring. Example of image deblurring result
using deep learning is shown in figure 2.
      </p>
      <p>
        In Image Super-resolution, the aim of super-resolution is to create a high-resolution image
from one or more low-resolution images, recapturing high-frequency information that were lost during
the imaging process. A belief network is a type of learning technique that can be expressed in terms of
a Markov network. The images are analyzed with patch representation using a Markov network [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
An observation function connects the low-resolution patches and their corresponding high-resolution
patches, defining how well one fits the other. A transition function connects the neighbor patches in
the reconstructed image. The model uses the belief propagation algorithm to restore the
highresolution image after the parameters of the functions have been well trained.
      </p>
      <p>
        High-resolution images form a manifold with similar local geometry to that provided by
lowresolution images, according to manifold learning-based approaches [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. In order to do restoration,
the relationship between points on the low-resolution manifold can be directly applied to the
highresolution manifold. However, the assumption of identical manifolds is overly restrictive, and it cannot
be fulfilled in many situations. To address this issue, it is proposed that two explicit mapping functions
be learned to find a common manifold for low and high-resolution images [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. The idea behind the
sparse coding-based approaches [
        <xref ref-type="bibr" rid="ref19 ref20">19-20</xref>
        ] is that a signal can be interpreted by a sparse code on an
overcomplete dictionary. The linear relationship between the sparse codes of low and high-resolution
images can be recovered in the super-resolution task, resulting in encouraging restoration results. A
high-resolution image can be obtained from low-resolution patches by dividing images into patches.
The mapping function types like simple functions, support vector regression, and anchored
neighborhood regression [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] are indeed shallow types with limited representational capacity. It has
been shown that stacking shallow types into a deep one can significantly improve the performance of
super-resolution, which is related to deep learning. Kim et al. conducted research into the use of very
deep convolutional networks for SISR [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ], who suggested residual learning to train a 20-layer CNN
model and achieved high efficiency. They also presented a profoundly recursive convolutional
network [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] that uses a limited number of model parameters to allow for long-range pixel
dependencies. In the SR mission, use self-examples on different scales to fine-tune a pre-trained
convolutional auto-encoder [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. Shi et al. and Dong et al. [
        <xref ref-type="bibr" rid="ref25 ref26">25-26</xref>
        ], constructed networks in which the
majority of the computation occurs in the LR space and the up-scaling process occurs only in the last
layer of the networks to speed up the SR computation. Example of image super-resolution result using
deep learning is shown in figure 3.
      </p>
      <p>
        Besides the above CNN-related works, the studies on other feed-forward neural networks were
conducted, such auto-encoders [
        <xref ref-type="bibr" rid="ref27 ref28">27-28</xref>
        ] and sparse coding-based networks [
        <xref ref-type="bibr" rid="ref29 ref30">29-30</xref>
        ]. An LR image patch
can be generated from various HR image patches which reside in a low-dimensional natural image
ramified. The MSE-based solution is a pixel-wise average of the possible HR patches on the ramified,
thus exhibiting blurry or over-smoothing effects, and lacking high-frequency details. To address this
task, in [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ] presented a perceptual loss which measures the MSE between the VGG feature maps of
the SR result and the ground truth. In [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ], by incorporating this loss and an adversarial loss, Ledig et
al. developed a generative adversarial network which can recover photo-realistic textures. Using
similar ideas, inference models can be applied to the statistics of CNN feature maps, such that the
statistics of SR solutions and that of natural images are as close as possible [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ].
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Conclusion</title>
      <p>In this paper we highlighted several aspects of image enhancement. Providing a compendium
of the advances made in the new and exciting sub-field of deep learning for image enhancement. The
paper discusses image enhancement categories in spatial domain and frequency domain. Deep learning
technology and background is discussed. Furthermore, applications of deep learning on image
enhancement are analysis in most important tasks like image super-resolution, deblurring and
denoising.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R. C.</given-names>
            <surname>Gonzalez</surname>
          </string-name>
          and
          <string-name>
            <given-names>R. E.</given-names>
            <surname>Woods</surname>
          </string-name>
          ,
          <source>Digital Image Processing, (3rd Edition)</source>
          .
          <source>Upper Saddle River</source>
          , NJ, USA: Prentice-Hall, Inc.,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Elaraby; D.Moratal</surname>
          </string-name>
          :
          <article-title>A Generalized Entropy-Based Two-Phase Threshold Algorithm for Noisy Medical Image Edge Detection, Scientia Iranica</article-title>
          , Vol.
          <volume>24</volume>
          ;
          <issue>6</issue>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>Elaraby</surname>
          </string-name>
          ; et al:
          <article-title>New Algorithm For Edge Detection in Medical Images Based on Minimum Cross Entropy Thresholding</article-title>
          ,
          <string-name>
            <surname>IJCSI</surname>
          </string-name>
          , Vol.
          <volume>11</volume>
          ;
          <issue>2</issue>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Elaraby</surname>
          </string-name>
          ; et al:
          <article-title>New Algorithm For Edge Detection Based on Exponential Entropy, (ISCYR</article-title>
          ),
          <fpage>29</fpage>
          -
          <lpage>30</lpage>
          April 2014, Assiut University, Egypt.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Elaraby</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. Nechaevskiy:</surname>
          </string-name>
          <article-title>An effective segmentation approach for liver computed tomography scans using fuzzy exponential entropy</article-title>
          // Computer Research and Modeling,
          <year>2021</year>
          ,
          <volume>13</volume>
          (
          <issue>1</issue>
          ), pp.
          <fpage>195</fpage>
          -
          <lpage>202</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>W.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , and G. Shi, “
          <article-title>Sparsity-based image denoising via dictionary learning and structural clustering</article-title>
          ,”
          <source>in Proceedings of IEEE Conference on Computer Vision and Pattern Recognition</source>
          ,
          <year>2011</year>
          , pp.
          <fpage>457</fpage>
          -
          <lpage>464</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>V.</given-names>
            <surname>Jain</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Seung</surname>
          </string-name>
          , “
          <article-title>Natural image denoising with convolutional networks,” in</article-title>
          <string-name>
            <surname>NIPS</surname>
          </string-name>
          ,
          <year>2009</year>
          , pp.
          <fpage>769</fpage>
          -
          <lpage>776</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>J.</given-names>
            <surname>Xie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Xu</surname>
          </string-name>
          , and E. Chen, “
          <article-title>Image denoising and inpainting with deep neural networks</article-title>
          ,” in NIPS,
          <year>2012</year>
          , pp.
          <fpage>341</fpage>
          -
          <lpage>349</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>H. C.</given-names>
            <surname>Burger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. J.</given-names>
            <surname>Schuler</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Harmeling</surname>
          </string-name>
          , “
          <article-title>Image denoising: Can plain neural networks compete with bm3d?” in</article-title>
          <string-name>
            <surname>CVPR</surname>
          </string-name>
          ,
          <year>2012</year>
          , pp.
          <fpage>2392</fpage>
          -
          <lpage>2399</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>H. C.</given-names>
            <surname>Burger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Schuler</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Harmeling</surname>
          </string-name>
          , “
          <article-title>Learning how to combine internal and external denoising methods,” in GCPR</article-title>
          , vol.
          <volume>8142</volume>
          ,
          <year>2013</year>
          , p.
          <fpage>121</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>F.</given-names>
            <surname>Agostinelli</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. R. Anderson</surname>
            , and
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Lee</surname>
          </string-name>
          , “
          <article-title>Adaptive multi-column deep neural networks with application to robust image denoising</article-title>
          ,” in NIPS,
          <year>2013</year>
          , pp.
          <fpage>1493</fpage>
          -
          <lpage>1501</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>K.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , W. Zuo,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Meng</surname>
          </string-name>
          , and L. Zhang, “
          <article-title>Beyond a gaussian denoiser: Residual learning of deep cnn for image denoising</article-title>
          ,
          <source>” IEEE Trans. Image Process</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>N.</given-names>
            <surname>Joshi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Matusik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. H.</given-names>
            <surname>Adelson</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D. J.</given-names>
            <surname>Kriegman</surname>
          </string-name>
          , “
          <article-title>Personal photo enhancement using example images</article-title>
          ,
          <source>” ACM Transactions on Graph</source>
          , vol.
          <volume>29</volume>
          , no.
          <issue>2</issue>
          , p.
          <fpage>12</fpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>J.</given-names>
            <surname>Ni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Turaga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. M.</given-names>
            <surname>Patel</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Chellappa</surname>
          </string-name>
          , “
          <article-title>Example-driven manifold priors for image deconvolution</article-title>
          ,
          <source>” IEEE Trans. Image Process</source>
          , vol.
          <volume>20</volume>
          , no.
          <issue>11</issue>
          , pp.
          <fpage>3086</fpage>
          -
          <lpage>3096</lpage>
          ,
          <year>2011</year>
          .
          <volume>23</volume>
          ,
          <fpage>24</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>C. J.</given-names>
            <surname>Schuler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. C.</given-names>
            <surname>Burger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Harmeling</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B.</given-names>
            <surname>Sch</surname>
          </string-name>
          <article-title>¨olkopf, “A machine learning approach for non-blind image deconvolution,”</article-title>
          <source>in Proceedings of IEEE Conference on Computer Vision and Pattern Recognition</source>
          ,
          <year>2013</year>
          , pp.
          <fpage>1067</fpage>
          -
          <lpage>1074</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>W. T.</given-names>
            <surname>Freeman</surname>
          </string-name>
          and
          <string-name>
            <given-names>E. C.</given-names>
            <surname>Pasztor</surname>
          </string-name>
          , “
          <article-title>Learning to estimate scenes from images</article-title>
          ,
          <source>” Proceedings of Advances in Neural Information Processing Systems</source>
          , pp.
          <fpage>775</fpage>
          -
          <lpage>781</lpage>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>M.</given-names>
            <surname>Bevilacqua</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Roumy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Guillemot</surname>
          </string-name>
          , and
          <string-name>
            <surname>M.-L. A. Morel</surname>
          </string-name>
          , “
          <article-title>Neighbor embedding based single-image super-resolution using semi-nonnegative matrix factorization</article-title>
          ,”
          <source>in Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing</source>
          . IEEE,
          <year>2012</year>
          , pp.
          <fpage>1289</fpage>
          -
          <lpage>1292</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>B.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>X.</given-names>
            <surname>Chen</surname>
          </string-name>
          , “
          <article-title>Low-resolution face recognition via coupled locality preserving mappings,” IEEE Signal Process</article-title>
          .
          <source>Lett.</source>
          , vol.
          <volume>17</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>20</fpage>
          -
          <lpage>23</lpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>X.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Tao</surname>
          </string-name>
          , and
          <string-name>
            <given-names>X.</given-names>
            <surname>Li</surname>
          </string-name>
          , “
          <article-title>Image super-resolution with sparse neighbor embedding</article-title>
          ,
          <source>” IEEE Trans. Image Process</source>
          , vol.
          <volume>21</volume>
          , no.
          <issue>7</issue>
          , pp.
          <fpage>3194</fpage>
          -
          <lpage>3205</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>L.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Qi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Zaretzki</surname>
          </string-name>
          , “
          <article-title>Beta process joint dictionary learning for coupled feature spaces with application to single image super-resolution,” in</article-title>
          <string-name>
            <surname>CVPR</surname>
          </string-name>
          ,
          <year>2013</year>
          , pp.
          <fpage>345</fpage>
          -
          <lpage>352</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>C.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. C.</given-names>
            <surname>Loy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>He</surname>
          </string-name>
          , and
          <string-name>
            <given-names>X.</given-names>
            <surname>Tang</surname>
          </string-name>
          , “
          <article-title>Learning a deep convolutional network for image super-resolution,” in</article-title>
          <string-name>
            <surname>ECCV</surname>
          </string-name>
          ,
          <year>2014</year>
          , pp.
          <fpage>184</fpage>
          -
          <lpage>199</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>J.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. K.</given-names>
            <surname>Lee</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K. M.</given-names>
            <surname>Lee</surname>
          </string-name>
          , “
          <article-title>Accurate image super-resolution using very deep convolutional networks</article-title>
          ,” in CVPR,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>J.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. K.</given-names>
            <surname>Lee</surname>
          </string-name>
          , and
          <string-name>
            <surname>K. M.</surname>
          </string-name>
          <article-title>Lee “Deeply-recursive convolutional network for image superresolution</article-title>
          ,” in CVPR,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Chang</surname>
          </string-name>
          , W. Han,
          <string-name>
            <given-names>J</given-names>
            .
            <surname>Yang</surname>
          </string-name>
          , and T. Huang, “
          <article-title>Self-tuned deep super resolution,”</article-title>
          <source>in CVPR Workshops</source>
          ,
          <year>2015</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>W.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Caballero</surname>
          </string-name>
          ,
          <string-name>
            <surname>F.</surname>
          </string-name>
          <article-title>Husz´ar</article-title>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Totz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. P.</given-names>
            <surname>Aitken</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Bishop</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Rueckert</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          , “
          <article-title>Real-time single image and video super-resolution using an efficient sub-pixel convolutional neural network,” in</article-title>
          <string-name>
            <surname>CVPR</surname>
          </string-name>
          ,
          <year>2016</year>
          , pp.
          <fpage>1874</fpage>
          -
          <lpage>1883</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>C.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. C.</given-names>
            <surname>Loy</surname>
          </string-name>
          , and
          <string-name>
            <given-names>X.</given-names>
            <surname>Tang</surname>
          </string-name>
          , “
          <article-title>Accelerating the super-resolution convolutional neural network,” in ECCV</article-title>
          . Springer,
          <year>2016</year>
          , pp.
          <fpage>391</fpage>
          -
          <lpage>407</lpage>
          . 21,
          <issue>85</issue>
          ,
          <fpage>94</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Cui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Zhong</surname>
          </string-name>
          , and
          <string-name>
            <given-names>X.</given-names>
            <surname>Chen</surname>
          </string-name>
          , “
          <article-title>Deep network cascade for image superresolution</article-title>
          ,” in ECCV,
          <year>2014</year>
          , pp.
          <fpage>49</fpage>
          -
          <lpage>64</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>R.</given-names>
            <surname>Wang</surname>
          </string-name>
          and
          <string-name>
            <given-names>D.</given-names>
            <surname>Tao</surname>
          </string-name>
          , “
          <article-title>Non-local auto-encoder with collaborative stabilization for image restoration</article-title>
          ,
          <source>” IEEE Trans. Image Process</source>
          , vol.
          <volume>25</volume>
          , no.
          <issue>5</issue>
          , pp.
          <fpage>2117</fpage>
          -
          <lpage>2129</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>K.</given-names>
            <surname>Zeng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and D.</given-names>
            <surname>Tao</surname>
          </string-name>
          , “
          <article-title>Coupled deep auto-encoder for single image superresolution,”</article-title>
          <source>IEEE Trans. Cybern</source>
          ., no.
          <issue>99</issue>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>11</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yang</surname>
          </string-name>
          , W. Han, and
          <string-name>
            <given-names>T.</given-names>
            <surname>Huang</surname>
          </string-name>
          , “
          <article-title>Deep networks for image super-resolution with sparse prior</article-title>
          ,” in ICCV,
          <year>2015</year>
          , pp.
          <fpage>370</fpage>
          -
          <lpage>378</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>J.</given-names>
            <surname>Johnson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Alahi</surname>
          </string-name>
          , and L.
          <string-name>
            <surname>Fei-Fei</surname>
          </string-name>
          , “
          <article-title>Perceptual losses for real-time style transfer and superresolution</article-title>
          ,” ECCV,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>J.</given-names>
            <surname>Bruna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Sprechmann</surname>
          </string-name>
          , and Y. LeCun, “
          <article-title>Super-resolution with deep convolutional sufficient statistics</article-title>
          ,
          <source>” ICLR</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>