Next Article in Journal
Exploring the Contribution of Road Infrastructure and Environmental Factors to Crash Severity at Intersections in Mixed Traffic Settings
Previous Article in Journal
Three-Dimensional Refined Modeling and Mechanical Response Analysis of Tunnel Structure Safety in Karst Areas
Previous Article in Special Issue
Deterioration Modeling of Pavement Performance in Cold Regions Using Probabilistic Machine Learning Method
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

The Impact of Sealed Crack Labeling on Deep Learning Accuracy for Detecting, Segmenting and Quantifying Distresses in Airport Pavements

1
Department of Civil and Environmental Engineering, Politecnico di Milano, Piazza Leonardo da Vinci 32, 20133 Milan, Italy
2
Logistics Command—Infrastructure Service, Air Force, Viale Dell’Università 4, 00185 Rome, Italy
*
Author to whom correspondence should be addressed.
Infrastructures 2025, 10(12), 316; https://doi.org/10.3390/infrastructures10120316
Submission received: 17 October 2025 / Revised: 18 November 2025 / Accepted: 18 November 2025 / Published: 21 November 2025

Abstract

Using deep learning in automated pavement distress detection has shown huge improvements for transport infrastructure, but a noticeable challenge remains in distinguishing sealed cracks from active ones, which are more evident in high-resolution aerial imagery of airport pavements. Misclassifying sealed cracks, an indicator of maintenance intervention, as structural distress leads to false positives that cause overestimation in distress metrics and, ultimately, inaccurate Pavement Condition Index (PCI) scores. This study tries to address this limitation by investigating whether explicitly labeling sealed cracks as a separate class during training can improve model performance. In this regard, aerial orthophotos of taxiways from one selected airport, as a case study, were collected via Unmanned aerial vehicle (UAV) surveys, and three instance segmentation models based on YOLOv11 (version 11 from You Only Look Once family) were trained on different datasets: one excluding sealed cracks (including only longitudinal and transvers cracks), one including sealed cracks without explicit labeling, and one treating sealed cracks as a separate class. Validation against ground-truth field surveys revealed that the model trained with explicit sealed crack annotations achieved significantly lower error rates, with a 56.7% reduction for longitudinal cracks and a 75.2% reduction for transverse cracks with respect to traditional detection methods. This improvement led to fewer false positives and a more reliable quantification of both longitudinal and transverse cracking. The results demonstrate that tailored annotation strategies, which in this study means distinguishing sealed cracks, substantially improve the accuracy of deep learning models for real-world pavement condition assessment.

1. Introduction

