You are on page 1of 7

Materials Today: Proceedings 62 (2022) 4772–4778

Contents lists available at ScienceDirect

Materials Today: Proceedings


journal homepage: www.elsevier.com/locate/matpr

A review on remote sensing imagery augmentation using deep learning


V. Lalitha ⇑, B. Latha
Department of Computer Science and Engineering, Sri Sairam Engineering College, Chennai, India

a r t i c l e i n f o a b s t r a c t

Article history: The quantity of remote sensing pictures being captured is rising dramatically due to advancements in
Available online 30 March 2022 earth observation technology, bringing remote sensing in a long and distinct period of history of big data.
Discovering how to successfully harvest this enormous intensity of remote sensing data will be a new
Keywords: challenge. With deep learning, remote sensing data analysis may take on a narrative tone. CNNs are a
Convolutional Neural networks Deep Learning model capable of directly extracting features from large volumes of picture data and
Deep learning are effective at exploiting realistic imagery data characteristics. With regards to computer vision, CNNs
Image augmentation
have shown to be highly successful. CNNs are a powerful tool. There have been several studies employing
Image data
Cyclic GAN
CNNs for remote sensing picture classification in the last few years, and these studies show that CNNs can
produce fast and accurate results. It is the goal of this study to offer an overview of the most current and
advanced applications of deep learning based on CNNs for remote sensing picture enhancement. To
begin, the concepts and features of convolutional neural networks (CNNs) will be briefly reviewed in this
review. There are new innovations and structural enhancements to neural network models that make
them more suited for RS picture enhancement, as well as data for remote sensing image categorization
and augmentation approaches that may be obtained easily and quickly.. As a result of the survey, we
expect remote sensing scientists will be better equipped to tackle categorization challenges utilizing
cutting-edge deep learning algorithms and methodologies. To increase the number of training examples
with a considerable reduction in model over-fitting, data augmentation is a well-known approach used in
most ML & AI applications.
Copyright Ó 2022 Elsevier Ltd. All rights reserved.
Selection and peer-review under responsibility of the scientific committee of the International Confer-
ence on Innovative Technology for Sustainable Development.

1. Introduction the freely available, lower resolution datasets. Data processing


techniques are constantly being developed and refined to keep
Remote Sensing technologies have recently seen substantial up with advances in sensor accuracy. Using deep learning in image
advancements. Detecting objects using optical remote sensing processing has been extremely beneficial owing to its capacity to
imaging is a difficult task due to lack of training samples. Although create effective hierarchical representations of challenging data .
recent research has produced excellent results using the multi- Observable overfitting occurs when a network learns to model
faceted neural network method, a great number of training sam- the training data by using a function with a very large variance.
ples is required to make sure the accuracy and strength of object Unfortunately, large data is out of reach for many application
detection [5]. The well known big data 5 Vs [2] are volume, veloc- fields, including medical image analysis, 2D and 3D object identifi-
ity, variety, veracity, and value, and these improvements are repre- cation, and more. For the purpose of this review, we will focus on
sented in improved sensors and processing methodologies, as well the solution to the problem of insufficient data in data space —RS
as the 5Vs. With regards to volume, the resolution of a Remote image amplification. Image Augmentation refers to a set of tech-
Sensing dataset matters a great deal. In addition, VHR datasets niques for increasing the size and value of training datasets in
are developing as better solution components that fulfil the order to build improved Deep Learning models. Different advanced
requirements of a broad range of geography mapping and remote Augmentation techniques for Remote Sensor Images like Multi-
sensing applications. As a result, there is a current need to improve Spectral, Hyper Spectral Satellite images, Unmanned Aerial Vehicle
Images etc. are discussed in the review. This survey extensively
⇑ Corresponding author. covers the use of augmentation methods based on GANs. There will
E-mail address: lalitha.cse@sairam.edu.in (V. Lalitha). be an overview of current Data Augmentation methods as well as

