Next Article in Journal
InSAR-Derived Spatiotemporal Evolution of Land Subsidence and Its Response to Groundwater Overexploitation in Hainan, China
Previous Article in Journal
Co-Inoculation of Rhizobia and a Multifunctional Microbial Consortium Is Associated with Improved Soybean Performance and Bacterial Community Reassembly in Soybean Fields
Previous Article in Special Issue
From Earth Observation to Land Administration: Structuring Sentinel-1 Flood Information Within an ISO 19152 (LADM) Multipurpose Cadastre
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Machine Learning-Based Detection of White Lands in Riyadh from Satellite Data

Department of Computer Science, College of Computer and Information Sciences, King Saud University, P.O. Box 51178, Riyadh 11543, Saudi Arabia
*
Author to whom correspondence should be addressed.
Land 2026, 15(7), 1271; https://doi.org/10.3390/land15071271
Submission received: 15 June 2026 / Revised: 10 July 2026 / Accepted: 12 July 2026 / Published: 15 July 2026
(This article belongs to the Special Issue Strategic Planning for Urban Sustainability (Second Edition))

Abstract

In response to Saudi Arabia’s amended White Land Fees Law, which imposes charges of up to 10% of land value on undeveloped urban plots, this study presents TerraVision, an intelligent framework for large-scale White Land detection and urban land monitoring using high-resolution satellite imagery and deep learning. The proposed framework aims to support sustainable urban development by enabling municipalities and planners to identify underutilized urban land, improve land-use efficiency, and support evidence-based planning decisions. Satellite imagery was acquired through the Esri ArcGIS platform at a spatial resolution ranging from 0.31 to 0.34 m per pixel. The Riyadh study area was divided into 1317 geographic tiles, of which 80 tiles covering approximately 180 km2 were manually annotated to construct the training and evaluation dataset. Ten segmentation models representing four architectural families were evaluated, including encoder–decoder networks, transformer-based architectures, YOLO segmentation models, and the zero-shot Segment Anything Model 3 (SAM3). Six fine-tuned semantic segmentation models achieved Intersection over Union (IoU) scores between 0.94 and 0.96 on the held-out test set, with SegFormer achieving the highest performance at an IoU of 0.9563. A post-inference geoprocessing pipeline was developed to reconstruct city-scale prediction maps, estimate neighborhood-level White Land availability, and export results into GIS- and web-compatible formats. The framework was further integrated into a bilingual (Arabic and English) decision-support dashboard that enables visualization and spatial analysis of vacant land distribution. The results demonstrate that semantic segmentation models provide an accurate solution for monitoring undeveloped urban land that scales to city-wide inference across Riyadh, and can support preliminary screening for strategic urban planning and sustainable city development initiatives in Riyadh.

1. Introduction

Rapid urbanization and population growth have become defining characteristics of major metropolitan cities worldwide, placing increasing pressure on housing availability, land utilization, infrastructure provision, and environmental sustainability. As cities continue to expand, sustainable urban development increasingly depends on the efficient use of existing urban land resources rather than continued outward expansion. Identifying and activating underutilized urban land has therefore become an important component of strategic urban planning, supporting compact city development, infrastructure optimization, improved housing accessibility, and more sustainable growth patterns. Recent work has further emphasized that strategic planning for urban sustainability requires data-driven approaches that enable planners to identify underutilized urban land, optimize land-use decisions, and support sustainable urban growth through integrated spatial planning [1]. In this context, intelligent remote sensing frameworks can provide timely and scalable information to support evidence-based urban planning.
In Saudi Arabia, the city of Riyadh has experienced substantial demographic and spatial expansion in recent years [2], creating new challenges related to urban sprawl, land-use efficiency, and housing affordability. Among the most significant challenges affecting sustainable urban development is the widespread presence of underutilized urban parcels commonly referred to in Saudi Arabia as “White Lands.” According to Saudi regulations, White Lands are defined as “all undeveloped land capable of development and growth, located within urban boundaries” [3]. Internationally, these lands are more commonly described as vacant lands or urban vacant lands [4,5,6,7]. Regardless of terminology, such lands represent a strategic urban resource whose identification and management can directly influence urban sustainability, housing supply, infrastructure efficiency, and long-term city resilience.
The existence of large quantities of vacant urban land can negatively affect both the spatial and economic development of cities. These undeveloped parcels create discontinuities within the urban fabric, contribute to inefficient infrastructure expansion, increase service delivery costs, and may encourage speculative land holding practices that restrict land availability and inflate property prices [4]. Conversely, effective identification and redevelopment of vacant land can support a wide range of sustainability objectives, including residential development, green infrastructure expansion, public service provision, urban regeneration, and improved land-use efficiency [4,5,6,7]. Consequently, the monitoring and management of vacant urban land has become an important component of strategic planning frameworks aimed at promoting sustainable and resilient urban growth.
Recognizing these challenges, Saudi Arabia introduced the White Land Fees Law as part of its broader urban development and housing reform initiatives. The law seeks to increase land availability, improve market efficiency, discourage land speculation, and accelerate urban development by imposing annual fees on undeveloped urban land [8]. Recent amendments further strengthened the legislation by expanding its scope, increasing enforcement mechanisms, and introducing a tiered fee structure reaching up to 10% of land value [3,9,10]. These reforms align closely with the objectives of Saudi Vision 2030, which emphasizes sustainable urban development, efficient resource utilization, improved housing accessibility, and data-driven decision making in city planning.
Despite the strategic importance of White Land monitoring, conventional approaches based on field surveys and manual geographic information system (GIS) analysis remain labor-intensive, requiring site visits, manual digitization of parcel boundaries, and periodic re-surveying to track land-use change, which makes them costly and difficult to scale across rapidly growing metropolitan regions. This limitation reduces the ability of planning authorities to maintain up-to-date inventories of vacant land and evaluate development opportunities in a timely manner. Advances in remote sensing, artificial intelligence, and computer vision offer an opportunity to address this challenge by enabling automated and large-scale urban land monitoring using high-resolution satellite imagery. In particular, semantic segmentation techniques have demonstrated strong performance in urban scene understanding tasks, including land-cover classification, building extraction, infrastructure mapping, and land-use analysis. Their ability to perform pixel-level classification makes them particularly suitable for identifying vacant urban parcels at city scale.
Motivated by these developments, this study presents TerraVision, an intelligent White Land monitoring framework that leverages deep learning-based semantic segmentation for large-scale vacant land detection in Riyadh. High-resolution satellite imagery acquired through the Esri ArcGIS platform [11] was utilized to construct a manually annotated dataset covering approximately 180 km2 of the city. The proposed framework evaluates ten segmentation architectures spanning encoder–decoder networks, transformer-based models, YOLO segmentation models, and the zero-shot Segment Anything Model 3 (SAM3). Beyond model evaluation, the framework incorporates a geospatial post-processing pipeline that reconstructs city-scale prediction maps, estimates neighborhood-level White Land distributions, and supports urban analysis through an interactive GIS-enabled dashboard.
The significance of this work extends beyond automated image segmentation. By enabling systematic identification and monitoring of underutilized urban land, the proposed framework contributes to data-driven strategic planning for urban sustainability. The generated outputs can support municipalities, planners, policymakers, and developers in identifying development opportunities, prioritizing infrastructure investments, monitoring land-use policies, and promoting more efficient urban growth. In this way, TerraVision serves as both a technical remote sensing framework and a practical decision-support tool for sustainable urban management.
The contributions of this paper can be summarized as follows:
  • Development of a high-resolution annotated satellite imagery dataset for White Land detection in Riyadh.
  • Comparative evaluation of ten deep learning segmentation models across multiple architectural families for vacant land detection.
  • Design of a city-scale geospatial processing pipeline for White Land area estimation, spatial analysis, and urban sustainability assessment.
  • Integration of the generated outputs into an interactive GIS-enabled dashboard to support urban planning, land monitoring, and strategic decision making.