Recently, the use of artificial intelligence and, in particular, deep learning, is growing rapidly for pavement condition assessment. In fact, these technologies are assisting the automation of detection, classification, and measurement of pavement surface distresses. Therefore, traditional image processing methods like edge detection, thresholding, and morphological filtering, are gradually being replaced by more advanced approaches. Among these advanced approaches, Convolutional Neural Networks (CNNs) are very reliable due to their ability to learn complex visual patterns directly from labeled datasets.
Recent advancements in pavement monitoring have progressively integrated geospatial, sensing, and artificial intelligence technologies to enhance the accuracy and efficiency of infrastructure maintenance. Early developments focused on geospatial and remote sensing approaches for airport and road pavement management. For instance, Chen et al. [1] introduced a GPS-based platform (SHAPMS) for optimizing pavement data collection and maintenance strategies in the Shanghai Airport Pavement Management System. Similarly, Habib et al. [2] developed an innovative LiDAR-based Mobile Mapping System capable of providing precise real-time measurements, while Lima et al. [3] demonstrated the benefits of combining GPS and laser scanning for automated pavement inspections, achieving faster and more consistent results than traditional methods. Other studies emphasized geodetic-based monitoring, such as Kovačič et al. [4], who proposed a runway management model capable of detecting deformations using geodetic measurements. More recently, the deployment of unmanned aerial vehicles (UAVs) and advanced imaging systems has expanded data acquisition capabilities; for example, Pietersen et al. [5] employed a drone-based computer vision approach using convolutional neural networks (CNNs) to detect pavement defects with improved accuracy.
Building upon these foundations, the focus of research has increasingly shifted toward deep learning-based distress detection and segmentation. Malekloo et al. [6] leveraged artificial intelligence models applied to dashcam footage for pavement distress classification, while Mei et al. [7] utilized a densely connected deep neural network to achieve automatic crack detection from smartphone and vehicle-mounted camera imagery. Further improvements in detection accuracy have been achieved through object detection frameworks such as YOLO and Faster R-CNN. Zhu et al. [8], for example, compared UAV-based datasets using YOLOv3, YOLOv4, and Faster R-CNN, showing YOLOv3’s superior performance at the time for pavement defect classification. With the evolution of the YOLO family, Zhang et al. [9] demonstrated that YOLOv8 could achieve 74% accuracy in detecting and segmenting linear cracks in infrastructure imagery, confirming the effectiveness of modern instance segmentation techniques.
Despite these advancements, the issue of distinguishing sealed cracks from active cracks remains a critical challenge. Sealed cracks often exhibit similar visual characteristics to active cracks, particularly in aerial imagery, which can lead to false positives and inaccuracies in key maintenance metrics such as the Pavement Condition Index (PCI). Early attempts to address this issue relied on traditional image-processing approaches. Kamaliardakani et al. [10] proposed one of the first algorithms for sealed crack detection using heuristic thresholding and morphological post-processing, achieving good accuracy under variable lighting but struggling with low-contrast textures and limited scalability. Later, deep learning-based methods began explicitly modeling sealed cracks as distinct classes. Zhang et al. [11] proposed a CNN-based framework capable of separating sealed from active cracks with high precision, though it was limited to ground-level imagery. Huyan et al. [12] advanced this concept by introducing CrackDN, a Faster R-CNN variant that maintained high detection accuracy under varied conditions. Similarly, Shang et al. [13] designed SCNet, a dual-branch network that learns separate representations for sealed and active cracks, significantly reducing misclassification. Yang et al. [14] enhanced U-Net architecture by adding sealed cracks as a separate semantic class, achieving superior performance in distinguishing between crack types. Hoang et al. [15] combined deep learning with image processing for improved segmentation of sealed regions, while Yuan et al. [16] introduced a lightweight YOLOv5-based framework that explicitly recognized sealed cracks as a unique class, improving precision and recall compared to baseline models.
Collectively, these studies highlight the rapid technological progress from geospatial data acquisition to deep learning-based damage recognition. However, few investigations have directly addressed the accurate detection of sealed cracks in large-scale or aerial datasets, which is crucial for reliable airport pavement condition assessment. The present study aims to bridge this gap by employing an advanced instance segmentation model capable of distinguishing sealed and active cracks from UAV-acquired imagery.
In this regard, two main approaches have emerged: semantic segmentation, which labels every pixel in an image (for example, distinguishing between cracks and background), and object detection or instance segmentation, where cracks are identified and localized as discrete entities. Semantic segmentation models like U-Net and Fully Convolutional Networks (FCNs), perform strongly in capturing fine-grained crack patterns with high spatial resolution [17,18].
At the same time, object detection models, especially those from the YOLO (You Only Look Once) family, as well as two-stage detectors like Faster R-CNN, have been widely adopted for real-time or large-scale pavement inspection due to their speed and efficiency.
Hybrid models (e.g., Mask R-CNN) function as an intermediate approach by combining the advantages of object localization with pixel-level segmentation, which lead to effective capturing of detailed information about the crack (e.g., where and what the crack is). As demonstrated by Perri et al. [19], these approaches have been successfully applied for crack detection, showing suitable performance for different crack morphologies and pavement textures. However, in this field, there remains one overlooked challenge, which is the presence of sealed cracks, a frequent outcome of routine pavement maintenance operations.
Although sealed cracks are visually distinct from active or unsealed cracks, they often resemble them in digital imagery, especially in orthophotos captured by unmanned aerial vehicles (UAVs) or mobile mapping systems. This visual resemblance can induce false positives during model predictions, especially when the training dataset lacks explicit differentiation between sealed and active cracks.
These deep learning models used for semantic or instance segmentation, can sometimes “hallucinate” the results, which means they may detect pavement distress in some areas where none actually exists. One of the possible reasons for this false positive detection is when a model overfits to specific patterns in the training data or misinterprets surface textures. The problem becomes even more noticeable when models try to generalize across a variety of pavement surfaces and sealing patterns without proper guidance from accurately labeled data.
This issue becomes very important in evaluating the Pavement Condition Index (PCI). In fact, if sealed cracks are misclassified as an active crack, it can overestimate distress measurements, leading to an inaccurate PCI score, which can lead to incorrect maintenance decisions. For this reason, distinguishing sealed from normal cracks is necessary not only for the accuracy of classification of pavement distresses but also for ensuring the reliability of pavement maintenance process.
To address this limitation, this study investigates whether training models with explicit labels for sealed cracks, through the adaptation of dedicated semantic masks, can help reduce these false positives and improve overall reliability. The YOLO model employed in this study for instance segmentation is YOLOv11, which detects and segments each distress type with dedicated masks. This approach permits obtaining pixel-level information for each detected object, ensuring both localization and accurate quantification of pavement distresses. To do this, a two-dataset approach is adopted: one dataset includes only active cracks, while the other considers sealed cracks as a separate class. By comparing the performance of models trained on each object and a third model trained on a dataset without any sealed crack included, tour aim is to better understand how sealed crack labeling can improve the reliability of AI-based pavement assessments.

2. Methodology

2.1. AI Model Custom Training

The key steps of the proposed assessment process are presented in Figure 1.
The process starts with image acquisition via UAV surveys from various airports. In total, 160 high resolution images were captured from three different airports at an altitude of 14 m above the pavement’s surface. These images include many types of pavement distresses and sealed linear cracks. Each image was then manually annotated on a web-based platform distinguishing between transverse, longitudinal and sealed cracks with three different dedicated semantic masks. The annotated pictures were then used to create three datasets:
  • DS-A that did not include sealed cracks in the pictures;
  • DS-B that included sealed cracks but not annotated with a dedicated semantic mask;
  • DS-C that included sealed cracks annotated with a dedicated semantic mask.
