Saturday, August 9, 2025

Enhancing Land Use Classification with Multi-Year Sentinel-2 Images and Deep Learning

Share

Land Use Classification: Harnessing Deep Learning for Satellite Imagery

Land use classification is a critical aspect of our understanding of agriculture, urban development, and environmental management. As cities grow and agricultural practices evolve, understanding these changes is vital for sustainable planning and conservation efforts. The emergence of satellite imagery, particularly from the Sentinel-2 satellites, has transformed how we observe and analyze land use across vast areas. This article explores a sophisticated approach to land use classification utilizing a new ensemble deep learning network architecture—InceptionResNet-UNet—alongside historical Sentinel-2 imagery.

Significance of Land Use Classification

Land use classification aids in multiple sectors including agriculture, where knowledge about types of crops and farmland allocation can enhance production efficiency; urban planning, where city growth and infrastructure demand clear mapping; and environmental monitoring, where the health of ecosystems can be assessed through land cover types. The accuracy of classification models directly influences decisions in these critical areas.

Proposed Workflow for Land Use Classification

The proposed method consists of three significant stages:

  1. Data Collection and Preprocessing: This stage focuses on acquiring valuable satellite imagery.

  2. Model Architecture Design: Develop an architecture that integrates powerful deep learning methods.

  3. Training, Validation, and Evaluation: This final segment ensures the proposed model performs effectively and meets accuracy standards.

Data Collection and Preprocessing

The primary data source for this research includes images from the Sentinel-2A and Sentinel-2B satellites, which provide a spatial resolution of 10 meters. These images were downloaded from the National Remote Sensing Centre (NRSC) Bhuvan portal and Google Earth Engine. The focal study area is the Katpadi region in Vellore district, Tamil Nadu, India, spanning from 2017 to 2024 during the peak growing season months of March to May. A total of eight major land use categories were identified for classification.

Key Preprocessing Steps:

  • Atmospheric Correction: This step was crucial, using Sen2Cor tool for adjusting pixel values to account for atmospheric influences.

  • Image Tiling: Images were segmented into patches of 256 x 256 pixels to facilitate effective model training.

  • Manual Annotation: Expert manual annotation was performed through QGIS, supported by field surveys for validation.

  • Georeferencing: Standardized the data to Universal Transverse Mercator (UTM) Zone 44N for spatial consistency.

The preprocessing ensures a high quality of input data, enhancing the final output accuracy of the classification model.

Model Architecture Design: InceptionResNet-UNet

The spotlight is on the IRUNet architecture, an innovative blend of InceptionResNetV2 and UNet models aimed specifically at addressing the challenges of satellite image classification.

Model Components:

  • Encoder: The InceptionResNetV2 model serves as a feature extractor, capturing multi-scale spatial features effectively. This layer handles various kernel sizes and provides complexity optimization through residual connections, enhancing gradient flow during training.

  • Decoder: The UNet architecture plays a pivotal role in synthesizing the information gathered by the encoder into coherent reconstructive outputs. It consists of skip connections that preserve critical spatial information lost in deeper layers.

  • Skip Connections: These facilitate enhanced feature retrieval between encoder and decoder, enabling remarkable context restoration.

Training, Validation, and Evaluation

Data Preparation

The data acquired undergoes a tripartite division into training, validation, and testing sets. Normalization ensures pixel values range consistently between 0 and 1, allowing for effective neural network operations.

Feature Extraction

Features crucial for classification arise from spectral properties of the images, including broadband values from Red, Green, Blue, Near-Infrared, and Shortwave Infrared bands. Additional shape features such as area and perimeter are calculated to enrich model input.

Loss Function and Optimizer

The selected loss function combines Dice Loss with Categorical Cross-Entropy, a robust approach favoring categorical outputs crucial for land use classification. The Nadam optimizer streamlines this process with Nesterov momentum, enhancing learning adaptability through dynamic learning rates.

Fusion and Training Process

Feature Fusion

The final training step utilizes combined features from both InceptionResNet and UNet, capitalizing on their unique strengths. This improves the robustness of predictions by integrating deep spatial context with precise feature segmentation.

Test-Time Augmentation (TTA)

To avoid overfitting and enhance model reliability, TTA is employed. This involves generating multiple augmented versions of test images (like flipping and rotating) during inference, thus increasing generalizability and robustness against varying input conditions.

Performance Metrics and Qualitative Assessments

During evaluation, a series of performance metrics are examined including recall, precision, Dice similarity coefficient (DSC), and Intersection over Union (IoU). Quantitative benchmarks are paired with qualitative assessments to measure the practical accuracy of segmentation results. This dual approach ensures a well-rounded evaluation, catering to both statistical and perceptual analysis.

The outcomes of this comprehensive methodology contribute significantly to the field of land use classification, illustrating the efficacy of deep learning techniques in transforming how we analyze our planet’s surface through satellite imagery. The integration of advanced machine learning techniques into spatial analysis not only enhances precision but also sets the stage for informed decision-making in agriculture, urban planning, and environmental maintenance.

Read more

Related updates