https://doi.org/10.1016/j.matpr.2022.03.341
2214-7853/Copyright Ó 2022 Elsevier Ltd. All rights reserved.
Selection and peer-review under responsibility of the scientific committee of the International Conference on Innovative Technology for Sustainable Development.
V. Lalitha and B. Latha Materials Today: Proceedings 62 (2022) 4772–4778

future advancements and meta-level decisions on how Data Aug- ber, speed, diversity, and importance of remote sensing (RS)
mentation will work. Learn how to utilize Data Augmentation to pictures being captured are all rising rapidly. The RS images have
enhance your models’ performance and increase your datasets so the vastness and complexity associated with big data like high
that you can take full use of big data’s potential (see Figs. 1–4). dimensionality and a varied space and spectral information.”The
validation error must be less than the training error in order to pro-
duce viable Deep Learning models. Using Data Augmentation is a
2. Characteristics of CNN
highly effective way to achieve this goal. It will be easier to com-
pare training and validation data with the enhanced data since it
Deep learning’s Convolution Neural Networks (CNNs), one of
will include a wider range of data. Data augmentation, the subject
the most important subfields, made tremendous strides in Data
of this paper, is not the sole method for reducing overfitting in
Augmentation since the invention of artificial intelligence. CNNs
models. We will look at several more approaches to avoiding over-
enable continuous pipelines for extracting advanced robust fea-
fitting when using Deep Learning models in the sections that fol-
tures without human intervention, significantly increasing classifi-
low. In order to provide readers a better understanding of Data
cation usability [4]. It is clear that deep learning has supplanted
Augmentation, we have compiled this collection of terms and def-
traditional methods in the field of pattern recognition, as seen by
initions (see Tables 1–3).
the prevalence of CNN-based models [8]. However, for CNN-
based models to generalize well there must be a significant num-
ber of training pictures. The collecting of disease photos in the field 4. Image/data augmentation techniques–a review
of leaf disease identification is a labor exhaustive and prolonged
process resulting in a scarcity of diseased images for use as train- 4.1. An image Modification Machine learning Library-Augmentor
ing. As a result, a lack of training pictures is the major obstacle
to future progress in classification identification accuracy. When The Augmentor project augments images using a uncertain and
pictures are used to enhance training data, the training dataset’s random pipeline-support approach. The pipeline method enables
size is artificially boosted. Deep learning neural network models the user to link augmentation procedures like shears, rotations,
that have been trained on additional data can yield better models, and cropping together and feed pictures through this pipeline to
and image augmentation approaches can produce variants of the produce new data. For each picture that travels through the pipe-
pictures that enhance the fit models’ capacity to simplify what line, the chance of applying the operation is randomized within
they have learnt. Using the Image Data Generator class in the Keras user-specified ranges, and each operation’s parameters are like-
deep learning neural network framework, you may enrich models wise randomly generated. All operations are executed stochasti-
using picture data. cally. As a result, you may select from a pool of pictures created
by the pipeline as it is running. That is why it aims to provide an
image enhancement library that is policy agnostic, but also free
3. Data augmentation
of a certain ML framework. These highly parametric processes in
Augmentor allow for great control over the creation of pictures.
Data augmentation, or the generation of artificial data based on
Various augmentation strategies described on various competition
active observations, is a machine learning technique used to
sites like Kaggle were taken into account when building the API, as
improve model accuracy, generalization, and manage over fitting.
were popular techniques from the literature. Cropping, scaling,
The objective of data augmentation is to increase the dataset in
perspective shifting, shearing, and zooming are all common opera-
order to close representational gaps [6] and reduce over-fitting.
tions, as are random rotations and transformations [7] on the ver-
This enhances the model’s capabilities while also preventing unfair
tical and horizontal axes [18]. A variety of widely used pre-
learning from taking place on the system as a whole. Multiple
processing techniques was also implemented, as well as less often
enhancement approaches have helped satellite and conventional
used procedures . Additionally a huge number of convenience
pictures in image categorization . When it comes to satellite image
functions were created that would be taken into consideration
classification , the most commonly used image transformations are
for typical augmentation strategies.
clipping, rotating, flipping and shifting. However, at the time, there
Variants can be generated from a single image on the left by
was not enough information to form an informed opinion about
passing it through the pipeline multiple times. Depending on the
which augmentation techniques would be most useful in the per-
user-defined likelihood parameter, operations are applied or
spective of super-resolution satellite images. Furthermore, the sta-
skipped each time the image is passed through. Randomly selected
tistical properties of satellite images differ adequately from those
parameters inside a range specified by the user determine the
of generic photographs; the efficiency of SR solutions is influenced
operation’s parameters when it is done.
by data augmentation procedures in the super resolution domain
of satellite images and advanced augmentation methods. As tech-
nology for earth observation has improved, it has evolved into a 4.2. Augmentation of RS images data derived from neural style transfer
global integrated space-air-ground observation system. With the Techniques-deep learning
help of high-resolution satellite remote sensing systems, the plat-
form consists of satellite constellations and UAVs, as well as sensor Modification of the affine image, deleting information, fusing of
networks on the ground. As a result, we now have access to previ- images and generative models are among the most widely used
ously unimaginable levels of information on the Earth. The num- data augmentation methods today, with the objective of decreas-