Each dataset was then preprocessed and augmented with a final 20,768 pictures for DS-A, 24,768 for DS-B and 24,768 DS-C. After the models training with the YOLOv11 architecture was completed, each model was tested on a taxiway where different distresses are present, including sealed linear cracks.
The model operates through three main components: a backbone that extracts features at multiple scales, a neck that combines these features, and a segmentation head that produces pixel-level masks for each crack class. During training, the high-resolution images are divided into 640 × 640 tiles and standard data-augmentation steps (such as rotation, flipping, and small brightness adjustments) are applied to improve robustness. The loss function integrates localization, classification, and mask segmentation terms to guide the model in accurately distinguishing longitudinal, transverse, and sealed cracks. At inference, overlapping tiles are merged and small isolated regions are removed through simple post-processing.

2.2. Data Acquisition and Orthophoto Generation

In this study, the dataset was constructed through a large number of aerial photogrammetric surveys at several Italian Air Force airfields. These surveys were carried out using a lightweight UAV (DJI Mini 3, Da-Jiang Innovations, Shenzhen, China) that captured several hundred high-resolution images (5472 × 3648 pixels) following the pre-defined flight plans. Thanks to the resolution of these images, the crack detection process and pixel-level pavement surface analysis are feasible.
Two separate flight campaigns were conducted at altitudes of 10 m and 20 m above the pavement surface. This approach was adopted to enhance the reliability and precision of the digital model reconstruction of the taxiway. This altitude range was chosen to balance surface coverage with spatial resolution to improve the visibility of both longitudinal and transverse cracks, particularly narrow and low-severity ones that are often left out during conventional surveys. Figure 2 presents some examples of these aerial images captured by a UAV from the studied Italian airports.
The UAV used in this study weighs approximately 250 g and is equipped with an integrated high-resolution camera. Its compact size and low weight allowed for rapid deployment and quick maneuvering, while also ensuring compliance with airspace regulations. This setup enabled data collection to take place near active runways with minimal disruption to the operations.
To ensure that the proposed model can be generalized for real-world practical applications, images were intentionally captured under diverse environmental conditions, including various lighting scenarios (e.g., sunny, cloudy, low-angle light) and mild weather variations (e.g., light winds and moderate humidity). The surveys also covered both runways and taxiways with different surface ages, maintenance background (including the presence of sealed cracks), and textures.
After acquiring all high-resolution imagery over the studied airfields using the lightweight UAV, the dataset was annotated at the pixel level. The annotation process aimed to delineate and classify pavement distresses with high precision, including micro-cracks and low-contrast ones. This level of detail is essential for training the AI model capable of accurate segmentation.
The image annotation process was performed according to three distinct datasets, which were defined for this study, as described in Table 1.
First dataset (DS-A) is dedicated to longitudinal and transverse cracks, excluding the presence of sealed cracks. Second dataset (DS-B) consists of two classes of longitudinal and transverse cracks, including the sealed cracks but without labeling them separately. Finaly, the third dataset (DS-C) consists of three classes of longitudinal, transverse, and sealed linear cracks. For this dataset, transverse, longitudinal and sealed linear cracks were manually labeled to enable the model to distinguish them from other types of cracks. As demonstrated in Table 1, datasets DS-B and DS-C include 4000 additional images featuring sealed cracks coexisting with active cracks within the same frame.
The annotation process is performed through a web-based platform (Roboflow), which enables each distress type to be manually labeled with a dedicated semantic mask and a dedicated color code. Figure 3 illustrates an example of one captured image after being annotated according to the previously defined classes of cracks.
As shown in Figure 3, the transverse cracks were labeled with purple semantic mask, the longitudinal one with red semantic mask and the sealed linear cracks were identified with a yellow semantic mask.

2.3. Network Architecture and Training

The training phase was conducted on a publicly accessible, cloud-based platform (Google Colab PRO) supporting Python (v3.13.2) programming, which is the de facto standard language for AI research and development. This platform provides advanced computational resources, including GPUs with 40 GB of memory and a memory bandwidth of 1.6 TB/s. This high-performance configuration is necessary for rapid and efficient processing of large datasets, accelerating the matrix operations required for training deep convolutional neural networks.
The AI model used for instance segmentation was YOLOv11 in its Extra Large (XL) version. This architecture consists of 379 layers and comprises approximately 62,053,721 parameters and 62,053,705 trainable gradients. This model has the best parameters; its high capacity and performance accuracy make it the best candidate for computer vision tasks like instance segmentation of thin elements such as linear cracks. The models were trained for 25 epochs using images tiled to 640 × 640 pixels, with an average GPU memory usage of 20 GB. The total training time was approximately 2 h, demonstrating the efficiency of the platform in handling high-resolution image data and complex architectures.

3. Models Validation and Results Discussion