The remainder of this paper is organized as follows. Section 2 reviews the related work concerning vacant land analysis, urban sustainability applications, and semantic segmentation techniques in remote sensing. Section 3 presents the proposed methodology, including dataset preparation, model architectures, training procedures, and post-processing workflows. Section 4 discusses the experimental results and comparative analysis of the evaluated models. Finally, Section 5 concludes the paper and outlines future research directions.

2. Related Work

This section reviews previous studies related to vacant/White Land detection and remote sensing-based image analysis. The related work is divided into two categories: studies focused on vacant land identification and studies centered on remote sensing and semantic segmentation techniques. The reviewed work provides insight into the evolution of machine learning and deep learning approaches for large-scale urban analysis.

2.1. Vacant/White Land Focused Studies

Several studies have investigated the identification of vacant or underutilized land using remote sensing and artificial intelligence techniques. Sobe et al. [12] utilized Sentinel-2 imagery and a Random Forest classifier to identify underutilized lands for bioenergy applications across six European countries. By incorporating temporal vegetation features derived from harmonic analysis, their approach achieved accuracies ranging from approximately 80% to 97%.
Karim et al. [13] employed a Vision Transformer (ViT) model to detect abandoned croplands using multisource satellite imagery from GF-6, GF-2, and CBERS-4 satellites. Their work demonstrated that integrating Vegetation Indices (VIs) significantly improved classification performance, achieving an overall accuracy of 94%.
Xu and Ehlers [5] proposed a rule-based data fusion framework combining Urban Atlas and OpenStreetMap data to identify vacant urban land. Their approach achieved an overall accuracy of 96.3%, highlighting the effectiveness of integrating multiple geospatial datasets for land-use analysis.
Sun et al. [14] addressed Industrial Vacant Land (IVL) detection using a multimodal framework combining HRNet, Sentinel-2 imagery, population density data, and urban open datasets. Their method achieved an overall accuracy of 97.84%, demonstrating the benefit of integrating auxiliary urban indicators with satellite imagery.
Traditional machine learning methods generally showed lower performance in complex urban environments. Faraj and Mahmood [15] used supervised classification techniques on GeoEye-1 imagery to detect vacant lands in Baghdad, achieving approximately 15% overall accuracy. Similarly, Andriani et al. [16] used a CNN-based approach on Google Earth imagery, achieving an accuracy of 82.14%.
Recent studies increasingly favor semantic segmentation and transformer-based architectures. Hu and Zhuang [17] evaluated multiple semantic segmentation models for identifying different vacant land categories using Bigemap imagery, with SegFormer achieving the best performance for vacant bare land detection. Cheng et al. [18] further enhanced SegFormer using DenseASPP and AFPN modules for Urban Vacant Land (UVL) detection, achieving an F1-score of approximately 93% and an IoU close to 87%.
Other studies explored temporal and geospatial analysis approaches. Yang et al. [19] combined VGG16 and LSTM models with Sentinel-1 PolSAR data to identify abandoned agricultural land, achieving a user accuracy of 84.03%. Natykin et al. [20] proposed a geospatial framework using open-source urban datasets to identify development-ready vacant territories based on zoning and accessibility constraints.
Overall, prior research demonstrates a clear transition from traditional classification techniques toward advanced deep learning and semantic segmentation models for vacant land analysis. However, limited work has focused specifically on White Land detection in the Saudi urban context using high-resolution satellite imagery and large-scale semantic segmentation frameworks. This gap motivates the proposed TerraVision framework for automated White Land monitoring in Riyadh.

2.2. Remote Sensing Focused Studies

Deep learning and remote sensing techniques have been widely applied to urban analysis, semantic segmentation, and image enhancement tasks. Guo et al. [21] combined satellite imagery and street-level imagery within a multimodal deep learning framework to identify accident-prone urban areas, achieving an accuracy of 93.7%.
Image quality enhancement has also received considerable attention. Xiao et al. [22] proposed a Cross-scale Hierarchical Transformer (CHT) for satellite image super-resolution, improving image quality and object representation compared with existing methods. Similarly, Bezerra et al. [23] and Ma et al. [24] focused on cloud removal and image reconstruction in satellite imagery using deep learning-based inpainting and cloud detection frameworks.
Several studies investigated urban object and land-use detection using semantic segmentation. Hacıefendioğlu et al. [25] employed U-Net, LinkNet, FPN, and PSPNet models for post-earthquake collapsed building detection, with all models achieving accuracies above 96%. Anaraki et al. [26] used a U-Net model with a ResNet34 backbone to extract farmland boundaries from UAV and satellite imagery, demonstrating the effectiveness of encoder–decoder architectures for geospatial segmentation tasks.
Transformer-based methods have also shown strong performance in remote sensing applications. Tseng et al. [27] introduced Presto, a transformer model pretrained on large-scale Sentinel-1 and Sentinel-2 datasets, achieving high performance in crop segmentation and land-cover classification tasks. Chen et al. [28] proposed the Bitemporal Image Transformer (BIT) for change detection in remote sensing imagery, outperforming several convolutional and attention-based baselines while maintaining lower computational complexity.
Traditional urban classification approaches were explored by Zou and Wang [29], who used Random Forest classification for vacant house detection, and Jamil et al. [30], who compared object-based and pixel-based urban classification methods using GeoEye-1 imagery from Jeddah. Their findings highlighted the importance of selecting appropriate classification strategies for complex urban environments.
Collectively, these studies demonstrate the rapid advancement of remote sensing and semantic segmentation techniques for large-scale urban analysis. The success of transformer-based models, encoder–decoder architectures, and multimodal frameworks motivates their application to White Land detection. A summary of related work in vacant land detection and remote sensing application is shown in Table 1. Building upon these advancements, the proposed TerraVision framework evaluates multiple state-of-the-art semantic segmentation models for scalable White Land monitoring in Riyadh.

3. Methodology