Fig 1. A pipeline with three operations as an example.

4773
V. Lalitha and B. Latha Materials Today: Proceedings 62 (2022) 4772–4778

Fig 2. Samples of original training set (Optical Remote Sensing Images).

Fig 3. Augmented Samples of Images by applying Style Transfer.

Fig 4. A comparison between proposed fusion-based enhancement and ground truth samples can be seen in the test set results below.

Table 1 Table 3
Matrices of Transformation for different Operations of augmentation. Complexity in computation of the proposed Classifier (Number of samples = 30, PB
Size = 5  5).
FUNCTION FLIPPING TRANSLATION ROTATION
Technique Used Data Set Indian Pines Salinas
Transformation Matrices | 1 0 0| | 100| | cosb sinb 0 |
|0 1 0| |010| | sinb cosb 0 | NO Augmentation Train(s)Test 15.99 34.16
|0 0 1| |Tx Ty 1| |001| (s) 0.93 1.64
Increased to 4 N Train(s)Test 43.96 84.63
(s) 0.93 1.64
Table 2 Proposed PBP Train(min)Test 30.20 89.29
The results of all non-augmented-experiment and augmented- experiments. (s) 8.95 40.24

Datasets Index
Without Aug With Aug
translation, contrast transformation, scale transformation, noisy
UCMerced 0.480 0.71–0.87
image removal, and other types of image alteration. Image classifi-
RSSCN7 0.61 0.71–0.85
SAT-6 0.94 0.94–0.97 cation uses a separate optimization of the process of image affine
SAT-4 0.83 0.87–0.96 transformation. In general, when we talk about deleting informa-
tion, we mean methods like cutoff, grid mask, and others that
remove a section of a picture [17]. Two or more pictures are fused
ing the impact of overfitting when there are limited samples avail- to create a single image and the most frequent ways are mix up
able for analysis]17]. Picture affine transformation relates to image and augmix. The generative model method primarily employs

4774
V. Lalitha and B. Latha Materials Today: Proceedings 62 (2022) 4772–4778

the data generation method. VAE (Variation Auto Encoder) is the 4.4. Remote sensing classification of scenes with deep learning
most widely used generation model, followed by Generative techniques and data augmentation improved CNN framework
Adversarial Networks (GAN).
This research improves and applies remote sensing image data The goal of this research is to overcome the basic data restric-
augmentation using cycle-consistent adversarial networks (Cycle tions that limit the potential of remote sensing picture categoriza-
GAN) [12]under the condition of limited samples. For better detec- tion with deep learning. Improved datasets are utilized to train a
tion accuracy, we included an additional dataset and used the deep convolutional neural network using a new approach for
yolov3 object-detection algorithm [13]. This work is divided into boosting the amount and variety of remote sensing datasets [10].
three parts. Using three fundamental data augmentation techniques like trans-
lation, rotation and flip helps retain the scene topologies while
 To begin, it suggests a style transfer-based remote sensing pic- simultaneously increasing the dataset size and completeness. A