To evaluate the performance of the trained models and validate the results, an Italian airport was selected as the case study. This validation phase aims to assess the ability of the three proposed AI models to detect, segment, and quantify pavement distresses under realistic conditions.
A portion of taxiway at this airport was determined for the generation of a set of high-resolution orthophotos via a UAV-based photogrammetric survey. Then, these orthophotos were processed by each of the proposed AI models (DS-A, DS-B, and DS-C).
Finally, the models’ predictions were compared with the results achieved from an on-site inspection, which was carried out by specialized field technicians through traditional methods. These inspections followed the procedures recommended by ASTM D5340, which establishes standard practices for evaluating the Pavement Condition Index (PCI) through visual surveys conducted directly on the pavement surface.
By cross-referencing AI outputs with both the photogrammetric ground truth and field survey data, it is possible to quantify key performance metrics, such as over-segmentation (false positives—Hallucinations), under-segmentation (false negatives—Cracks Missed), and overall error rate/index for both longitudinal and transverse cracking. The steps of validation process are explained in detail in the following Sub-chapters.

3.1. Taxiway Survey and Orthophoto Generation

The survey was conducted on the taxiway of an Italian airport. The width and length of this taxiway are 15 m and 800 m, respectively. The taxiway is paved with asphalt concrete. The pavement section, which was selected for the survey, had been in service for over 30 years and had not undergone full-scale rehabilitation and maintenance interventions in recent years. The presence of numerous sealed cracks, combined with the absence of recent interventions, made this area suitable for evaluating the performance of deep learning models in detecting and distinguishing between active and sealed distresses.
Since the selected airport is situated in northeastern Italy, the site is subject to significant climatic variability, with winter temperatures dropping below −10 °C and summer peaks exceeding +35 °C. These extreme seasonal fluctuations impose considerable mechanical and thermal stress on the pavement layers, which can lead to development and progression of cracking phenomena, particularly transverse cracks (due to their thermal entity). Therefore, selecting this case study can offer a realistic and demanding operational environment for model validation.
Image acquisition was performed via a lightweight UAV flying at low altitude, to ensure high spatial resolution and consistent coverage across the entire surface. Approximately 600 overlapping images were captured at a flight altitude of 14 m, following a pre-programmed grid mission that optimized both image distribution and photogrammetric reconstruction quality.
Each image was captured with a resolution of 5472 × 3648 pixels, enabling the identification of fine surface discontinuities. To enhance the geometric accuracy of the orthophoto reconstruction, a series of Ground Control Points (GCPs) were placed along the taxiway as targets (see Figure 4a). These white and red markers, each measuring 30 × 30 cm, were positioned every 25 m on both sides of the pavement. Their coordinates were precisely georeferenced using a high-accuracy GPS system (see Figure 4b), providing stable visual references to improve the spatial reliability of the resulting orthomosaic.
The imagery collected was then processed using advanced photogrammetric techniques to generate high-resolution, georeferenced orthophotos of the pavement surface (see Figure 5). A forward overlap of 80%, the value usually implemented in aero photogrammetric survey and flat areas, was maintained between consecutive images to ensure sufficient data redundancy and to facilitate accurate tie-point extraction.
The orthophotos generated through this process, each with a resolution of 4000 × 4000 pixels, corresponded to real-world surface areas of approximately 20 × 20 m. An example of these orthophotos is presented in Figure 6.
These high-resolution orthophotos provided a continuous and detailed visual representation of the taxiway surface, which is the fundamental input layer for the AI-driven crack detection, segmentation, and classification tasks. Each orthophoto was treated as a discrete sample unit, in accordance with the guidelines outlined in ASTM D5340 [20], which recommends evaluating pavement conditions using standard-area segments of approximately 400 square meters.

3.2. Orthophoto Inference

In this study, three YOLOv11-based instance segmentation models were evaluated. Each model was trained on a distinct dataset of DS-A, DS-B, and DS-C. The performance of each of these three models was tested on ten orthophoto-derived sample units extracted from the taxiway section under study. As mentioned earlier, each of these sample units is related to an area of approximately 400 square meters as recommended by ASTM D5340. The evaluation focused on the detection and quantification of both longitudinal and transverse cracks, analyzed independently to better isolate the effect of sealed crack labeling on each type of distress.
To clarify better the evaluation process performed by each dataset of DS-A, DS-B, and DS-C, Sample Unit_1 is presented step by step as an illustrative example in Figure 7.
Figure 7a shows the georeferenced orthophoto of Sample Unit 1 (4000 × 4000 pixels–20 × 20 m) prior to processing for crack detection, segmentation, and classification with AI models trained on DS-A, DS-B, and DS-C.
Figure 7b illustrates the results obtained by processing the orthophoto of Sample Unit_1 with database DS-A. As described earlier, sealed cracks are not included in the DS-A; therefore, the AI model identifies longitudinal and transverse cracks without distinguishing between active and sealed ones.
For Sample Unit_1, the results of DS-A training can be summarized as follows:
  • The total length of longitudinal cracks detected by the model (DS-A) is 69.10 m, of which 35 m are false positive (Hallucination) due to misclassification of sealed cracks as active cracks. This leaves 34.10 m of actual cracks correctly detected;
  • The total length of transverse cracks detected is 63.55 m, of which 18.76 m are false positive for the same reason. This leaves 44.79 m of actual cracks correctly detected.