This work follows a structured machine learning pipeline for large-scale White Land detection using high-resolution satellite imagery. The proposed framework consists of four main stages: data acquisition, preprocessing, model training and classification, and visualization through a dashboard. Figure 1 illustrates the overall workflow of the proposed TerraVision framework.
The first stage involves collecting and organizing satellite imagery covering the entirety of Riyadh. The study area is divided into geographic tiles, where each tile contains multiple land parcels to improve spatial analysis efficiency. Alongside the imagery, metadata such as neighborhood names, geographic coordinates, and segment identifiers are preserved to support later reconstruction and statistical analysis. After data collection, the dataset is labeled and manually reviewed, as described in Section 3.1, before a formal preprocessing stage consisting of augmentation and formatting, described in Section 3.2. Augmentation techniques, which expand the training set by applying transformations such as flipping and rotation to existing images, are applied to improve model generalization and reduce overfitting. The processed images are then subdivided into smaller patches suitable for training semantic segmentation models, which assign a class label to every pixel in an image. The third stage focuses on model training and classification. Multiple semantic segmentation architectures are trained and evaluated using the labeled dataset. Hyperparameters are iteratively tuned, meaning training settings are repeatedly adjusted based on validation performance until the model generalizes well, to maximize generalization performance while minimizing overfitting. Once the best-performing model is identified, inference is performed on the remaining unlabeled tiles to generate city-scale White Land predictions. Finally, the segmentation outputs are integrated into an interactive bilingual (Arabic and English) dashboard for visualization and spatial analysis. The dashboard presents prediction maps, neighborhood-level statistics, and geospatial analytics that support urban monitoring and decision-making.
The rationale behind this pipeline is based on building upon recent advancements in semantic segmentation and remote sensing discussed in the related work. The framework combines deep learning, geospatial processing, and GIS visualization into a scalable solution for urban White Land monitoring.

3.1. Data Acquisition

Data acquisition is a critical stage in the proposed framework because the quality and organization of the satellite imagery directly affect segmentation performance. Several factors were considered during this stage, including spatial resolution, metadata preservation, scalability, and computational efficiency. High-resolution satellite imagery was acquired through the ArcGIS platform [11]. The platform provides commercial satellite imagery with a spatial resolution between 0.31 and 0.34 m per pixel, which is among the highest commercially available resolutions for urban analysis [31]. The acquired imagery spans dates from 11 February 2025, to 11 April 2025, while the imagery catalog is updated annually by the provider [32]. The high spatial resolution was necessary for accurately distinguishing White Land boundaries from surrounding urban structures.
To cover the entirety of Riyadh, the study area was divided into a geographic grid using the Grid Index Features tool applied to a spatial boundary layer [33]. Each tile covers an area of 1.5 × 1.5 km and was exported at a resolution of 4096 × 4096 pixels, corresponding to approximately 0.366 m per pixel. This configuration was selected to give a clean, consistent working resolution across every tile while maximizing the export resolution limit and maintaining manageable file sizes. This resolution is coarser than the native source imagery (0.31 to 0.34 m per pixel); the export therefore resamples the imagery accordingly, and the resulting 0.366-m-per-pixel resolution is the one used for annotation, training, evaluation, and city-scale inference throughout the pipeline. Squaring this value gives the per-pixel ground area, approximately 0.1341 square meters per pixel, used to convert segmented pixel counts into authoritative area estimates during geoprocessing. In total, 1317 image tiles were generated.
To construct the training and testing dataset, 80 tiles were randomly selected, representing approximately 6% of the total extracted imagery. These tiles were manually annotated to delineate White Land boundaries. Each tile represents approximately 2.25 km2, resulting in a labeled dataset covering nearly 180 km2. The labeling process focused specifically on binary classification between White Land and non-White Land regions. Buildings, roads, vegetation, and other urban structures were treated as background classes. Five annotators labeled the 80 tiles, each responsible for 16 tiles. Manual review was conducted to minimize annotation inconsistencies, particularly for challenging cases such as partially developed or asphalted plots; disagreement about such ambiguous cases was resolved through shared labeling conventions the team agreed on for each case rather than a formal inter-annotator agreement statistic. The absence of a computed Kappa is noted here as a limitation of the current annotation protocol and a target for future data collection. Figure 2 presents representative samples from the training dataset, illustrating the satellite imagery before and after the manual annotation process.
Metadata associated with each tile, including neighborhood identifiers, tile coordinates, and segmentation indices, was preserved throughout the pipeline. This information enables reconstruction of city-scale prediction maps and neighborhood-level statistical analysis. The acquisition strategy was also designed for scalability and efficient processing. Optimized tile sizes and structured storage formats were used to reduce memory requirements and accelerate training and inference. The framework can therefore support future expansion toward nationwide White Land monitoring and temporal urban analysis.

3.2. Data Preprocessing

After data gathering, preprocessing converts raw satellite imagery into a structured dataset suitable for semantic segmentation. The preprocessing pipeline consists of two primary stages: augmentation, and formatting.
First, data augmentation was applied to improve model generalization and artificially increase dataset diversity. Augmentation helps reduce overfitting by exposing the models to different spatial orientations and imaging conditions. The augmentation pipeline included geometric transformations such as horizontal flipping, vertical flipping, and rotations of 90 , 180 , and 270 . Additional transformations involving brightness and contrast adjustments were also applied to simulate varying satellite capture conditions. These operations increased the effective training dataset size while preserving the semantic meaning of the segmented regions.
Following data augmentation, the dataset was reformatted into a structured representation suitable for model training. Images and segmentation masks were stored in paired formats to ensure synchronized loading during training and inference. Large satellite tiles were further subdivided into smaller image patches to reduce memory consumption and satisfy the input size requirements of different segmentation architectures. Metadata associated with each tile was preserved throughout this process to enable later reconstruction of city-scale segmentation outputs and neighborhood-level statistical analysis.

3.3. Model Selection