ture data augmentation procedure. deeper convolutional neural network is being trained using the
 To increase picture quality and integrate local and global infor- expanded dataset to see how performance changes in remote sens-
mation, the network employs diverse-scale convolution and ing scene categorization as a result of the network’s enhanced
attention algorithms. The precision of the detection model is depth. Basic operations with little computational cost are used in
at ease with assess the impact of data augmentation. the augmentation approach, which is implemented on the CPU,
while GPUs handle the training (GPUs). To improve the representa-
With the innovative cycle GAN and with diverse-scale convolu- tional capabilities of standard CNN for scene classification, a
tion and attention mechanism, this study uses data augmentation method called as data augmentation is utilized. The model outper-
on small sized sample datasets to supplement the original datasets formed current deep scene classification algorithms on benchmark
[1]. Total produced data is the same as total training sets. The data remote sensing image datasets, earning it the title of ‘‘state-of-the-
is then detected using the yolov3 detection and recognition model. art.”The experimental evaluations make use of three different
For example, data augmentation using original Cycle GAN [14] remote sensing benchmark datasets. The SAT dataset is the first
results in a detection accuracy of 46.06 percent, while data aug- one to be examined, which is then broken down into SAT-4 and
mentation using multi-scale convolution results in a detection SAT-61 subgroups for analysis [15]. In the next section, we will
accuracy of 46.74 percent, and the highest detection accuracy is look into RSSCN72. In addition to that, there is statistics on land
achieved by Cycle GAN with multi-scale convolution and attention use from the University of California-Merced. Each of these satel-
mechanism, at 49.15 percent. lite images is part of NASA’s National Agriculture Imagery Program
(NAIP). For each of the four categories, 100 photos are randomly
selected from each of the 400 total images. Each scale has 100
images. 400,400 pixels is the maximum pixel size for an individual
4.3. For satellite image super-resolution-data augmentation approach picture. The RSCNN7 dataset is challenging to analyze because of
the huge variations in the scene pictures, which were recorded in
Augmenting the dataset is the purpose of data augmentation, different seasons and weather conditions and sampled at various
which aims to fill in data representational gaps and decrease sizes. There are 2,100 pictures in the Land Use dataset from 21 dif-
over-fitting problems. By doing this, the model’s performance is ferent scene categories, making it a popular resource for remote
enhanced, and learning is not unbalanced in the process. The use sensing scene classifications. Each category has one hundred pic-
of various augmentation techniques on satellite and conventional tures to choose from. There are 256,256 pixels between each indi-
pictures has aided in image categorization [3]. When it comes to vidual picture.
satellite image classification, the most commonly used image The work uses basic data augmentation procedures to focus on
transformations are clipping, rotating, flipping and shifting. How- the basic data restriction problem in remote sensing image pro-
ever, at the time, there was not enough information to form an cessing deep learning (Zhu, Q., Fan, X., et al, 2020). Data augmenta-
informed opinion on which augmentation techniques would be tion has also proven for improving convolutional neural network
most effective in the perspective of super resolution of satellite performance in remote sensing scene categorization [11]. By
images. As a result, the effectiveness of SR solutions is influenced increasing the variety and fullness of the data used in training deep
by satellite image statistical characteristics, which in turn justifies learning models, augmentation procedures may be used. Deep
a research that concentrates on data enhancement approaches learning model architecture and training on the original dataset
especially in the remote image super resolution domain [16]. yielded better results than experiments using augmentation proce-
Two categories of image augmentation techniques: dures. Experimental results using real-world remote sensing data-
sets support the usefulness and resilience of the suggested
1. Augmentation on an instance-by-instance basis: This phrase approach. Even while the data augmentation method increases
refers to all well-known image modifications such as geometric, the dataset’s diversity, it only enhances the inherent visual incon-
color, noise, deformation, translation, brightness, and smooth- sistency of each training remote sensing picture due to its intrinsic
ing that have been used to enhance the number of samples/in- spectral and topological restrictions and gives no new information
stances in a dataset for scene classification and classic picture for the remote sensing image.
super resolution tasks.
2. Augmentation based on fusion: Adding fake bands to the model 4.5. Deep CNN data augmentation for hyper spectral image
adds extra useful observations (or viewpoints) that can improve classification
the model’s accuracy [19]. Rather than just adding more train-
ing examples, the number of dimensions was enhanced by add- Convolutional neural networks (CNN) have been frequently uti-
ing a new set of derived channels to be fused with the input lized to classify hyperspectral images (HSI). Data augmentation has
data. To get an impartial model, we must first build a unbiased been found to be extremely successful when the training data is
training dataset for our deep learning tasks. Ground stations minimal. In this letter, extensive comparative tests using typical
publish and ingest remote sensing data gathered from hundreds data augmentation methods [9] are carried out, such that typical
of recorded scenes each day from space. methods can only give up-bounded and limited performance. A
one-of-a-kind data augmentation technique known as Pixel: block
4775
V. Lalitha and B. Latha Materials Today: Proceedings 62 (2022) 4772–4778