Figure 7c presents the results obtained by processing the orthophoto of Sample Unit_1 with database DS-B. As discussed earlier, sealed cracks are included in the database but are not annotated with a dedicated semantic mask. Consequently, the AI model identifies longitudinal and transverse cracks while excluding sealed ones, which reduces the model’s precision.
For Sample Unit_1, the results of DS-B training can be summarized as follows:
  • The total length of longitudinal cracks detected by the DS-B model is 45.13 m, of which 4.50 m are false positive (Hallucination) due to sealed cracks not being fully excluded and therefore misclassified as active cracks. This leaves 40.63 m of actual cracks correctly detected;
  • The total length of transverse cracks detected is 56.86 m, of which 6.00 m are false positive for the same reason. This leaves 50.86 m of actual cracks correctly detected.
Figure 7d shows the results obtained by processing the orthophoto of Sample Unit_1 with database DS-C, in which sealed cracks are both included and annotated with a dedicated semantic mask.
For Sample Unit_1, the results of DS-C training can be summarized as follows:
  • The total length of longitudinal cracks detected by the DS-C model is 55.67 m, of which 4.36 m are false positive (Hallucination). This leaves 51.31 m of actual cracks correctly detected. As expected, this demonstrates the higher precision of DS-C compared with DS-A and DS-B;
  • The total length of transverse cracks detected is 57.16 m, of which 5.85 m are false positives. This leaves 51.31 m of actual cracks correctly detected.
The ground-truth lengths of longitudinal and transverse cracks, obtained from on-site inspections and field survey data, are reported in Table 2.
By comparing the ground-truth annotations obtained from on-site inspections (Table 2) with the crack lengths detected by the AI models trained by DS-A, DS-B, and DS-C, the prediction accuracy of the proposed models can be assessed. To further evaluate their efficiency and precision, two specific performance indexes are introduced: Hallucination Index (HI) [%], which is the ratio between the false positive length of cracks and the total length of cracks detected by the model, and Model Error Index (MEI) [%], which is the ratio of the false negative length of cracks detected by the model and the total length of the cracks obtained from on-site inspection.
H a l l u c i n a t i o n   I n d e x H I % = L h a l l L t o t . d e t e c t e d × 100
In Equation (1), L h a l l presents the over-segmentation length of cracks (false positives, i.e., hallucinations) detected by the model, while L t o t . d e t e c t e d is the total length of cracks detected by the model. The Hallucination Index (HI) ranges from 0%, indicating complete agreement between the site inspection results and the AI model, to 100%, representing total misalignment between them.
The HI is calculated for the AI models (DS-A, DS-B, and DS-C) across all ten sample units and the results for longitudinal and transverse cracks are shown in Figure 8 and Figure 9, respectively.
M o d e l   E r r o r   I n d e x M E I % = L m i s s . d e t e c t e d L t o t . g r o u n d . t r u t h × 100
In Equation (2), L m i s s . d e t e c t e d presents the under-segmentation length of cracks (false negatives, i.e., cracks missed) detected by the model, while L t o t . g r o u n d . t r u t h is the total ground-truth lengths of cracks, obtained from on-site inspections and field survey data. Similarly, the Model Error Index (MEI) ranges from 0%, indicating complete agreement between the site inspection results and the AI model, to 100%, representing total misalignment between them.
The MEI is calculated for the AI models (DS-A, DS-B, and DS-C) across all ten sample units, and the results for longitudinal and transverse cracks are shown in Figure 10 and Figure 11, respectively.
For both longitudinal and transverse cracks, DS-C demonstrates a clear advantage. For instance, in the case of longitudinal cracks, on average, DS-C achieves a MEI of approximately 12.64%, compared to 31.15% for DS-B and 29.18% for DS-A. Moreover, DS-A exhibits frequent over-segmentation, often misinterpreting sealed cracks as active ones, especially in sections with complex maintenance histories, thereby inflating the total detected crack length.
A similar pattern emerges when analyzing transverse cracks. Here, the DS-C model again achieves superior results, with an average MEI of just 6.22%, compared to 9.54% for DS-B and a markedly higher 25.11% for DS-A. DS-C consistently identifies a greater portion of the true crack length, while generating fewer false positives. In contrast, DS-A shows clear signs of over-segmentation and a high HI, likely due to its inability to distinguish sealed cracks from active ones in the imagery.
The results further indicate that merely including images of sealed cracks in the training data (as carried out in DS-B) is not sufficient to fully address the issue of misclassification. Although DS-B does reduce HI value compared to DS-A, it still exhibits overestimation in multiple sample units. This underlines the critical importance of explicitly annotating sealed cracks as a separate class, enabling the model to learn their specific visual characteristics and avoid systematic confusion with structural distresses.
Comparative analysis reveals a consistent trend across nearly all sample units and both crack orientations. The DS-C model, which explicitly includes sealed cracks as a third semantic class, mostly achieves the lowest HI and MEI values. The DS-B model, which includes sealed cracks but does not differentiate them from active ones with a dedicated semantic class, ranks second, while DS-A, which entirely omits sealed cracks during training, shows the least accurate results. These findings support the hypothesis that explicitly labeling sealed cracks significantly improves model performance by reducing hallucinations and minimizing misclassification.

4. PCI Calculation and Confrontation

