
meteorologists predict and monitor weather events such
as hurricanes, tornadoes, and blizzards.
Another important application is in agriculture.
Satellites can provide valuable information about crop
health, soil moisture levels, and potential areas of pest
infestation. This data can help farmers make informed
decisions about irrigation, fertilization, and pest con-
trol, ultimately improving crop yields and reducing
environmental impact. Satellite remote sensing is also
used in environmental monitoring and conservation ef-
forts. By collecting data on deforestation, urbanization,
pollution levels, and changes in land use, scientists
can better understand and protect natural ecosystems,
wildlife habitats, and endangered species.
Additionally, satellite-based remote sensing is used
in disaster management, urban planning, transporta-
tion, and many other fields. Overall, satellite technol-
ogy plays a crucial role in providing valuable informa-
tion for decision-making, resource management, and
global monitoring.
Some of the emerging space based remote sensing
applications to exemplify the potential of this technol-
ogy are listed below:
Wildfire Detection and Management
Illegal Logging and Deforestation Monitoring
Coastal and Marine Ecosystem Monitoring
Biodiversity Conservation and Habitat Monitor-
ing
Airborne Disease Monitoring and Forecasting
Precision Forestry
Urban Heat Island Mitigation
Precision Water Management
Disaster Resilience Planning
With the increasing data quality and volume from re-
mote sensing platforms, there is a need for computa-
tional platforms and effective tools to handle and ex-
tract valuable information from remote sensing datasets.
AI-powered onboard and ground processing systems
are catching up, specifically orbital edge computing, to
meet the challenge. Orbital edge computing enables
satellites in orbit to autonomously handle critical tasks
like data capture, calibration, filtering, compression
and other data processing tasks on board. It targets
to optimize the computation, storage and communica-
tion bandwidth to achieve timely and economic satellite
constellation operation with ground stations.
There are two highly useful free satellite imagery
data platform for application developers and users namely
a) Bhuvan – geospatial data platform from ISRO [1] b)
Sentinel Hub – EU data platform [2].
AI techniques for satellite image processing
The integration of AI techniques in remote sens-
ing has emerged as a powerful paradigm with tremen-
dous potential for practical applications. This has
accelerated the advancement of our understanding of
Earth’s dynamics, support decision-making processes,
and foster sustainable development.
Satellite images can be significantly different from
natural images -- they can be multi-spectral beyond
what we see in visual bands, irregularly sampled across
time -- and many AI models trained on images from
the Web do not support them. Furthermore, remote
sensing data is inherently spatio-temporal, requiring
conditional processing to get best out of it.
There are majorly three primary applications, namely,
a) classification that groups similar pixels together, b)
segmentation that involves dividing the image into dif-
ferent regions to detect objects, and c) denoising - mak-
ing an estimate of the obtained image. Application
areas utilizing satellite image data such as change de-
tection, land use land cover, vegetation monitoring, etc.
require classification of satellite image under investi-
gation. Whereas, segmentation is required for urban
growth monitoring, road extraction, building extraction
and detection, etc., and denoising is a preprocessing to
improve the quality of images.
Traditionally there are several classical techniques
used for satellite image processing analysis. A quick
summary of prominent techniques for various func-
tionality are listed below:
Gaussian Mixture Models (GMM) for Denois-
ing.
Principal Component Analysis (PCA), Local lin-
ear embedding (LLE), Isometric Mapping (ISOMAP)
for Dimensionality reduction.
Sparse coding for Sparse representation.
HOG, SURF, SIFT, decision trees, random for-
est, genetic algorithm, HMRF, SVM, MRF for
29