pair (PBP) has been created to address this issue and substantially categorization does extra than merely increase the number of sam-
increase the number of training instances . The suggested method ples. When two pixel blocks from the same class are used instead
for obtaining PBP characteristics makes use of decision fusion and of a single huge pixel block, the CNN learns more about the com-
deep convolutional neural networks. Given that it takes use of spa- monalities within the class.
tial information; the PBP-CNN is predicted to perform better than Data augmentation approaches such as flipping, rotating, and
the existing deep pixel-pair feature (PPF-CNN). In Hyper Spectral adding noise were studied utilizing deep CNN-based HSI classifica-
Imaging, the impact of PBP-CNN classification accuracy of training tion [13]. More improved samples may not always result in better
data will be examined in further depth. A unique technique to data results; for example, a sample size increase to 4 N may be prefer-
augmentation, the PBP is proposed. A 33L pixel block comprising able to an 11 N sample size. This is the case. A brand-new PBP-CNN
pixels for training is first constructed, where L is the number of model was also put up as an alternative. During the training phase,
bands to be used in the image detection algorithm. Then, every a new set of pixel blocks called PBP was formed by matching each
pixel block is connected to every other pixel block to generate individual pixel block with every other pixel block in the image. A
new PBPs, each of which is 36L in size. The following rules are used decision fusion method was used in the testing phase to decide the
to generate new pixel blocks, and then the labels are rewritten. In final label for each of the eight pixels in the surrounding area of the
the event when all two-pixel blocks are of a different class, the pixel in question. Experiments have shown that the suggested PBP-
label is set to 0, otherwise. When this data augmentation strategy CNN strategy competes with other data augmentation methods
is used, the number of samples per class is raised from N to N (1, even with a small number of examples.
2)/2. In reality, the recommended pixel block pair in hyper spectral

5. Review summary

Augmentation method used Implementation process Samples used PROS & CONS

An Image Modification Machine The pipeline may be used to produce RGB Color Image PROS: Baseline for 1000 images
Learning Library-Augmentor new data by chaining augmentation training set produced 93.94 %
activities like shears, rotations, and accuracy. Augmented image set for
crops together and passing them more than10,000 training samples
through it. produced 97.28 %accuracy.

CONS: not suitable for High


dimensional data sets.
Remote Sensing Image To create new data, GANs use cycle- Few Samples of PROS: When utilizing the original
Augmentation using Style consistent Generative Adversarial Optical Remote training data, the detection accuracy
Transfer Technique. Networks that draw from a texture Sensing images is 46.06 percent, and when using
from the external world (Cycle GAN) Cycle GAN to enhance it, it is even
higher at 46.74 percent the highest
detection accuracy is achieved by
Cycle GAN with multi-scale
convolution and attention
mechanism, at 49.15 percent.

CONS: The simulation samples


created for style transfer
information are single-channel
grayscale images, which lack the
rich style information found in
genuine remote sensing photos.

