
ing the Sentinel-2 data paramount in various envi-
ronmental and agriculture applications (Phiri et al.,
2020).
These methods are usually based on physics
which require extensive computational resources and
accurate knowledge of the atmosphere variables (Liu
et al., 2022). In the recent years Pix2Pix model,
a GAN variant, has achieved impressive results in
image-to-image translation tasks. In the proposed
work, while trained on large paired datasets of TOA
and SR images for instance, Pix2Pix models gener-
ate high-quality SR images directly from TOA in-
puts by learning their complex mapping. The other
advantages of using this model is flexibility, direct
optimization through end-to-end learning framework,
generalization competencies and robustness to devia-
tions in input data and high quality outputs. The gen-
erated images are then compared using several eval-
uation parameters such as Structural Similarity Index
Measure (SSIM), Peak Signal to Noise Ratio (PSNR),
Root Mean Square Error (RMSE), and Mean Abso-
lute Error (MAE) with their ground truths.
The organization of the paper is as follows. The
detailed discussion of prior methods and techniques
of atmospheric correction is presented in Section 2.
The data, model architecture and evaluation tech-
niques incorporated in this work are presented in Sec-
tion 3. The evaluated results of the proposed method-
ology are presented and discussed in section 4. Sec-
tion 5 wraps up by summarising the main conclusions
and going over the probable next lines of research.
2 RELATED WORK
Several algorithms for Aerosol Optical Depth (AOD)
retrieval from TOA data have been developed and
are widely used. Some of these algorithms are Dark
Target (Remer et al., 2020), Deep Blue (Hsu et al.,
2013) and Multi-Angle Implementation of Atmo-
spheric Correction (MAIAC). However, one of the
main issues in AOD retrieval is the difficulty in accu-
rately parameterizing the basic aerosol optical proper-
ties which leads to large uncertainties. Additionally,
there exist other methods used for Columnar Water
Vapor (CWV) estimation. Some common approaches
include Low-Rank Subspace Projection-Based Wa-
ter Estimator (LRP-WAVE) (Acito and Diani, 2018)
and Atmospheric Pre-corrected Differential Absorp-
tion (APDA) (Schl
¨
apfer et al., 1998). Neverthe-
less, these algorithms suffer from drawbacks such
as being based on physical assumptions or requiring
hard-to-get parameters respectively. SR uncertainty
comes from two factors; AOD and CWV estimated er-
rors during SR derivation from TOA data estimation,
AODs alone should not be a priority compared to both
because their accuracies affect each other’s accuracy
too much and hence, they need accurate estimates.
On the flip side, image-based methods achieve AC
solely through the use of images taken from satellite
or aerial sensors; they don’t need any atmospheric pa-
rameters as input but instead utilize only the infor-
mation inherent in the image itself. The Dark Ob-
ject Subtraction is one of the most basic techniques in
which at least two targets with low and high reflec-
tivity from within scene must be identified. Another
image-based AC model called Quick Atmospheric
Correction (QuAC) (Bernstein et al., 2012) works on
a different assumption- average group material spec-
tra remains same across various scenes. If there are
more than ten different things present in background
then QuAC performs well. Although they are in-
tuitive and computationally efficient, these methods
lack ability to quickly estimate surface reflectance
values at first order due to their accuracy under con-
ditions involving seasonal and spectral variation.
Based on deep learning model approaches, two
atmospheric correction deep learning models were
trained and evaluated using one hundred thousand
batches of 40 transformed reflectance spectra to radi-
ance by means of MODTRAN (Basener and Basener,
2023). It allowed the deep learning model to fig-
ure out the physics of radiation transfer from MOD-
TRAN. For this purpose, they compared two meth-
ods to estimate corrections in a well-known QuAC
model which is based on constant mean endmem-
ber reflectance assumption. Using the HY-1C CZI as
a case study, a new approach is presented in (Zhao
et al., 2023) to atmospheric correction based on deep
learning (SSACNet). The third dimension convolu-
tion was applied to extract spatial and spectral fea-
tures for the image while second dimension convolu-
tion was investigated for recovery of lost spatial in-
formation. According to in-situ data, the SSACNet
shows decent performance having average correlation
coefficient of 0.89 and Absolute Percentage Deviation
(APD) ranging from 21.53% to 35.41% in four bands.
To do AC, all deep learning models that could
match the efficiency and accuracy of physics-based
techniques in computing are observed. Additionally,
DL models do not need any climatic or geometric
parameters as input. Compared to those based on
physics, computational power usage is reduced with
DL models. This is because, they can learn features
automatically and thus, making it easy to build and
train models. Stacked autoencoders, Convolutional
Neural Networks (CNNs) (Wang et al., 2022), and vi-
sion transformers (Liu et al., 2024) are some promis-
IC3Com 2024 - International Conference on Cognitive & Cloud Computing
176