Ten segmentation models spanning four architectural families were evaluated in this study. Nine models were fine-tuned using the proposed White Land dataset, while one model was evaluated in a zero-shot setting, without dataset-specific fine-tuning. The selection criteria focused on architectural diversity, suitability for remote sensing segmentation tasks, and compatibility with available computational resources.
The first family consists of encoder–decoder architectures. U-Net [34] with a ResNet34 [35] backbone and UNet++ [36] with an EfficientNet-B0 [37] backbone were selected due to their strong ability to preserve spatial detail through skip connections, which is particularly useful for irregular vacant land boundaries.
Also, DeepLabV3+ [38] with a ResNet50 backbone was included because of its Atrous Spatial Pyramid Pooling (ASPP) module, which captures multi-scale contextual information while maintaining feature resolution. The model is also widely adopted in satellite image segmentation literature, making it suitable for comparative evaluation.
In addition, Feature Pyramid Network (FPN) [39] and Path Aggregation Network (PAN) [40], both using ResNet34 backbones, were selected to evaluate alternative multi-scale feature aggregation strategies. These architectures are effective for detecting White Land parcels of varying sizes across urban environments.
For transformer-based segmentation, SegFormer [41] with the MIT-B0 backbone was selected due to its computational efficiency and strong performance in previous vacant land studies, particularly the work of Hu and Zhuang [17]. Transformer architectures are advantageous for capturing long-range contextual dependencies within high-resolution satellite imagery.
Moreover, three YOLO-based segmentation models were also evaluated: YOLOv8-seg [42], YOLO11-seg [43], and YOLO26-seg [44]. These architectures combine object detection mechanisms with segmentation heads, enabling efficient real-time segmentation while maintaining competitive accuracy.
Finally, Meta’s Segment Anything Model 3 (SAM3) [45] was included as a zero-shot baseline. Due to hardware limitations, SAM3 was not fine-tuned on the dataset. Instead, it was run as a concept-prompted baseline: each tile was passed to the model with a single fixed text prompt, “vacant land,” rather than point or box prompts; detections below a confidence score of 0.5 were discarded, and at most 50 instances per tile were kept before merging into a binary mask, to assess how a general-purpose foundation segmentation model performs without domain-specific adaptation.

3.4. Evaluation Metrics

Model performance was evaluated using five primary segmentation metrics: Intersection over Union (IoU), Dice coefficient, Precision, Recall, and Matthews Correlation Coefficient (MCC). These metrics were selected because they provide a balanced evaluation of binary segmentation performance in imbalanced datasets.
First, intersection over Union ( I o U ) was used as the primary evaluation metric. IoU measures the overlap between predicted and ground-truth White Land regions relative to their union:
I o U = Area   of   Overlap Area   of   Union
Second, Dice coefficient measures segmentation similarity while emphasizing overlap between prediction and ground truth:
D i c e   =   2   ×   Area   of   Overlap Area   of   Prediction   +   Area   of   Ground   Truth
Third, precision measures the proportion of predicted White Land pixels that are correctly classified:
P r e c i s i o n   =   T P T P   +   F P
Fourth, recall evaluates the proportion of actual White Land pixels successfully identified by the model:
R e c a l l   =   T P T P   +   F N
Fifth, Matthews Correlation Coefficient (MCC) provides a balanced metric derived from all values of the confusion matrix and remains robust under class imbalance:
M C C   =   T P   ×   T N     F P   ×   F N ( T P   +   F P )   ( T P   +   F N )   ( T N   +   F P )   ( T N   +   F N )
Pixel accuracy was not considered a primary metric because the dataset is dominated by non-White Land pixels, which can artificially inflate accuracy values. IoU, Dice, Precision, Recall, and MCC provide a more reliable assessment of White Land segmentation performance.
Additional metrics such as F1-score, specificity, balanced accuracy, pixel AP, pixel AUROC, mean IoU, and frequency-weighted IoU were monitored during training but omitted from the final evaluation since they provided limited additional insight for the binary segmentation task.

4. Results and Discussion

This section presents the experimental results obtained from the proposed White Land detection framework and analyzes the performance of the evaluated segmentation models. First, the selected hyperparameter configurations and training settings are discussed. Next, the segmentation accuracy of all models is compared using multiple evaluation metrics on the held-out test set, followed by a computational analysis of training and inference efficiency. The section then demonstrates the practical deployment of the proposed framework through the TerraVision application and concludes with a discussion of the observed limitations and challenges.

4.1. Hyperparameter Settings

All nine finetuned models were trained using a unified training pipeline to ensure fair comparison across architectures. Hyperparameters, the configuration settings that control how a model is trained, such as learning rate, batch size, and training duration, are discussed below. The main hyperparameters varied during experimentation were tile size and tile overlap, while all other settings remained fixed. Five tile sizes were evaluated: 256, 384, 512, 768, and 1024 pixels, each a multiple of 32 to match the stride of the encoder downsampling path used by the evaluated architectures. Because the effect of tile size and overlap on segmentation performance is not established for this task and imagery type, both were swept across a range of values rather than fixed to a single setting drawn from prior work. The range spans from small patches, which increase spatial detail and the number of training samples, to near full-tile inputs, which preserve broader spatial context but increase GPU memory consumption per training step; 1024 pixels represents a practical upper bound given the GPU memory available for this study (Section 4.3). Three overlap ratios were tested: 0.125, 0.25, and 0.375, spanning a similar range from minimal to substantial redundant coverage at tile borders. Each model was therefore trained on 15 different tile size and overlap combinations. Edge-aware tiling was applied to ensure complete image coverage without dropping border pixels.
The SMP-based models (U-Net, UNet++, DeepLabV3+, FPN, and PAN) and SegFormer were trained using the AdamW optimizer with a learning rate of 1 × 10 4 and weight decay of 1 × 10 4 . A cosine annealing learning-rate scheduler and a combined Binary Cross-Entropy and Dice loss function were used; Cross-Entropy loss measures how far the model’s predicted class probabilities are from the correct label at each pixel, penalizing confident incorrect predictions more heavily. Training was performed for a maximum of 100 epochs with early stopping patience set to 15 epochs. The YOLO-based segmentation models were trained using the Ultralytics framework with default optimizer and scheduler settings. Training was limited to 300 epochs, a higher ceiling than the 100 used for the SMP and SegFormer models, reflecting the YOLO framework’s different training dynamics and lower per-epoch cost, with the same early stopping strategy; in practice, training ended earlier once validation IoU stopped improving, so 300 is an upper bound rather than a fixed target.
For each model, the configuration achieving the highest validation IoU was selected as the final model. Figure 3 shows the best configuration and validation IoU for each of the nine finetuned models; these are validation-set results used for model and configuration selection, whereas Table 2 reports the corresponding test-set results. All experiments used a fixed dataset split of 70%, 10%, and 20% for training, validation, and testing, respectively, with a fixed random seed applied throughout the pipeline to ensure experimental reproducibility and fair model comparison. The split is performed at the level of the 80 annotated source tiles, prior to subdivision into training patches, and the pipeline includes an explicit check confirming that the training, validation, and test tile sets are pairwise disjoint; patches are then generated independently within each split, so no patch in the test set originates from a tile used in training or validation.

4.2. Performance Analysis