The correct detection and segmentation of the transverse and longitudinal cracks actually present in the images is vital for the correct evaluation of Pavement Condition Index (PCI) of each sample unit. According to ASTM D5340 [20], the PCI value (dimensionless indicator) is a numerical rating of the pavement condition that ranges from 0 to 100, with 0 being the worst possible condition and 100 being the best possible condition. In this study, the PCI is calculated according to the methodology outlined in the earlier work by the authors of this study [19]. To evaluate the performance of the models trained on the three different datasets a table of confrontation between the PCI values obtained by three AI models and PCI value calculated based on on-site inspection is shown in Table 3.
To better evaluate the efficiency of the AI models in the assessment of pavement condition, the PCI Relative Error (PCIRE) [%], which is the error rate between the PCI calculated by AI models (DS-A, DS-B, and DS-C) and the actual PCI assessed via on-site inspection, is calculated through Equation (3).
P C I   R e l a t i v e   E r r o r P C I R E % = P C I m o d e l P C I g r o u n d . t r u t h P C I g r o u n d . t r u t h × 100
In Equation (3), P C I m o d e l presents the PCI, calculated based on the crack metrics obtained from the model, while P C I g r o u n d . t r u t h is the PCI calculated based on the ground-truth metrics of cracks, obtained from on-site inspections and field survey data. The PCI Relative Error (PCIRE) approaches 0% when the model prediction perfectly matches the ground-truth PCI, indicating maximum accuracy. As PCIRE increases and deviates from 0%, the prediction precision decreases, reflecting lower model reliability. The PCIRE between the output of AI models and on-site inspections is presented in Figure 12.
The results shown in Figure 12 clearly demonstrate that the DS-C mostly has the best performance in the detection, segmentation, and calculation of the final PCI value of each sample unit. Basing the model’s performance evaluation only on the PCI values can misinterpret the outcome since the DS-A seems to perform better than the DS-B. In fact, the PCI values calculated via DS-A in some cases showed minor errors just because there are many false positive segmented cracks that compensate for the missing cracks. Therefore, to properly evaluate the performance of the trained models, a robust assessment should consider all three metrics: the Hallucination Index (HI), the Model Error Index (MEI), and the PCI Relative Error (PCIRE).

5. Conclusions

The experimental validation, conducted through high-resolution orthophotos and field surveys in accordance with ASTM D5340, demonstrated the critical importance of labeling sealed cracks as a distinct class within training datasets. Based on the conducted study, the following conclusions can be drawn:
  • Explicit Annotation Matters: Three AI models were trained on different datasets;
    • DS-A: Only longitudinal and transverse cracks, excluding sealed cracks;
    • DS-B: Longitudinal and transverse cracks, including sealed cracks but without separate labeling;
    • DS-C: Longitudinal, transverse, and sealed cracks that were explicitly labeled. The model trained on DS-C consistently outperformed the others in both accuracy and reliability, demonstrating that the explicit labeling of sealed cracks significantly improves AI performance.
  • Impact on Pavement Condition Assessment: Failure to distinguish sealed cracks leads to misclassification, overestimation of distresses, and potential distortions in Pavement Condition Index (PCI) calculations. Including sealed cracks without separate labeling (DS-B) provides only partial benefits.
  • Reduction in Hallucinations: Explicit annotation allows the AI to recognize maintenance treatments and other visual characteristics of the pavement, effectively reducing hallucinations and improving detection of actual structural distresses.
  • Practical Reproducibility: For practitioners and researchers aiming to replicate this approach:
    • Collect high-resolution imagery of pavements;
    • Manually annotate cracks, separating longitudinal, transverse, and sealed cracks;
    • Train AI models using the annotated datasets and evaluate performance using complementary metrics such as Hallucination Index (HI), Model Error Index (MEI), and PCI Relative Error (PCIRE).
  • Future Directions: Expanding the training dataset with additional well-labeled examples, including sealed, patched, and resurfaced areas, will enhance generalization and operational applicability across diverse pavement conditions.
In summary, explicit annotation strategies are essential for developing reliable AI-based tools for pavement condition assessment. Following the outlined workflow enables reproducibility and provides a foundation for further improvements in automated pavement monitoring systems.

Author Contributions

Conceptualization, E.T., M.C. and S.C.; methodology, E.T., S.C. and V.P.; software, V.P.; validation, E.T. and V.P.; formal analysis, V.P.; investigation, V.P.; resources, S.C.; data curation, E.T. and V.P.; writing—original draft preparation, V.P. and M.K.; writing—review and editing, M.K.; visualization, M.K.; supervision, M.K.; project administration, E.T., M.C. and S.C. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

