<!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>
      <journal-title-group>
        <journal-title>CDCEO</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Hyperspectral Denoising: From Conventional Techniques Towards Deep Learning Ones</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Behnood Rasti</string-name>
          <email>b.rasti@hzdr.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pedram Ghamisi</string-name>
          <email>pedram.ghamisi@iarai.ac.at</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Hyperspectral Denoising, Deep Learning, Self-supervised Learning,</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>09599 Freiberg</institution>
          ,
          <country country="DE">Germany)</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Helmholtz-Zentrum Dresden-Rossendorf, Helmholtz Institute Freiberg for Resource Technology, Machine Learning Group</institution>
          ,
          <addr-line>Chemnitzer Straße 40</addr-line>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Institute of Advanced Research in Artificial Intelligence (IARAI)</institution>
          ,
          <addr-line>Landstraßer Hauptstraße 5, 1030 Vienna</addr-line>
          ,
          <country country="AT">Austria</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Workshop Proce dings</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>1</volume>
      <abstract>
        <p>In this paper, we provide an overview on hyperspectral image denoising techniques. Additionally, we compare the conventional techniques with the deep learning ones applied to simulated and real datasets. The comparisons are performed in terms of signal to noise ratio and spectral angle distance for a simulated noisy dataset. Finally, we demonstrate the visual performance of the techniques applied to a real hyperspectral dataset. The results show that the established low-rank conventional techniques outperform the recent deep learning-based techniques used in the experiments.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>In the past decade, hyperspectral image (HSI) denoising
has considerably evolved, from 2D and 3D full-rank
conventional methods to low-rank ones. Recent advances
in deep learning-based techniques have considerably
inlfuenced the application of denoising in the computer
vision community. However, HSIs have unique
characteristics which distinguish them from the other digital
images, e.g., RGB images. In this article, we provide an
overview of the HSI denoising techniques. Additionally,
we compare the conventional denoising techniques with
the deep-learning ones.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Hyperspectral Denoising</title>
      <p>An HSI can be modeled using</p>
      <p>
        H = X + N,
(
        <xref ref-type="bibr" rid="ref21 ref24 ref30 ref4">1</xref>
        )
in its columns, X ∈ ℝ×
needs to be estimated, and N ∈ ℝ×
where H ∈ ℝ× contains the observed spectral bands
is the noise free signal which
The denoising task is to estimate the unknown noise-free
signal X.
      </p>
      <p>LGOBE
(P. Ghamisi)
(P. Ghamisi)
https://www.researchgate.net/profile/Behnood-Rasti (B. Rasti);
http://www.pedram-ghamisi.com/ (P. Ghamisi)
0000-0002-1091-9841 (B. Rasti); 0000-0003-1203-741X
© 2021 Copyright for this paper by its authors. Use permitted under Creative</p>
      <p>X̂ = arg min 1</p>
      <p>X
2
‖H − X‖2 + (</p>
      <p>
        X),
(
        <xref ref-type="bibr" rid="ref10">2</xref>
        )
dard deviation of band  .
where  determines the trade-of between the fidelity
term and the penalty term ( X). We assume that the
noise is uncorrelated spectrally, i.e., Ω = diag ( 12,  22, … ,   2)
is the noise covariance matrix where   is the noise
stan
      </p>
      <sec id="sec-2-1">
        <title>2.1. Conventional Techniques</title>
        <p>The conventional denoising approaches can be divided
into two independent groups: full-rank and low-rank
approaches.</p>
        <sec id="sec-2-1-1">
          <title>2.1.1. Full-rank Approaches</title>
          <p>Full-rank denoising approaches assume that X is
fullrank. Since HSI is a collection of spectral bands,
denoising approaches that have been developed for gray scale
ing) can be applied on HSIs band by band. However, rich
spectral information existing in HSIs is ignored in this
way. On the other hand, HSI is also a combination of
spectral pixels and, therefore, 1D signal denoising approaches
such as multiple linear regression (MLR) proposed in [1]
can be applied on spectral pixel vectors and, therefore,
spatial information is ignored in this way. As a result,
HSI denoising considerably benefits by exploiting both
spatial and spectral information. 3D modeling and
filtering such as 3D wavelets [2] and 3D (blockwise) nonlocal
sparse denoising (Nonlocal SR) methods [3] are the
earliest attempts for spatial-spectral denoising approaches.</p>
          <p>
            Later on, penalized least squares exploiting spatial [4],
