Geospatial Land Classification Via Advanced Image Processing Using CNN
Geospatial Land Classification Via Advanced Image Processing Using CNN
Abstract:- High resolution analysis of remote sensing images is II. RELATED WORKS
pivotal for various classification including land use
determination, environmental detection, environmental planning This paper focuses on image processing within the XDB
and geospatial object recognition. This paper introduces a robust
plant disease database to enhance the classification of 20
method for categorizing satellite images into distinct groups,
facilitating accurate classification for global geographical areas. distinct diseases affecting 10 plant species. The processing
It includes image compression, image preprocessing, image involves two pre-processing steps—image selection and
segmentation and feature extraction. This innovative approach resizing—and employs modified VGG architectures
enables precise identification and understanding of different (VGG16 and VGG19) with pre-trained weights from the
areas, contributing to optimize resource allocation and improved ImageNet database. A comparative study based on
land management practices in agriculture. CNN is the classifier classification metrics, including accuracy, precision, recall,
that is employed in this experiment. The outcome demonstrates and F1-score, reveals that, for this specific database, a pre-
that our suggested strategy offers excellent accuracy, trained CNN with a depth equal to or smaller than VGG16
outperforming many recently published publications.
captures disease-sensitive features, enhancing the
Keywords:- CNN. recognition of plant pathologies. This justifies the superior
performance of VGG16 over VGG19 across training,
I. INTRODUCTION validation, and test data.
The dynamic landscape evolution has led to an increased
The paper focuses on the satellite images collected from utilization of previously untapped lands, providing
UC merced land use dataset. The proposed system begins with opportunities for diverse purposes such as agriculture and
the collection of images from UCMerced land use dataset urban infrastructure development. This paper introduces an
consisting of 21 land use classes such as forests, deserts, automated approach to detect unused land spaces, utilizing
highways, beaches, agriculture, and rivers. Each image satellite image processing techniques. The dataset
measures 256x256 pixels. It captures high resolutions, comprises remote sensing Earth images, with
multispectral imagery of the earth surface, allowing for preprocessing steps involving grayscale conversion,
detailed observations of landscapes, ecosystems and changes compression, and noise reduction.Segmentation
over time. Here the land is classified into four main categories distinguishes between used and unused land regions, and
such as agriculture, forest, water, buildings. One of the local binary feature extraction captures edges, flat areas,
growing fields for image processing is agricultural image and corners.Various classification algorithms label and
processing. Hence we are placing a greater emphasis on categorize remote sensing Earth images, including the
agricultural land. Here we access agricultural land and utilization of a Convolutional Neural Network (CNN) for
identify the specific crop cultivating in that area. automatic classification and labeling. The application of
Random Forest for segregating landscapes into used and
By offering a scalable and automated method for land unused land demonstrates superior accuracy compared to
classification and crop detection, the project aims to address existing systems.
issues with manual labour, inefficiency, and resource waste in This paper introduces an automated approach to detect
agricultural monitoring and management. Using satellite or unused land spaces, utilizing satellite image processing
aerial imagery, a convolutional neural network (CNN) model techniques. The dataset comprises remote sensing Earth
that can precisely identify and classify various forms of land images, with preprocessing steps involving grayscale
cover and crop detection on agricultural fields is being conversion, compression, and noise reduction.
developed with an emphasis on agricultural land and crop Segmentation distinguishes between used and unused land
detection. To help with agricultural management and regions, and local binary feature extraction captures edges,
monitoring, the process of identifying and categorizing flat areas, and corners. Various classification algorithms
different crops and land features will be automated. label and categorize remote sensing Earth images,
including the utilization of a Convolutional Neural
Network (CNN) for automatic classification and labeling.
The application of Random Forest for segregating
landscapes into used and unused land demonstrates
superior accuracy compared to existing systems.
This paper focuses on agricultural remote sensing segmentation to recognise borders and objects based on color
monitoring using HJ satellite imagery, presenting an or grayscale discontinuities.After extracting pertinent elements
efficient processing methodology. The workflow begins from the photos, the model is used to train and images are
with image radiation correction, atmospheric correction, classified.
and the computation of over 10 vegetation indices using
ENVI/IDL. Subsequently, the integration of ArcSDE with
the Oracle Database facilitates rapid image storage.
Finally, thematic agricultural remote sensing images are
swiftly published on ArcGIS Server. This study offers a
comprehensive solution for expediting the preprocessing,
storage, and dissemination of remote sensing images for
agricultural monitoring, ensuring timely and accurate data
access.
A. CNN Classifier
CNN stands for Convolutional Neural Network. It is a
Fig 1: Classification Scheme of Land Use kind of neural network that is frequently applied to problems
involving computer vision and image processing. An input
The UCmerced landscape data set is used to capture picture filter that expands the input volume to its greatest size
satellite imagery. There are twenty-one classes of land use, is taken into consideration by CNN. The dot product is found
including agriculture, buildings, and forests. Pixel size for each between the filter and a portion of an image because of a spatial
image is 256x256. From the training data set, 21 images— position. The filter computes the dot product at each pixel and
referred to astest images—were chosen. The photos are trained is directed and complex at each pixel. The process is repeated
using CNN as the machine learning model. Images are with more filters, each of which looks through the input for a
downsized to lower computational demands and memory distinct set of template forms. A series of convolution layers
complexity because they are usually huge, which results in with activation functions strewn in between make up a
longer processing times and more memory convolutional neural network. It makes use of a RELU
consumption.Preprocessing module input consists of scaled activation function. Each layer's output serves as the
photos from the previous phase. Preprocessing of the supplied subsequent layer's input. There are numerous filters in each
photos is done to improve final results. Converting the image layer, and they all result in various activation functions.
to RGB and grayscale representations is part of this
preprocessing.Next, in an effort to improve representation and High-level and middle-level filters examine high-level
ease analysis, digital images are segmented, which entails features like corners and edges, while the filters at the earlier
dividing them into discrete portions. Here, region-based layer typically reflect low-level features.Thus, it progresses
segmentation is used, especially with thresholding from basic to more intricate aspects.
Advantages of CNN
V. CONCLUSION
REFERENCES