This subsection evaluates the performance of the ten segmentation models on the held-out 20% test set. Each model was evaluated using its best-performing configuration selected during the validation sweep. During inference, all models used non-overlapping tiles.
The semantic segmentation models (U-Net, UNet++, DeepLabV3+, FPN, PAN, and SegFormer) and SAM3 generate pixel-level probability maps, which were thresholded at 0.5 to produce binary segmentation masks. The YOLO-based models generate instance masks that were merged into a single binary mask per tile before evaluation. All models were assessed using the same five metrics mentioned before. As Table 2 shows, the six finetuned semantic segmentation models achieved consistently high performance, with IoU scores ranging between 0.94 and 0.96. SegFormer achieved the best overall performance with an IoU of 0.9563 and an MCC of 0.9027, though by a small margin over FPN and PAN across most evaluation metrics. FPN and PAN also demonstrated the effectiveness of multi-scale feature aggregation for White Land segmentation. Furthermore, SAM3 achieved an IoU of 0.9281 despite operating in a zero-shot setting without finetuning on the proposed dataset. Although its performance was lower than the finetuned semantic models, the results demonstrate the strong generalization capabilities of large foundation segmentation models. The reference masks used for training and evaluation represent a visual and manual interpretation of White Land based on satellite imagery; they do not necessarily correspond to a parcel’s official legal classification under zoning, ownership, and registered development status, a distinction discussed further in Section 4.5.
On the other hand, the YOLO-based segmentation models produced lower overall performance compared to the semantic segmentation architectures. YOLOv8-seg achieved the highest IoU among the YOLO family at 0.8545, while YOLO26-seg obtained the lowest overall performance with an IoU of 0.7211. The reduced performance suggests that detection-first segmentation architectures are less suitable for precise pixel-level White Land delineation compared with segmentation-first architectures.
To further analyze pixel-level prediction behavior, Figure 4 presents the normalized confusion matrices for all models. The semantic segmentation models exhibited consistently low false-positive and false-negative rates, while the YOLO-based models showed noticeably larger error regions. Among the YOLO models, YOLOv8-seg produced the largest false-positive area, whereas YOLO26-seg produced the largest false-negative area, missing a substantial portion of actual White Land pixels.
Overall, the results demonstrate that transformer-based and encoder–decoder semantic segmentation models are highly effective for large-scale White Land detection in high-resolution satellite imagery. In particular, SegFormer provided the best balance between precision, recall, and spatial segmentation quality across the benchmark.

4.3. Computational Analysis

This subsection evaluates the computational efficiency of the evaluated models in terms of training and inference time. Training and inference were measured separately because they were conducted on different hardware configurations. The SMP-based models (U-Net, UNet++, DeepLabV3+, FPN, and PAN) and SegFormer were trained on a workstation equipped with two NVIDIA RTX 4090 GPUs (24 GB VRAM each) using PyTorch 2.1.0 data parallelism. The YOLO-based models were trained on a separate workstation with a single NVIDIA RTX 4080 SUPER (16 GB VRAM). Inference for all models was performed on a third machine using a single NVIDIA RTX 3080 GPU (10 GB VRAM). Due to these hardware differences, training times between the SMP/SegFormer models and the YOLO models should not be compared directly.
Among the semantic segmentation models, FPN and PAN achieved the shortest training times, requiring approximately two hours each as Table 3 shows. UNet++ and SegFormer required longer training durations due to their more computationally intensive architectures. SegFormer recorded the highest training cost among the semantic models at approximately 5.3 h. The YOLO-based models showed large variation in training time. YOLOv8-seg trained the fastest at 1.8 h, while YOLO26-seg required 8.6 h. Although YOLOv8-seg had the shortest training time overall, the YOLO family generally exhibited higher inference costs compared with the semantic segmentation models.
Inference results showed a clear efficiency advantage for the semantic segmentation architectures. FPN, PAN, and DeepLabV3+ completed inference on the full test set in under 10 s, while all semantic models completed evaluation in less than 18 s. In contrast, the YOLO models required between 69 and 84 s due to additional operations such as object detection, non-maximum suppression, which removes duplicate overlapping detections and keeps only the most confident one, and instance-mask processing. SAM3 produced the slowest inference time at 92.4 s despite operating in a zero-shot setting. The large size of the foundation model significantly increased computational cost during inference.
Overall, the semantic segmentation models provided the best balance between segmentation accuracy and computational efficiency. The YOLO models demonstrated higher computational overhead during both training and inference, while SAM3, although competitive in accuracy, was computationally expensive for large-scale deployment scenarios.

4.4. TerraVision Application

To demonstrate the practical applicability of the proposed framework, the segmentation pipeline was integrated into a real-world web application named TerraVision. The application serves as a visualization and decision-support platform that allows municipalities, urban planners, developers, investors, and researchers to explore and analyze White Land distribution across Riyadh.
The front-end and presentation layer were designed to make the system intuitive, interactive, and accessible to both technical and non-technical users. The application was developed using the ArcGIS platform to provide responsive GIS-based visualization with bilingual support in both Arabic and English. The platform combines satellite imagery, segmentation outputs, and spatial statistics into a unified interface for large-scale urban analysis. The home page provides an overview of the system and presents dynamically generated statistics related to mapped regions and White Land percentages. These statistics are computed directly from the processed segmentation outputs, allowing users to quickly understand the spatial distribution of vacant land without manually inspecting raw datasets.
The core functionality of TerraVision is provided through an interactive GIS map interface. Predicted White Land regions are displayed as polygon layers over high-resolution satellite imagery, enabling users to visually inspect undeveloped urban areas. Selecting a polygon opens an information panel containing additional attributes such as land area, perimeter, and associated neighborhood. This improves usability and allows the platform to function as more than a static visualization tool.
By integrating the proposed segmentation framework into a deployable GIS application, TerraVision demonstrates how machine learning-based White Land detection can support real-world urban planning and land-monitoring workflows. Figure 5 shows sample screenshots from the TerraVision front–end interface.

4.5. Discussion

The benchmark results support the hypothesis that machine learning models trained on high-resolution satellite imagery are an effective approach for White Land detection. The six finetuned semantic segmentation models achieved IoU scores between 0.94 and 0.96 on the held-out test set, demonstrating strong agreement between predicted and ground-truth masks. Among all evaluated models, SegFormer achieved the best performance with an IoU of 0.9563, indicating that transformer-based architectures are highly effective for large-scale urban segmentation tasks. Because the IoU differences among the top three models, SegFormer, FPN, and PAN, are small, formal significance testing between them, such as bootstrap confidence intervals, is left to future work.
Despite the strong quantitative results, qualitative inspection revealed several recurring failure modes. The models occasionally misclassified cultivated areas, particularly palm tree farms, as White Land due to similarities in texture and sparse vegetation patterns. Large building rooftops were also sometimes classified as vacant land because of their visual resemblance to compacted soil surfaces. In addition, undevelopable areas such as highway interchange gaps were identified as White Land since the models relied purely on visual appearance without contextual land-use information. Figure 6 illustrates several representative examples of the misclassification cases observed in the model predictions.
These observations highlight an important limitation of purely image-based segmentation. The models identify visually vacant regions but cannot determine whether a parcel is legally or practically developable. Integrating cadastral information, zoning regulations, and parcel boundaries would therefore be essential for real-world deployment. Parcel-level postprocessing could also reduce several observed false positives by filtering predictions using official land ownership and land-use records. Validation of the visual reference masks against the official cadastral registry maintained by the Ministry of Municipalities and Housing (MOMAH) was outside the scope of the present dataset construction and is identified as a priority for future work. The 80 annotated tiles were also selected through simple random sampling, without stratification by urban typology, density, or central-versus-peripheral location; future work should evaluate stratified sampling across these dimensions to strengthen generalization claims across Riyadh’s urban fabric.
Overall, the results demonstrate that semantic segmentation provides a practical and scalable solution for automated White Land monitoring. However, additional integration with municipal spatial data and broader geographic evaluation would be necessary before deploying the system as a fully automated urban planning tool.