Data is contained within the article.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Chen, W.; Yuan, J.; Li, M. Application of GIS/GPS in Shanghai Airport pavement management system. Procedia Eng. 2012, 29, 2322–2326. [Google Scholar] [CrossRef]
  2. Habib, A.; Lin, Y.J.; Ravi, R.; Shamseldin, T.; Elbahnasawy, M. LiDAR-Based Mobile Mapping System for Lane Width Estimation in Work Zones; Purdue University: West Lafayette, IN, USA, 2018. [Google Scholar]
  3. Lima, D.; Santos, B.; Almeida, P. Methodology to assess airport pavement condition using GPS, laser, video image and GIS. In Pavement and Asset Management; CRC Press: London, UK, 2019; pp. 301–307. [Google Scholar]
  4. Kovačič, B.; Doler, D.; Sever, D. The innovative model of runway sustainable management on smaller regional airports. Sustainability 2021, 13, 652. [Google Scholar] [CrossRef]
  5. Pietersen, R.A.; Beauregard, M.S.; Einstein, H.H. Automated method for airfield pavement condition index evaluations. Autom. Constr. 2022, 141, 104408. [Google Scholar] [CrossRef]
  6. Malekloo, A.; Liu, X.C.; Sacharny, D. AI—Enabled airport runway pavement distress detection using dashcam imagery. Comput.-Aided Civ. Infrastruct. Eng. 2024, 39, 2481–2499. [Google Scholar] [CrossRef]
  7. Mei, Q.; Gül, M.; Azim, M.R. Densely connected deep neural network considering connectivity of pixels for automatic crack detection. Autom. Constr. 2020, 110, 103018. [Google Scholar] [CrossRef]
  8. Zhu, J.; Zhong, J.; Ma, T.; Huang, X.; Zhang, W.; Zhou, Y. Pavement distress detection using convolutional neural networks with images captured via UAV. Autom. Constr. 2022, 133, 103991. [Google Scholar] [CrossRef]
  9. Zhang, C.; Chen, X.; Liu, P.; He, B.; Li, W.; Song, T. Automated detection and segmentation of tunnel defects and objects using YOLOv8-CM. Tunn. Undergr. Space Technol. 2024, 150, 105857. [Google Scholar] [CrossRef]
  10. Kamaliardakani, M.; Sun, L.; Ardakani, M.K. Sealed-crack detection algorithm using heuristic thresholding approach. J. Comput. Civ. Eng. 2016, 30, 04014110. [Google Scholar] [CrossRef]
  11. Zhang, K.; Cheng, H.D.; Zhang, B. Unified approach to pavement crack and sealed crack detection using preclassification based on transfer learning. J. Comput. Civ. Eng. 2018, 32, 04018001. [Google Scholar] [CrossRef]
  12. Huyan, J.; Li, W.; Tighe, S.; Zhai, J.; Xu, Z.; Chen, Y. Detection of sealed and unsealed cracks with complex backgrounds using deep convolutional neural network. Autom. Constr. 2019, 107, 102946. [Google Scholar] [CrossRef]
  13. Shang, J.; Xu, J.; Zhang, A.A.; Liu, Y.; Wang, K.C.; Ren, D.; Zhang, H.; Dong, Z.; He, A. Automatic Pixel-level pavement sealed crack detection using Multi-fusion U-Net network. Measurement 2023, 208, 112475. [Google Scholar] [CrossRef]
  14. Yang, N.; Li, Y.; Ma, R. An efficient method for detecting asphalt pavement cracks and sealed cracks based on a deep data-driven model. Appl. Sci. 2022, 12, 10089. [Google Scholar] [CrossRef]
  15. Hoang, N.D.; Huynh, T.C.; Tran, X.L.; Tran, V.D. A novel approach for detection of pavement crack and sealed crack using image processing and salp swarm algorithm optimized machine learning. Adv. Civ. Eng. 2022, 2022, 9193511. [Google Scholar] [CrossRef]
  16. Yuan, B.; Sun, Z.; Pei, L.; Li, W.; Zhao, K. Shuffle Attention-Based Pavement-Sealed Crack Distress Detection. Sensors 2024, 24, 5757. [Google Scholar] [CrossRef] [PubMed]
  17. Long, J.; Shelhamer, E.; Darrell, T. Fully convolutional networks for semantic segmentation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Boston, MA, USA, 7–12 June 2015; pp. 3431–3440. [Google Scholar]
  18. Ronneberger, O.; Fischer, P.; Brox, T. U-net: Convolutional networks for biomedical image segmentation. In Proceedings of the International Conference on Medical image Computing and Computer-Assisted Intervention, Munich, Germany, 5–9 October 2015; Springer International Publishing: Cham, Germany, 2015; pp. 234–241. [Google Scholar]
  19. Perri, V.; Ketabdari, M.; Cimichella, S.; Crispino, M.; Toraldo, E. Proposal of an Integrated Method of Unmanned Aerial Vehicle and Artificial Intelligence for Crack Detection, Classification, and PCI Calculation of Airport Pavements. Sustainability 2025, 17, 3180. [Google Scholar] [CrossRef]
  20. ASTM D5340-20; Standard Test Method for Airport Pavement Condition Index Surveys. ASTM International: West Conshohocken, PA, USA, 2023.
