INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Volume XV, Issue II, February 2026
Deep Learning–Based Land Use and Land Cover Classification
Using the Eurosat Dataset
Sivakumaran Sarvanan
BSc (Hons) in Computer Science (Sri Lanka) MSc Candidate in Data Science and Artificial Intelligence
(France)
DOI: https://doi.org/10.51583/IJLTEMAS.2026.15020000097
Received: 13 February 2026; Accepted: 21 February 2026; Published: 19 March 2026
ABSTRACT
Land Use and Land Cover (LULC) classification plays a crucial role in remote sensing applications such as
urban planning, environmental monitoring, agricultural analysis, and climate studies. Recent advances in deep
learning, particularly convolutional neural networks (CNNs), have significantly improved classification
accuracy for satellite imagery. This thesis presents a comparative study of two deep learning approaches for
LULC classification using the EuroSAT dataset: a convolutional neural network trained from scratch and a
transfer learning model based on a pre-trained VGG-19 architecture. The EuroSAT dataset consists of
Sentinel-2 satellite images categorized into ten land cover classes. Experimental results demonstrate that
transfer learning achieves superior classification performance compared to training a CNN from scratch,
highlighting the effectiveness of pre-trained models for remote sensing image analysis.
Keywords: Remote Sensing, EuroSAT, Land Use and Land Cover, Deep Learning, CNN, Transfer Learning.
INTRODUCTION
Land Use and Land Cover (LULC) classification is a fundamental task in remote sensing that involves
identifying and categorizing different land surface types from satellite imagery. Accurate LULC maps are
essential for applications such as environmental monitoring, urban growth analysis, deforestation detection,
and agricultural planning. Traditionally, LULC classification relied on manual interpretation or classical
machine learning techniques using handcrafted features, which are often time-consuming and less scalable.
With the rapid growth of deep learning, convolutional neural networks (CNNs) have emerged as a powerful
tool for image classification tasks. CNNs automatically learn hierarchical feature representations from raw
image data, eliminating the need for manual feature engineering. In recent years, CNN-based methods have
achieved state-of-the-art performance in satellite image classification tasks.
This thesis investigates the application of deep learning techniques for LULC classification using the EuroSAT
dataset. Two different approaches are explored: (1) a CNN trained from scratch and (2) a transfer learning
model utilizing a pre-trained VGG-19 network. The primary objective is to evaluate and compare their
performance and suitability for satellite image classification.
Related Work
Several studies have demonstrated the effectiveness of deep learning for remote sensing image classification.
Helber et al. introduced the EuroSAT dataset as a benchmark for land use and land cover classification using
Sentinel-2 imagery, showing that CNN-based approaches significantly outperform traditional machine
learning methods [1]. Subsequent research has explored various deep learning architectures, including
AlexNet, VGG, ResNet, DenseNet, and EfficientNet, for EuroSAT classification [2]. Transfer learning has
been widely adopted due to its ability to leverage knowledge from large-scale datasets such as ImageNet, with
studies consistently reporting higher accuracy and faster convergence compared to training networks from