5. Conclusions

This study evaluated the use of machine learning and semantic segmentation models for automated White Land detection in Riyadh using high-resolution satellite imagery. The results demonstrate that semantic segmentation is an effective and scalable approach for detecting vacant urban land at the city scale.
Six finetuned semantic segmentation models achieved strong performance, with IoU scores ranging between 0.94 and 0.96 on the held-out test set. SegFormer achieved the highest performance with an IoU of 0.9563, while the zero-shot SAM3 model also produced competitive results without dataset-specific fine-tuning. In contrast, the YOLO-based models achieved lower accuracy and higher computational cost, making them less suitable for dense pixel-level segmentation in this application.
The proposed framework supports preliminary remote-sensing screening for White Land monitoring, consistent with the goals of Saudi Arabia’s amended White Land Fees Law. Direct implementation of the law would additionally require cadastral information, zoning regulations, parcel boundaries, and ownership records not yet part of the system. Future work should focus on integrating cadastral and land-use data, improving robustness against challenging visual cases, and evaluating the framework on additional cities and time periods.

Author Contributions

Conceptualization: M.A.; Methodology: M.A.; Software Development & Experiments: N.A., R.A., I.A., F.A. and O.A.; Data Curation & Pre-processing: N.A., R.A., I.A., F.A. and O.A.; Formal Analysis & Interpretation: M.A., N.A., R.A., I.A., F.A. and O.A.; Writing—Original Draft: M.A., N.A., R.A., I.A., F.A. and O.A.; Writing—Review & Editing: M.A.; Supervision: M.A.; Funding Acquisition: M.A. All authors have read and agreed to the published version of the manuscript.

Funding

This research is funded by the Ongoing Research Funding Program (ORF-2026-1225), King Saud University, Riyadh, Saudi Arabia.

Data Availability Statement

The data that support the findings of this work are available from the corresponding author upon reasonable request.

Acknowledgments

The authors extend their appreciation to King Saud University for funding this research through Ongoing Research Funding Program (ORF-2026-1225), King Saud University, Riyadh, Saudi Arabia.

Conflicts of Interest

The authors declare no competing interests.