Data Augmentation Approach for Instance based augmentation was Landsat-8 images PROS: The new data augmentations
Satellite Image Super- used in conjunction with Super- techniques help improve satellite
Resolution. Resolution RGB and fusion was used picture resolution accuracy. and The
in conjunction with Super- proposed data augmentation
Resolution RGB. Additionally, technique can improve the
Denoising and Dehazing techniques performance of super-resolution
are used. satellite image jobs even more.
CONS: Limitations are found in
augmentation in the problem
domains such as dehazing and
denoising.

4776
V. Lalitha and B. Latha Materials Today: Proceedings 62 (2022) 4772–4778

(continued)

Augmentation method used Implementation process Samples used PROS & CONS

Remote Sensing Classification of Uses Transformation Satellite Images PROS: The variety and
Scenes with Deep Learning Matrix of Augmentation methods for from NASA’s comprehensiveness of data can be
techniques and Data three different National considerably improved through data
Augmentation improved CNN Remote Sensing Images. For the Agriculture augmentation, and the new results
Framework experimental ImageryProgram with augmentation operations
evaluations,3standards (NAIP) exceed those from the same deep
Remote sensing data sets are dataset. model design training on the
used. Two different set of training original dataset when used to train
experiments are applied on deep learning models.
onecommon CONS: Though the data
CNN. augmentation method augment the
dataset’s diversity; it also increases
the inherent visual inconsistency of
all training RS picture due to its
inherent topological and spectral
constraints and provides no new
additional information for the
image.

Deep CNN Data Augmentation Throughout the training phase, each HS Images of plant PROS: The suggested PBP approach
for Hyper spectral Image pixel block was associated with all leaves like corn, significantly increases the number of
Classification other pixel blocks to generate new grass and Soy bean samples used for HSI classification.
ones, which were then referred to as leaves Even with a small number of
PBP. Each pixel block was coupled samples, experiments have proven
with the surrounding eight-pixel that the proposed PBP-CNN
blocks during the testing phase, and technique greatly competes with
the final label was generated using a other methods of data
decision fusion technique. Pixel augmentation.
blocks are built with both spatial and
spectral information in mind. Pixel CONS: Challenges in handling Hyper
blocks are joined in some fashion, Spectral Images while considering
and the combined outputs are fed both Spectral and Spatial
into the deep CNN, enhancing the information.
model’s reliability and diversity of
samples.

6. Conclusions Declaration of Competing Interest

Because of the rise of deep learning, it is now possible to mine The authors declare that they have no known competing finan-
and analyses huge volumes of remote sensing data. Image cial interests or personal relationships that could have appeared
enhancement and classification research using RS requires the to influence the work reported in this paper.
use of deep learning models such as CNNs. RS image enhancement
and categorization using CNN-based deep learning. we examined
the present state-of-the-art. The complexity of objects in RS pic-
tures makes it more challenging to extract features from the References
images than it is in the computer vision area. As a result, several
[1] Y. Jiang, B. Zhu, B.o. Xie, Remote sensing images data augmentation based on
investigations have been carried out to address the problems asso- style transfer under the condition of few samples, J. Phys.: Conf. Ser. 1653 (1)
ciated with CNN-based RS picture enhancement. Training data, (2020) 012039, https://doi.org/10.1088/1742-6596/1653/1/012039.
[2] G. Wang, G. Dong, H. Li, L. Han, X. Tao, P. Ren, Remote sensing image synthesis
models, and methodologies have all improved significantly for RS
via graphical generative adversarial networks, in: IGARSS 2019-2019 IEEE
picture enhancement using the convolutional neural network International Geo science and Remote Sensing Symposium, IEEE, 2019, pp.
(CNN). However, this discovery is just the beginning of work on 10027–10030.
CNN-based RS picture augmentation. The categorization of RS [3] J. Lemley, S. Bazrafkan, P. Corcoran, Smart augmentation learning an optimal
data augmentation strategy, IEEE Access 5 (2017) 5858–5869.
images via augmentation is still fraught with difficulties, and a [5] A. Dosovitskiy, P. Fischer, J.T. Springenberg, M. Riedmiller, T. Brox,
variety of factors need to be carefully examined and researched. Discriminative, unsupervised feature learning with exemplar convolutional,
neural networks, IEEE TPAMI 38 (9) (2016) 1734–1747.
[10] C. Chen, L. Fan, Scene segmentation of remotely sensed images with data
CRediT Author Contirbution Statement augmentation using U-net++, in: 2021 International Conference on Computer
Engineering and Artificial Intelligence (ICCEAI), IEEE, 2021, pp. 201–205.
[11] R. Alharbi, H. Alhichri, Y. Bazi, Selective Data augmentation approach for
V. Lalitha: Writing-review & editing. B. Latha: Writing-review remote sensing scene classification, in: 2020 2nd International Conference on
& editing. Computer and Information Sciences (ICCIS), IEEE, 2020, pp. 1–4.