denotes the noise. images (e.g., wavelet denoising and mean/median
filterspectral [5], and spatial-spectral penalties [6] were pro- Since 2017, deep learning have been utilized for HSI
posed for HSI denoising. An eficient edge-preserving denoising. The fundamental challenge for applying deep
denoising approach is obtained with a prior ( X) in (
            <xref ref-type="bibr" rid="ref10">2</xref>
            ) learning for HSI denoising is the high-dimensionality of
corresponding to the total variation (TV) of the signal HSIs. The high-dimensionality leads to a huge number
[7]. of trainable parameters but, at the same time, the number
          </p>
          <p>
            Several TV denoising approaches including Cubic TV of training samples is often limited in the remote sensing
(CTV) [8, 9] and spatio-spectral TV [10] were adapted for community. The imbalance between the number of
trainHSI denoising to capture the spectral correlation using ing samples and trainable parameters makes the network
TV. training cumbersome to achieve a universal DL-based
denoising technique for HSIs [23]. With regard to the
2.1.2. Low-Rank Approaches availability of training samples, HSI deep-learning-based
denoising techniques can be split into two categories:
Low-rank models assume that X is low-rank so to
capture the high spectral correlation of HSI. The low-rank
property can be applied in two diferent ways:
(
            <xref ref-type="bibr" rid="ref21 ref24 ref30 ref4">1</xref>
            ) Using a low-rank model
          </p>
          <p>H = FV + N,</p>
          <p>(3)
where F and V are of rank  ( « min{, } ).</p>
          <p>
            (
            <xref ref-type="bibr" rid="ref10">2</xref>
            ) Using a low-rank penalty or constraint such as the
nuclear norm in the cost function:
          </p>
          <p>X̂ = arg min 1 ‖H − X‖2 +  1( X) +  2 ‖X‖∗ , (4)</p>
          <p>X 2</p>
        </sec>
        <sec id="sec-2-1-2">
          <title>2.2.1. Unsupervised/self-supervised</title>
          <p>The unsupervised techniques do not utilize any training
set and only rely on the observed image. One example of
such approaches is deep HSI prior (HSI-DIP) introduced
in [24]. HSI-DIP is based on deep image prior (DIP) [25],
which utilizes a convolutional encoder-decoder network
to implicitly induce a universal regularizer (the so-called
image prior) in inverse problems including denoising. In
[24], 2D convolution was extended to a 3D one to model
the specific characteristics of HSIs, however, it was not as
eficient as the 2D version. Self-supervised techniques are
dependent on the observed image for training while they
create their own training sets from the observed noisy
image. In [26], a self-supervised (Zero-shot) denoising
technique was introduced for HSIs.
where ‖X‖∗ is the nuclear-norm of the matrix X, obtained
by the sum of the singular values.</p>
          <p>Several hyperspectral denoising approaches were
proposed using Tucker3 decomposition [11, 12]. In [13], a
wavelet-based low-rank model and ℓ1 regularization was
proposed for HSI denoising (SVDSRR). An automatic
hyperspectral restoration technique (HyRes) was proposed 2.2.2. Supervised
in [14] using the ℓ1 penalized least squares and a low-rank These techniques demand training sets to train the
netwavelet-based model. work. Most of the deep-learning-based denoising
tech</p>
          <p>In [15], the wavelet-based reduced-rank (WSRRR) model niques are supervised and their performances are highly
was proposed for simultaneous HSI denoising and feature dependent on the availability of a high number of
trainextraction using a non-convex optimization problem. ing data. In HSI denoising, the deep networks are trained</p>
          <p>
            Low-rank TV regularization was also proposed in [16, in three ways: (
            <xref ref-type="bibr" rid="ref21 ref24 ref30 ref4">1</xref>
            ) using a database by collecting many
17] for both HSI denoising and feature extraction. patches [27], (
            <xref ref-type="bibr" rid="ref10">2</xref>
            ) using a database containing many real
          </p>
          <p>Noise-adjusted image recovery using low-rank matrix HSIs such as ICVL [28] developed in [29], or (3) using
approximation (NAIRLMA) was suggested in [18] exploit- a database by simulating HSIs based on RGB images
using both low-rank and sparsity norms. Fast hyperspectral ing deep generative networks [30]. A spatial–spectral
denoising (FastHyDe) proposed in [19] is also a low-rank deep residual CNN (HSID-CNN) was introduced in [27]
technique that first project the HSI into a subspace and, in which 2D and 3D convolutional filters were utilized
then, applies BM3D denoising [20] on the eigen images. to model spatial and spatial-spectral correlation in HSIs.
Spectral linear unmixing techniques are also considered A 3D U-Net was introduced in [30] based on 2D
convoas a low-rank HSI denoiser [21, 22]. lutional filtering in spatial direction and 1D convolutional
ifltering in the spectral direction. A single model
denois2.2. Deep learning-based Techniques ing CNN-based framework (SDeCNN) was introduced
in [31]. In SDeCNN, spectral channels were extended
along the spectral direction in the first place so that all
spectral channels have centered by the same number of
adjacent bands. Then, one band at a time was restored
by applying the CNN on a downsampled HSI.</p>
          <p>Deep learning-based denoising approaches are the
stateof-the-art in the signal and image processing community
but they have been mostly developed for RGB images.</p>
          <p>Although they can usually be used for HSI denoising,
they cannot model the specific characteristics of HSIs,
e.g., low-rank and spectral dependency.</p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>2.3. Experimental Results</title>
        <p>Here, we compare the results of diferent hyperspectral The superiority of the low-rank techniques compared
denoising algorithms including 3D Wavelet [2], FORPDN to the full-rank ones can be attributed to the spectral
[5], SSTV [10], NAIRLMA [18], HyRes [14], HSI-DIP [24], redundancy of HSIs. Low-rank techniques capture the
FastHyDe [19], and SDeCNN [31]. 3D wavelets, FORPDN, most variations of the signal by projecting it into a
suband HyRes are parameter-free techniques. We set the space which helps to decorrelate the signal spectrally
subspace dimension to 10 for FastHyDe. For HSI-DIP, from the noise. Denoising techniques such as HyRes
all the hyperparameters and the layers of the encoder- and FastHyDe further denoise the signal spatially in its
decoder architecture are adjusted as suggested in [25] to subspace. HSI-DIP is an unsupervised denoising
techoptimize the performance. In the case of SDeCNN, we set nique, i.e., the network is trained using the observed data.
the noise parameter  to 1 since it gives the best results SDeCNN exploits only one CNN model which is trained
for the simulated data while, for the real dataset, we used based on one dataset. Therefore, SDeCNN cannot
perthe default value suggested by its authors i.e.,  = 20 . form well for all types of HSI data with diferent noise</p>
        <p>The hyperspectral denoising techniques are applied on levels. We should note that, in the case of HSIs in
para simulated noisy dataset and the results are compared ticular HSI denoising, the training is often challenging
based on diferent levels of the noise power, i.e., PSNR=20, due to the absence or the limited number of training sets.
30, and 40 dB. The uncorrelated (the same variance for all Therefore, Low-rank-based HSI denoising techniques still
bands) zero-mean Gaussian noise was added to a portion outperform the deep learning-based ones.
of the Washington DC Mall dataset. Fig. 1 (a) and (b)
compare the results of the techniques in terms of PSNR
and spectral angle distance (SAD). The results are mean 3. Acknowledgments
values over five experiments. The standard deviations
are shown using error bars. The results confirm that the The work of Behnood Rasti was funded by the
Alexanderlow-rank techniques used in the experiments outperform von-Humboldt-Stiftung/foundation.
the other techniques in terms of both PSNR and SAD.</p>
        <p>Additionally, HSI-DIP outperforms the full-rank conven- References
tional techniques, i.e., 3D wavelet, FORPDN, and SSTV.</p>
        <p>On the other hand, SDeCNN performs poorly.</p>
        <p>For the real HSI denoising experiment, we apply all the
denoising techniques on the Indian Pines dataset. The
results of denoising for band 1 are compared visually
in Fig. 2. The outcome of the visual comparison can
be summarized as follows: NAIRLMA fails to restore
band 1. 3D Wavelet restores band 1 with moderate visual
quality. SDeCNN shows the poorest results. Band 1 is
highly over-smoothed. We should note that SDeCNN
was also applied to Indian Pines in [31], however, the
authors removed the noisy bands from the dataset
(resulting in a dataset having 206 bands) before applying
the denoising techniques. Here, all 220 bands were used
to evaluate the methods since the aim of HSI denoising
techniques is to recover all the corrupted bands. SSTV,
HyRes, and FastHyDe successfully and similarly
reconstruct band 1. HSI-DIP also restores band 1 successfully,
however, the restored band seems over-smoothed and
blurred. FORPDN outperforms the other techniques
visually. We should note that considering numerous bands
existing in HSIs, this comparison might not reflect the
performance of the techniques on the whole image. Band
1 is selected for comparison since it is noisy and it is often
more challenging to recover the first and last few bands
in HSIs due to the absence of the adjacent bands.
[1] J. Bioucas-Dias, J. Nascimento, Hyperspectral
subspace identification, IEEE Trans. Geos. Remote Sens
46 (2008) 2435 –2445.
[2] B. Rasti, J. R. Sveinsson, M. O. Ulfarsson, J. A.</p>
        <p>Benediktsson, Hyperspectral image denoising
using 3D wavelets, in: IEEE IGARSS, 2012, pp.</p>
        <p>1349–1352.
[3] Y. Qian, M. Ye, Hyperspectral imagery restoration
using nonlocal spectral-spatial structured sparse
representation with noise estimation, IEEE Jour.</p>
        <p>Sel. Top. App. Earth Obs. Remote Sens. 6 (2013)
499–515.
[4] A. Zelinski, V. Goyal, Denoising hyperspectral
imagery and recovering junk bands using wavelets
and sparse approximation, in: IEEE IGARSS, 2006,
pp. 387 –390.
[5] B. Rasti, J. R. Sveinsson, M. O. Ulfarsson, J. A.</p>
        <p>Benediktsson, Hyperspectral image denoising
using first order spectral roughness penalty in wavelet
domain, IEEE Jour. Sel. Top. App. Earth Obs.
Remote Sens. 7 (2014) 2458–2467.
[6] B. Rasti, J. R. Sveinsson, M. O. Ulfarsson, J. A.</p>
        <p>Benediktsson, Wavelet based hyperspectral image
restoration using spatial and spectral penalties, in:</p>
        <p>Proc. SPIE, volume 8892, 2013, pp. 88920I–88920I–8.</p>
        <p>[7] L. I. Rudin, S. Osher, E. Fatemi, Nonlinear total</p>
        <p>30</p>
        <p>PSNR (dB)
(a) PSNR
3D Wavelet
FORPDN
SSTV
NAIRLMA
HyRes
HSI-DIP
FastHyDe
SDeCNN
40
3D Wavelet
FORPDN
SSTV
NAIRLMA
HyRes
HSI-DIP
FastHyDe</p>
        <p>SDeCNN
30
PSNR (dB)
(b) SAD
40</p>
        <p>
          variation based noise removal algorithms, Phys. D
60 (1992) 259–268.
[8] Q. Yuan, L. Zhang, H. Shen, Hyperspectral image
denoising employing a spectral-spatial adaptive
total variation model., IEEE Trans. Geos. Remote Sens
50 (
          <xref ref-type="bibr" rid="ref2">2012</xref>
          ) 3660–3677.
[9] H. Zhang, Hyperspectral image denoising with
cubic total variation model, in: ISPRS Annals of
        </p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Photo.</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Remote</given-names>
            <surname>Sens</surname>
          </string-name>
          .
          <source>Spatial Inf. Sci.</source>
          , volume I-
          <article-title>7, Image restoration for remote sensing: Overview</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <year>2012</year>
          , pp.
          <fpage>95</fpage>
          -
          <lpage>98</lpage>
          . and toolbox (
          <year>2021</year>
          ).
          <article-title>a r X i v : 2 1 0 7 . 0 0 5 5 7</article-title>
          . [10]
          <string-name>
            <given-names>H. K.</given-names>
            <surname>Aggarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Majumdar</surname>
          </string-name>
          , Hyperspectral im- [24]
          <string-name>
            <given-names>O.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. Y.</given-names>
            <surname>Hardeberg</surname>
          </string-name>
          , Deep hyperspectral
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>IEEE</given-names>
            <surname>Geos. Remote Sens</surname>
          </string-name>
          .
          <source>Lett</source>
          .
          <volume>13</volume>
          (
          <year>2016</year>
          )
          <fpage>442</fpage>
          -
          <lpage>446</lpage>
          . resolution, in: IEEE/CVF International Conference
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <source>doi:1 0 . 1 1</source>
          0 9 / L G R S .
          <volume>2 0 1 6 . 2 5 1 8 2 1 8</volume>
          . on Computer Vision Workshop (ICCVW),
          <year>2019</year>
          , pp. [11]
          <string-name>
            <given-names>A.</given-names>
            <surname>Karami</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Yazdi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zolghadre</surname>
          </string-name>
          <string-name>
            <surname>Asli</surname>
          </string-name>
          ,
          <source>Noise re- 3844-3851. doi:1 0 . 1 1</source>
          0 9 / I C C V W .
          <volume>2 0 1 9 . 0 0 4 7 7 .</volume>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <article-title>duction of hyperspectral images using kernel non-</article-title>
          [25]
          <string-name>
            <given-names>D.</given-names>
            <surname>Ulyanov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Vedaldi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Lempitsky</surname>
          </string-name>
          , Deep
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <source>Sig. Proc. 5</source>
          (
          <year>2011</year>
          )
          <fpage>487</fpage>
          -
          <lpage>493</lpage>
          .
          <source>puter Vision</source>
          <volume>128</volume>
          (
          <year>2020</year>
          )
          <fpage>1867</fpage>
          -
          <lpage>1888</lpage>
          . URL: http://dx. [12]
          <string-name>
            <given-names>X.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bourennane</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Fossati</surname>
          </string-name>
          , Denoising of doi.
          <source>org/10.1007/s11263-020-01303-4. doi:1 0 . 1 0</source>
          <volume>0 7 /</volume>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <article-title>hyperspectral images using the parafac model</article-title>
          and
          <source>s 1 1</source>
          <volume>2 6 3 - 0 2 0 - 0 1 3 0 3 - 4</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <article-title>statistical performance analysis</article-title>
          ,
          <source>IEEE Trans. Geos</source>
          . [26]
          <string-name>
            <given-names>R.</given-names>
            <surname>Imamura</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Itasaka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Okuda</surname>
          </string-name>
          , Zero-shot hy-
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <source>Remote Sens</source>
          <volume>50</volume>
          (
          <year>2012</year>
          )
          <fpage>3717</fpage>
          -
          <lpage>3724</lpage>
          .
          <source>doi:1 0 . 1 1</source>
          <volume>0</volume>
          <fpage>9</fpage>
          <string-name>
            <surname>/ T G R S .</surname>
          </string-name>
          <article-title>perspectral image denoising with separable image</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <source>2 0 1 2 . 2 1</source>
          <volume>8 7 0 6 3</volume>
          . prior, in: 2019 IEEE/CVF International Conference [13]
          <string-name>
            <given-names>B.</given-names>
            <surname>Rasti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. R.</given-names>
            <surname>Sveinsson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. O.</given-names>
            <surname>Ulfarsson</surname>
          </string-name>
          , J. A. on Computer Vision Workshop (ICCVW),
          <year>2019</year>
          , pp.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Benediktsson</surname>
          </string-name>
          ,
          <article-title>A new linear model</article-title>
          and
          <source>sparse reg- 1416-1420. doi:1 0 . 1 1</source>
          0 9 / I C C V W .
          <volume>2 0 1 9 . 0 0 1 7 8 .</volume>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          ularization, in: IEEE IGARSS,
          <year>2013</year>
          , pp.
          <fpage>457</fpage>
          -
          <lpage>460</lpage>
          . [27]
          <string-name>
            <given-names>Q.</given-names>
            <surname>Yuan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Shen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , [14]
          <string-name>
            <given-names>B.</given-names>
            <surname>Rasti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. O.</given-names>
            <surname>Ulfarsson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Ghamisi</surname>
          </string-name>
          ,
          <article-title>Automatic Hyperspectral image denoising employing a spa-</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <article-title>low-rank modeling</article-title>
          ,
          <source>IEEE Geos. Remote Sens. Lett. work</source>
          ,
          <source>IEEE Trans. Geos. Remote Sens</source>
          .
          <volume>57</volume>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>PP</surname>
          </string-name>
          (
          <year>2017</year>
          )
          <fpage>1</fpage>
          -
          <lpage>5</lpage>
          .
          <source>doi:1 0 . 1 1</source>
          0 9 / L G R S .
          <volume>2 0 1 7 . 2 7 6 4 0 5 9</volume>
          .
          <fpage>1205</fpage>
          -
          <lpage>1218</lpage>
          .
          <source>doi:1 0 . 1 1</source>
          0 9 / T G R S .
          <volume>2 0 1 8 . 2 8 6 5 1 9 7</volume>
          . [15]
          <string-name>
            <given-names>B.</given-names>
            <surname>Rasti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sveinsson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ulfarsson</surname>
          </string-name>
          , Wavelet-based [28]
          <string-name>
            <given-names>B.</given-names>
            <surname>Arad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Ben-Shahar</surname>
          </string-name>
          ,
          <article-title>Sparse recovery of hyper-</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <volume>52</volume>
          (
          <year>2014</year>
          )
          <fpage>6688</fpage>
          -
          <lpage>6698</lpage>
          .
          <year>2016</year>
          , pp.
          <fpage>19</fpage>
          -
          <lpage>34</lpage>
          . [16]
          <string-name>
            <given-names>B.</given-names>
            <surname>Rasti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. R.</given-names>
            <surname>Sveinsson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. O.</given-names>
            <surname>Ulfarsson</surname>
          </string-name>
          , Total [29]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Yan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Fang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhong</surname>
          </string-name>
          , W. Liao, Hsi-
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <source>in: IEEE IGARSS</source>
          ,
          <year>2014</year>
          , pp.
          <fpage>4644</fpage>
          -
          <lpage>4647</lpage>
          .
          <article-title>lutional neural network</article-title>
          ,
          <source>IEEE Trans. Geos</source>
          . Re[17]
          <string-name>
            <given-names>B.</given-names>
            <surname>Rasti</surname>
          </string-name>
          ,
          <source>Sparse Hyperspectral Image Modeling and mote Sens</source>
          .
          <volume>57</volume>
          (
          <year>2019</year>
          )
          <fpage>667</fpage>
          -
          <lpage>682</lpage>
          .
          <source>doi:1 0 . 1 1</source>
          <volume>0</volume>
          <fpage>9</fpage>
          <string-name>
            <surname>/ T G R S .</surname>
          </string-name>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Restoration</surname>
          </string-name>
          ,
          <source>Ph.D. thesis, Dep. of Electrical and 2 0</source>
          <volume>1 8 . 2 8 5 9 2 0 3 .</volume>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <given-names>Computer</given-names>
            <surname>Engineering</surname>
          </string-name>
          , University of Iceland,
          <year>2014</year>
          . [30]
          <string-name>
            <given-names>W.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Li</surname>
          </string-name>
          , Deep spa[18]
          <string-name>
            <given-names>W.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , L. Zhang, H. Shen,
          <article-title>Hyperspectral tial-spectral representation learning for hyperspec-</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <article-title>rank matrix approximation</article-title>
          ,
          <source>IEEE Jour. Sel. Top</source>
          .
          <volume>5</volume>
          (
          <year>2019</year>
          )
          <fpage>635</fpage>
          -
          <lpage>648</lpage>
          .
          <source>doi:1 0 . 1 1 0 9 / T C I . 2 0</source>
          <volume>1 9 . 2 9 1 1 8 8 1 .</volume>
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <given-names>App. Earth</given-names>
            <surname>Obs</surname>
          </string-name>
          .
          <source>Remote Sens</source>
          .
          <volume>8</volume>
          (
          <year>2015</year>
          )
          <fpage>3050</fpage>
          -
          <lpage>3061</lpage>
          . [31]
          <string-name>
            <given-names>A.</given-names>
            <surname>Mafei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Haut</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. E.</given-names>
            <surname>Paoletti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Plaza</surname>
          </string-name>
          , L. Bruz-
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <source>doi:1 0 . 1 1</source>
          <volume>0 9 /</volume>
          <string-name>
            <surname>J S T A R S</surname>
          </string-name>
          .
          <volume>2 0 1 5 . 2 3 9 8 4 3 3</volume>
          . zone, A.
          <string-name>
            <surname>Plaza</surname>
          </string-name>
          ,
          <article-title>A single model cnn for hyperspectral</article-title>
          [19]
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhuang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Bioucas-Dias</surname>
          </string-name>
          ,
          <article-title>Fast hyperspectral image denoising</article-title>
          ,
          <source>IEEE Trans. Geos. Remote Sens. 58</source>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <article-title>image denoising and inpainting based on low-rank (</article-title>
          <year>2020</year>
          )
          <fpage>2516</fpage>
          -
          <lpage>2529</lpage>
          .
          <source>doi:1 0 . 1 1</source>
          0 9 / T G R S .
          <volume>2 0 1 9 . 2 9 5 2 0 6 2 .</volume>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <given-names>App. Earth</given-names>
            <surname>Obs</surname>
          </string-name>
          .
          <source>Remote Sens</source>
          .
          <volume>11</volume>
          (
          <year>2018</year>
          )
          <fpage>730</fpage>
          -
          <lpage>742</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <source>doi:1 0 . 1 1</source>
          <volume>0 9 /</volume>
          <string-name>
            <surname>J S T A R S</surname>
          </string-name>
          .
          <volume>2 0 1 8 . 2 7 9 6 5 7</volume>
          <fpage>0</fpage>
          . A. Online Resources [20]
          <string-name>
            <given-names>K.</given-names>
            <surname>Dabov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Foi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Katkovnik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Egiazarian</surname>
          </string-name>
          , Im-
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          age Denoising by Sparse 3-
          <string-name>
            <given-names>D</given-names>
            <surname>Transform-Domain</surname>
          </string-name>
          <article-title>The sources for the denoising toolbox to reproduce the</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <string-name>
            <given-names>Collaborative</given-names>
            <surname>Filtering</surname>
          </string-name>
          ,
          <source>IEEE Trans. Imag. Proc. 16</source>
          results are available via
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          (Agu.)
          <fpage>2080</fpage>
          -
          <lpage>2095</lpage>
          . [21]
          <string-name>
            <given-names>B.</given-names>
            <surname>Rasti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Koirala</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Scheunders</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Ghamisi</surname>
          </string-name>
          , How
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          <article-title>boost each other</article-title>
          ,
          <source>Remote Sens</source>
          .
          <volume>12</volume>
          (
          <year>2020</year>
          )
          <article-title>1728</article-title>
          . URL:
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          http://dx.doi.org/10.3390/rs12111728.
          <source>doi:1 0 . 3 3</source>
          <volume>9 0 /</volume>
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          <source>r s 1 2</source>
          <volume>1 1 1 7 2 8</volume>
          . [22]
          <string-name>
            <given-names>D.</given-names>
            <surname>Cerra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Müller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Reinartz</surname>
          </string-name>
          , Noise reduction in
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          <string-name>
            <given-names>IEEE</given-names>
            <surname>Geos. Remote Sens</surname>
          </string-name>
          .
          <source>Lett</source>
          .
          <volume>11</volume>
          (
          <year>2014</year>
          )
          <fpage>109</fpage>
          -
          <lpage>113</lpage>
          . [23]
          <string-name>
            <given-names>B.</given-names>
            <surname>Rasti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Dalsasso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Denis</surname>
          </string-name>
          , P. Ghamisi, • https://github.com/BehnoodRasti/Hyperspectral-Image-
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          <string-name>
            <surname>Denoising-Toolbox-V2.</surname>
          </string-name>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>