References

  1. Balsas, C.J.L.; Piracha, A. Strategic planning for urban sustainability. Land 2025, 14, 1458. [Google Scholar] [CrossRef]
  2. GASTAT. Population Growth Report. Available online: https://database.stats.gov.sa/home/report/132 (accessed on 5 May 2026).
  3. Royal Decree No. (M/244) Approving Amendments to the White Land Fee Law (Issue 5086). Umm al-Qura—Official Gazette of Saudi Arabia. 12 May 2025. Available online: https://uqn.gov.sa/ (accessed on 5 May 2026).
  4. Pagano, M.A.; Bowman, A.O. Vacant Land in Cities: An Urban Resource; Brookings Institution, Center on Urban and Metropolitan Policy: Washington, DC, USA, 2000; Available online: https://www.brookings.edu/wp-content/uploads/2016/06/paganofinal.pdf (accessed on 5 May 2026).
  5. Xu, S.; Ehlers, M. Automatic detection of urban vacant land: An open-source approach for sustainable cities. Comput. Environ. Urban Syst. 2022, 91, 101729. [Google Scholar] [CrossRef]
  6. Kim, G.; Miller, P.A.; Nowak, D.J. Urban vacant land typology: A tool for managing urban vacant land. Sustain. Cities Soc. 2018, 36, 144–156. [Google Scholar] [CrossRef]
  7. Newman, G.D.; Bowman, A.O.; Lee, R.J.; Kim, B. A current inventory of vacant urban land in America. J. Urban Des. 2016, 21, 302–319. [Google Scholar] [CrossRef]
  8. New System|White Land Fees. Available online: https://idlelands.momah.gov.sa/ar/node/45130 (accessed on 5 May 2026).
  9. Executive Regulations for the White Land Fees System. Available online: https://laws.boe.gov.sa/BoeLaws/Laws/LawDetails/d4ae4834-f19a-48b5-8577-a9a700f21e14/1 (accessed on 5 May 2026).
  10. Executive Regulations for White Land Fees After Amendments|White Land Fees. Available online: https://idlelands.momah.gov.sa/ar/guide/64486 (accessed on 5 May 2026).
  11. Esri. ArcGIS Online; Esri: Redlands, CA, USA, 2024; Available online: https://www.arcgis.com (accessed on 5 May 2026).
  12. Sobe, C.; Hirschmugl, M.; Wimmer, A. Sentinel-2 time series analysis for identification of underutilized land in europe. Remote Sens. 2021, 13, 4920. [Google Scholar] [CrossRef]
  13. Karim, M.; Deng, J.; Ayoub, M.; Dong, W.; Zhang, B.; Yousaf, M.S.; Bhutto, Y.A.; Ishfaque, M. Improved cropland abandonment detection with deep learning vision transformer (DL-ViT) and multiple vegetation indices. Land 2023, 12, 1926. [Google Scholar] [CrossRef]
  14. Sun, Y.; Hu, H.; Han, Y.; Wang, Z.; Zheng, X. Large-Scale Automatic Identification of Industrial Vacant Land. ISPRS Int. J. Geo-Inf. 2023, 12, 409. [Google Scholar] [CrossRef]
  15. Faraj, J.I.; Mahmood, F.H. Extraction of Vacant Lands for Baghdad City Using Two Classification Methods of Very High Resolution Satellite Images. Iraqi J. Sci. 2018, 59, 2336–2342. [Google Scholar]
  16. Andriani, W.; Fatkhurrohman, F.; Gunawan, G. Identification of vacant land in Tegal Regency using cnn algorithm based on goolge earth imagery. J. Intell. Decis. Support Syst. IDSS 2024, 7, 146–154. [Google Scholar] [CrossRef]
  17. Hu, X.; Zhuang, S. Large-Scale Spatial–Temporal Identification of Urban Vacant Land and Informal Green Spaces Using Semantic Segmentation. Remote Sens. 2024, 16, 216. [Google Scholar] [CrossRef]
  18. Cheng, X.; Yang, J.; Li, B.; Zhao, B.; Pan, D.; Shen, Z.; Zhu, Q.; Liu, M. Enhancing Urban Land Utilization Through SegFormer: A Vacant Land Analysis in Chengdu. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2025, 18, 6070–6085. Available online: https://ieeexplore.ieee.org/abstract/document/10873816/ (accessed on 5 November 2025). [CrossRef]
  19. Yang, Y.; Wu, Z.; Xiao, W.; Zhou, Y.N.; Huang, Q.; Wu, T.; Luo, J.; Wang, H. Abandoned land mapping based on spatiotemporal features from PolSAR data via deep learning methods. Remote Sens. 2023, 15, 3942. [Google Scholar] [CrossRef]
  20. Natykin, M.V.; Morozov, A.S.; Starikov, V.A.; Mityagin, S.A. A method for automatically identifying vacant area in the current urban environment based on open source data. Procedia Comput. Sci. 2023, 229, 91–100. [Google Scholar] [CrossRef]
  21. Guo, W.; Xu, C.; Jin, S. Fusion of satellite and street view data for urban traffic accident hotspot identification. Int. J. Appl. Earth Obs. Geoinf. 2024, 130, 103853. [Google Scholar] [CrossRef]
  22. Xiao, Y.; Yuan, Q.; He, J.; Zhang, L. Remote sensing image super-resolution via cross-scale hierarchical transformer. Geo-Spat. Inf. Sci. 2024, 27, 1914–1930. [Google Scholar] [CrossRef]
  23. Bezerra, E.; Mafalda, S.; Alvarez, A.B.; Uman-Flores, D.A.; Perez-Torres, W.I.; Palomino-Quispe, F. A cloud coverage image reconstruction approach for remote sensing of temperature and vegetation in Amazon rainforest. Appl. Sci. 2023, 13, 12900. [Google Scholar] [CrossRef]
  24. Ma, D.; Wu, R.; Xiao, D.; Sui, B. Cloud removal from satellite images using a deep learning model with the cloud-matting method. Remote Sens. 2023, 15, 904. [Google Scholar] [CrossRef]
  25. Hacıefendioğlu, K.; Başağa, H.B.; Kahya, V.; Özgan, K.; Altunışık, A.C. Automatic detection of collapsed buildings after the 6 February 2023 Türkiye earthquakes using post-disaster satellite images with deep learning-based semantic segmentation models. Buildings 2024, 14, 582. [Google Scholar] [CrossRef]
  26. Anaraki, N.R.; Tahmasbi, M.; Kheradpisheh, S.R. Detecting Cadastral Boundary from Satellite Images Using U-Net model. arXiv 2025, arXiv:2502.11044. [Google Scholar] [CrossRef]
  27. Tseng, G.; Cartuyvels, R.; Zvonkov, I.; Purohit, M.; Rolnick, D.; Kerner, H. Lightweight, Pre-Trained Transformers for Remote Sensing Timeseries. arXiv 2024, arXiv:2304.14065. [Google Scholar] [CrossRef]
  28. Chen, H.; Qi, Z.; Shi, Z. Remote sensing image change detection with transformers. IEEE Trans. Geosci. Remote Sens. 2021, 60, 5607514. [Google Scholar] [CrossRef]
  29. Zou, S.; Wang, L. Individual vacant house detection in very-high-resolution remote sensing images. Ann. Am. Assoc. Geogr. Taylor Fr. J. 2020, 110, 449–461. [Google Scholar]
  30. Jamil, A.; Al-Shareef, A.; Al-Thubaiti, A. Classifications of satellite imagery for identifying urban area structures. Adv. Remote Sens. 2020, 9, 12. [Google Scholar] [CrossRef][Green Version]
  31. Aguilar, M.A.; Jiménez-Lao, R.; Aguilar, F.J. Assessment of Stereo-extracted DSM from WorldView-3 over Different Land Covers Depending on the Imaging Geometry. ISPRS Ann. Photogramm. Remote Sens. Spat. Inf. Sci. 2022, 2, 31–38. [Google Scholar] [CrossRef]
  32. Esri. Modern Remote Sensing and Image Analysis. Esri Technical Presentations. 2021. Available online: https://www.esri.com/content/dam/esrisites/en-us/media/misc/modern-remote-sensing-and-image-analysis-presentation-slides.pdf (accessed on 16 May 2026).
  33. Namaa GIS. Namaa GIS REST Services. Kharetat Alenmaa. 2026. Available online: https://namaa-gis.kharetatalenmaa.sa/server/rest/services (accessed on 16 May 2026).
  34. Ronneberger, O.; Fischer, P.; Brox, T. U-Net: Convolutional Networks for Biomedical Image Segmentation. arXiv 2015, arXiv:1505.04597. [Google Scholar] [CrossRef]
  35. He, K.; Zhang, X.; Ren, S.; Sun, J. Deep Residual Learning for Image Recognition. arXiv 2015, arXiv:1512.03385. [Google Scholar] [CrossRef]
  36. Zhou, Z.; Siddiquee, M.M.R.; Tajbakhsh, N.; Liang, J. UNet++: Redesigning Skip Connections to Exploit Multiscale Features in Image Segmentation. arXiv 2019, arXiv:1912.05074. [Google Scholar] [CrossRef]
  37. Tan, M.; Le, Q.V. EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks. arXiv 2019, arXiv:1905.11946. [Google Scholar] [CrossRef]
  38. Chen, L.-C.; Zhu, Y.; Papandreou, G.; Schroff, F.; Adam, H. Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation. arXiv 2018, arXiv:1802.02611. [Google Scholar] [CrossRef]
  39. Lin, T.-Y.; Dollár, P.; Girshick, R.; He, K.; Hariharan, B.; Belongie, S. Feature Pyramid Networks for Object Detection. arXiv 2016, arXiv:1612.03144. [Google Scholar] [CrossRef]
  40. Li, H.; Xiong, P.; An, J.; Wang, L. Pyramid Attention Network for Semantic Segmentation. arXiv 2018, arXiv:1805.10180. [Google Scholar] [CrossRef]
  41. Xie, E.; Wang, W.; Yu, Z.; Anandkumar, A.; Alvarez, J.M.; Luo, P. SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers. arXiv 2021, arXiv:2105.15203. [Google Scholar] [CrossRef]
  42. Ultralytics. Explore Ultralytics YOLOv8. Available online: https://docs.ultralytics.com/models/yolov8/ (accessed on 6 May 2026).
  43. Ultralytics. Ultralytics YOLO11. Available online: https://docs.ultralytics.com/models/yolo11/ (accessed on 6 May 2026).
  44. Ultralytics. Ultralytics YOLO26. Available online: https://docs.ultralytics.com/models/yolo26/ (accessed on 6 May 2026).
  45. Carion, N.; Gustafson, L.; Hu, Y.T.; Debnath, S.; Hu, R.; Suris, D.; Ryali, C.; Alwala, K.V.; Khedr, H.; Huang, A.; et al. SAM 3: Segment Anything with Concepts. arXiv 2025, arXiv:2511.16719. [Google Scholar] [CrossRef]