4777
V. Lalitha and B. Latha Materials Today: Proceedings 62 (2022) 4772–4778

[12] K. Qin, F. Ge, Y. Zhao, L. Zhu, M. Li, C. Shi, D. Li, X. Zhou, Hapke data [6] S. Hauberg, O. Freifeld, A.B.L. Larsen, J. Fisher, L. Hansen, Dreaming more data:
augmentation for deep learning-based hyper spectral data analysis with Class-dependent distributions over diffeomorphisms for learned data
limited samples, IEEE Geosci. Remote Sens. Lett. 18 (5) (2021) 886–890. augmentation, in: Artificial Intelligence and Statistics, PMLR, 2016, pp. 342–
[13] J.E. Ball, P. Wei, Deep learning hyper spectral image classification using 350.
multiple class-based denoising auto encoders, mixed pixel training [7] A.G. Howard, Some improvements on deep convolutional neural network-
augmentation, and morphological operations, in: IGARSS 2018-2018 IEEE based image classification. arXiv preprint arXiv:1312.5402, 2013.
International Geoscience and Remote Sensing Symposium, IEEE, 2018, pp. [8] P.Y. Simard, D. Steinkraus, J.C. Platt, Best practices for convolutional neural
6903–6906. networks applied to visual document analysis, Icdar (Vol. 3, No. 2003), 2003.
[17] C. Do, 3D image augmentation using neural style transfer and generative [9] R. Wu, S. Yan, Y. Shan, Q. Dang, G. Sun, Deep image: Scaling up image
adversarial networks, Applications of Digital Image Processing XLIII (Vol. recognition. 7 (8) (2015), arXiv preprint arXiv:1501.02876.
11510, pp. 707-718), SPIE, 2020. [14] N. Lv, H. Ma, C. Chen, Q. Pei, Y. Zhou, F. Xiao, J.i. Li, Remote sensing data
[18] M.D. Bloice, C. Stocker, A. Holzinger, Augmentor: an image augmentation augmentation through adversarial training, IEEE J. Select. Top. Appl. Earth
library for Machine learning. arXiv preprint arXiv:1708.04680, 2017. Observat. Remote Sens. 14 (2021) 9318–9333.
[19] M.A.A. Ghaffar, A. McKinstry, T. Maul, T.T. Vu, Data augmentation approaches [15] Y. Yan, Y. Zhang, N. Su, A novel data augmentation method for detection of
for satellite image super-resolution, ISPRS Ann. Photogrammet. Remote Sens. specific Aircraft in remote sensing RGB images, IEEE Access 7 (2019) 56051–
Spatial Informat. Sci. 4 (2019) 47–54. 56061.
[16] M. Zhang, Z. Cui, X. Wang, Z. Cao, Data augmentation method of SAR image
dataset, in: IGARSS 2018-2018 IEEE International Geoscience and Remote
Further Reading Sensing Symposium, IEEE, 2018, pp. 5292–5295.

[4] A. Dosovitskiy, J.T. Springenberg, T. Brox, Unsupervised feature learning by


augmenting single images. arXiv preprint arXiv:1312.5242, 2013.

4778

You might also like