Figure 1. The flowchart of the proposed assessment process.
Figure 1. The flowchart of the proposed assessment process.
Infrastructures 10 00316 g001
Figure 2. Aerial images from Italian airports captured by a UAV.
Figure 2. Aerial images from Italian airports captured by a UAV.
Infrastructures 10 00316 g002
Figure 3. Annotated image showing three classes: longitudinal, transverse, and sealed cracks.
Figure 3. Annotated image showing three classes: longitudinal, transverse, and sealed cracks.
Infrastructures 10 00316 g003
Figure 4. (a) Target patches positioned; (b) target patches localized by a GPS station.
Figure 4. (a) Target patches positioned; (b) target patches localized by a GPS station.
Infrastructures 10 00316 g004
Figure 5. An extract of orthophoto reconstruction of the assessed taxiway section.
Figure 5. An extract of orthophoto reconstruction of the assessed taxiway section.
Infrastructures 10 00316 g005
Figure 6. Example of generated orthophoto.
Figure 6. Example of generated orthophoto.
Infrastructures 10 00316 g006
Figure 7. Sample Unit_1: (a) Reference orthophoto; (b) orthophoto inferred with DS-A; (c) orthophoto inferred with DS-B; (d) orthophoto inferred with DS-C. In these figures, red semantic masks show longitudinal cracks, magenta semantic masks depict transverse cracks, and cyan semantic masks depict sealed linear cracks.
Figure 7. Sample Unit_1: (a) Reference orthophoto; (b) orthophoto inferred with DS-A; (c) orthophoto inferred with DS-B; (d) orthophoto inferred with DS-C. In these figures, red semantic masks show longitudinal cracks, magenta semantic masks depict transverse cracks, and cyan semantic masks depict sealed linear cracks.
Infrastructures 10 00316 g007
Figure 8. Hallucination Index (HI) for longitudinal cracks.
Figure 8. Hallucination Index (HI) for longitudinal cracks.
Infrastructures 10 00316 g008
Figure 9. Hallucination Index (HI) for transverse cracks.
Figure 9. Hallucination Index (HI) for transverse cracks.
Infrastructures 10 00316 g009
Figure 10. Model Error Index (MEI) for longitudinal cracks.
Figure 10. Model Error Index (MEI) for longitudinal cracks.
Infrastructures 10 00316 g010
Figure 11. Model Error Index (MEI) for transverse cracks.
Figure 11. Model Error Index (MEI) for transverse cracks.
Infrastructures 10 00316 g011
Figure 12. PCI relative error between models output and on-site inspection.
Figure 12. PCI relative error between models output and on-site inspection.
Infrastructures 10 00316 g012
Table 1. The three distinct datasets considered and analyzed in this study.
Table 1. The three distinct datasets considered and analyzed in this study.
Dataset IDPresence of Sealed CracksNo. of ClassesClassesNo. of Images
DS-ANo2Longitudinal cracks
Transverse cracks
20,768
DS-BYes2Longitudinal cracks
Transverse cracks
24,768
DS-CYes3Longitudinal cracks
Transverse cracks
Sealed linear cracks
24,768
Table 2. Ground-truth crack lengths measured through on-site inspection.
Table 2. Ground-truth crack lengths measured through on-site inspection.
Ground-Truth Crack Length (m)Sample Unit_1Sample Unit_2Sample Unit_3Sample Unit_4Sample Unit_5Sample Unit_6Sample Unit_7Sample Unit_8Sample Unit_9Sample Unit_10
Longitudinal58.6434.8158.9075.6755.2065.3056.6643.3840.9550.04
Transverse53.0532.5433.7536.4940.6142.7641.2524.3328.5235.91
Table 3. Comparison of PCI values.
Table 3. Comparison of PCI values.
Sample UnitPCI (On-Site Inspection)PCI (DS-A)PCI (DS-B)PCI (DS-C)
147.5844.5249.1947.39
255.6354.8860.7858.17
351.1249.0553.9551.91
448.2445.3650.1548.64
550.2950.2253.2551.96
648.3948.8752.0848.97
749.9448.9451.9050.13
855.9553.0259.3156.25
955.3352.2757.5356.13
1052.0649.1353.4952.95
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

Perri, V.; Ketabdari, M.; Cimichella, S.; Crispino, M.; Toraldo, E. The Impact of Sealed Crack Labeling on Deep Learning Accuracy for Detecting, Segmenting and Quantifying Distresses in Airport Pavements. Infrastructures 2025, 10, 316. https://doi.org/10.3390/infrastructures10120316

AMA Style

Perri V, Ketabdari M, Cimichella S, Crispino M, Toraldo E. The Impact of Sealed Crack Labeling on Deep Learning Accuracy for Detecting, Segmenting and Quantifying Distresses in Airport Pavements. Infrastructures. 2025; 10(12):316. https://doi.org/10.3390/infrastructures10120316

Chicago/Turabian Style

Perri, Valerio, Misagh Ketabdari, Stefano Cimichella, Maurizio Crispino, and Emanuele Toraldo. 2025. "The Impact of Sealed Crack Labeling on Deep Learning Accuracy for Detecting, Segmenting and Quantifying Distresses in Airport Pavements" Infrastructures 10, no. 12: 316. https://doi.org/10.3390/infrastructures10120316

APA Style

Perri, V., Ketabdari, M., Cimichella, S., Crispino, M., & Toraldo, E. (2025). The Impact of Sealed Crack Labeling on Deep Learning Accuracy for Detecting, Segmenting and Quantifying Distresses in Airport Pavements. Infrastructures, 10(12), 316. https://doi.org/10.3390/infrastructures10120316

Article Metrics

Back to TopTop