Figure 1. An overview of the proposed TerraVision framework for large-scale White Land detection, illustrating the complete pipeline from satellite image acquisition and preprocessing to the dashboard-based visualization and analysis.
Figure 1. An overview of the proposed TerraVision framework for large-scale White Land detection, illustrating the complete pipeline from satellite image acquisition and preprocessing to the dashboard-based visualization and analysis.
Land 15 01271 g001
Figure 2. Two sample satellite image tiles acquired over Riyadh (left) and their corresponding ground-truth segmentation masks (right) following manual annotation.
Figure 2. Two sample satellite image tiles acquired over Riyadh (left) and their corresponding ground-truth segmentation masks (right) following manual annotation.
Land 15 01271 g002
Figure 3. Best tile size and overlap per model, ranked by validation IoU. Each bar shows the highest validation IoU achieved by that model across the 15 (tile size, overlap) combinations tested in the sweep, along with the configuration that produced it.
Figure 3. Best tile size and overlap per model, ranked by validation IoU. Each bar shows the highest validation IoU achieved by that model across the 15 (tile size, overlap) combinations tested in the sweep, along with the configuration that produced it.
Land 15 01271 g003
Figure 4. Normalized confusion matrices for all evaluated models on the test set, shown as percentages of total pixels.
Figure 4. Normalized confusion matrices for all evaluated models on the test set, shown as percentages of total pixels.
Land 15 01271 g004
Figure 5. Sample screenshots from the TerraVision application. (a) shows the homepage of the platform, (b) presents the district-level dashboard containing statistics such as district area, White Land area, and White Land percentage, and (c) shows the detailed information panel displayed when selecting a specific White Land parcel on the interactive map.
Figure 5. Sample screenshots from the TerraVision application. (a) shows the homepage of the platform, (b) presents the district-level dashboard containing statistics such as district area, White Land area, and White Land percentage, and (c) shows the detailed information panel displayed when selecting a specific White Land parcel on the interactive map.
Land 15 01271 g005
Figure 6. Representative failure cases observed in the segmentation results: (case 1) cultivated land misclassified as White Land, (case 2) building rooftops incorrectly identified as vacant land, and (case 3) undevelopable highway interchange areas predicted as White Land.
Figure 6. Representative failure cases observed in the segmentation results: (case 1) cultivated land misclassified as White Land, (case 2) building rooftops incorrectly identified as vacant land, and (case 3) undevelopable highway interchange areas predicted as White Land.
Land 15 01271 g006
Table 1. Summary of related work in vacant land detection and remote sensing applications.
Table 1. Summary of related work in vacant land detection and remote sensing applications.
Ref.Research AreaStudy AreaData SourceMethodPerformance
[12]underutilized landGermany, Romania, Ukraine, Hungary, Italy, and SpainSentinel-2Random Forest88–96% Accuracy
[13]Cropland abandonmentChinaGF-6, GF-2, and CBERS-4Vision Transformer (ViT)94% Accuracy
[5]Vacant landGermanyUrban Atlas and OpenStreetMapRule-based approach96.3% Accuracy
[14]Industrial vacant landChinaSentinel-2HRNet97.84% Accuracy
[15]Vacant landIraqGeoEye-1Minimum Distance + Maximum Likelihood15% Accuracy
[16]Vacant landIndonesiaGoogle EarthCNN82.14% Accuracy
[17]Vacant landChinaBigemap imagerySegFormer72.77% Accuracy
[19]Abandoned agricultural landChinaSentinel-1 PolSARVGG16 + LSTM84.03% Accuracy
[18]Urban vacant landChinaGoogle EarthModified SegFormer87% IoU
[21]Accident hotspotChinaGoogle Earth and BaiduDual-Branch Fusion Network93.7% Accuracy
[29]Vacant houseUSAOrthoimagesRandom Forest31–43% Accuracy
[27]Crop segmentationGlobalSentinel-1/2Presto Transformer95% Accuracy
[25]Earthquake damageTurkeyMaxarU-Net, FPN, PSPNet, LinkNet97.3% Accuracy
[26]Farmland boundary extractionIranGoogle Earth and UAV imageryU-Net81% F1-score
[30]urban mappingSaudi ArabiaGeoEye-1Object- and pixel-based classification91% Accuracy
Table 2. Test-set performance comparison across all evaluated models. Best values for each metric are shown in bold.
Table 2. Test-set performance comparison across all evaluated models. Best values for each metric are shown in bold.
ModelIoUDicePrecisionRecallMCC
SegFormer (MiT-B0)0.95630.97770.98100.97430.9027
FPN (ResNet34)0.94900.97380.98500.96290.8898
PAN (ResNet34)0.94800.97330.97540.97120.8831
DeepLabV3+ (ResNet50)0.94410.97120.98250.96030.8789
U-Net (ResNet34)0.94000.96910.97950.95880.8692
UNet++ (EfficientNet-B0)0.93990.96900.97890.95940.8687
SAM3 (zero-shot)0.92810.96270.96510.96030.8370
YOLOv8-seg0.85450.92150.89160.95350.6178
YOLO11-seg0.84650.91680.93730.89720.6613
YOLO26-seg0.72110.83800.95410.74710.5350
Table 3. Training and inference times for all evaluated models. The best (lowest) value in each column is shown in bold.
Table 3. Training and inference times for all evaluated models. The best (lowest) value in each column is shown in bold.
ModelTraining Time (s)Training Time (h)Inference Time (s)
SegFormer (MiT-B0)19,0405.310.0
FPN (ResNet34)70111.96.5
PAN (ResNet34)72982.06.7
DeepLabV3+ (ResNet50)10,0172.89.4
U-Net (ResNet34)10,9763.015.9
UNet++ (EfficientNet-B0)14,6424.117.1
SAM3 (zero-shot)92.4
YOLOv8-seg66201.869.5
YOLO11-seg22,3346.273.3
YOLO26-seg30,9048.684.4
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Alfarhood, M.; Alkhalifa, N.; Abahussain, R.; Almandah, I.; Alabdan, O.; Alhussayen, F. Machine Learning-Based Detection of White Lands in Riyadh from Satellite Data. Land 2026, 15, 1271. https://doi.org/10.3390/land15071271

AMA Style

Alfarhood M, Alkhalifa N, Abahussain R, Almandah I, Alabdan O, Alhussayen F. Machine Learning-Based Detection of White Lands in Riyadh from Satellite Data. Land. 2026; 15(7):1271. https://doi.org/10.3390/land15071271

Chicago/Turabian Style

Alfarhood, Meshal, Nawaf Alkhalifa, Rayyan Abahussain, Ibrahim Almandah, Omar Alabdan, and Faisal Alhussayen. 2026. "Machine Learning-Based Detection of White Lands in Riyadh from Satellite Data" Land 15, no. 7: 1271. https://doi.org/10.3390/land15071271

APA Style

Alfarhood, M., Alkhalifa, N., Abahussain, R., Almandah, I., Alabdan, O., & Alhussayen, F. (2026). Machine Learning-Based Detection of White Lands in Riyadh from Satellite Data. Land, 15(7), 1271. https://doi.org/10.3390/land15071271

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop