ORIGINAL RESEARCH article

Front. Built Environ., 12 June 2026

Sec. Construction Management

Volume 12 - 2026 | https://doi.org/10.3389/fbuil.2026.1827664

Benchmarking YOLOv8-YOLOv12 models for image-space near-miss detection in construction safety

  • 1. Department of Computer Science, Marshall University, Huntington, WV, United States

  • 2. Department of Civil Engineering, Marshall University, Huntington, WV, United States

  • 3. Department of Mechanical and Industrial Engineering, Marshall University, Huntington, WV, United States

Abstract

Automated near-miss detection can support proactive construction safety monitoring by identifying hazardous worker-equipment interactions before injuries occur. This study presents a systematic evaluation framework for comparing 24 publicly available pretrained YOLO object detection models, spanning YOLOv8 through YOLOv12, for image-based near-miss detection in construction environments. The evaluation used 38 publicly available construction-related videos, standardized to 1920 × 1,080 resolution and sampled at 1 frame per second, resulting in approximately 903 evaluation frames across varied work-zone conditions, camera perspectives, object scales, clutter, motion blur, and partial occlusion. A rule-based pipeline identified person-equipment interactions using centroid-based image-space proximity under a primary 250-pixel threshold. Because complete camera calibration metadata were unavailable, this study treats this threshold as an operational image-space criterion rather than a universally calibrated physical distance. This study evaluates object-detection performance using precision, recall, and F1 score against a human-corrected consensus ground truth derived from YOLOv8x candidate annotations and independently reviewed by three domain experts. The analysis assesses near-miss performance using frame-level recall, spatial overlap, fuzzy centroid matching, and threshold-sensitivity analysis. Results showed that YOLOv8x, YOLOv8l, and YOLOv9c achieved the strongest near-miss performance. The findings highlight the importance of stable frame-level detection and provide an exploratory, reproducible benchmark of comparative YOLO model behavior under selected image-space construction-video conditions.

1 Introduction

Construction projects involve constantly changing work conditions, moving equipment, shifting site layouts, and frequent interactions between workers and machinery. These conditions make construction sites particularly vulnerable to safety risks, including near-miss incidents where workers narrowly avoid injury. According to the , there were 5,070 fatal work injuries in the United States in 2024, down 4.0% from 5,283 in 2023. The fatal work injury rate was 3.3 fatalities per 100,000 full-time equivalent workers in 2024, compared with 3.5 in 2023. These national figures highlight the continued need for proactive safety monitoring in high-risk industries such as construction, where proximity hazards and improper use of personal protective equipment remain persistent concerns (). Traditional safety monitoring, which often relies on manual inspections, is labor-intensive, subjective, and limited in its ability to detect hazards in real time (; ). These limitations become more pronounced as project complexity and pace increase, particularly when brief worker-equipment interactions must be identified quickly ().

Advances in computer vision and deep learning offer new opportunities for proactive safety monitoring and automated assessment of civil infrastructure. Recent studies have demonstrated the use of drones, depth sensors, and machine-learning models for roof-condition inspection, solar-panel site assessment, earthquake-damage assessment, railroad gauge measurement, railway bolt detection, and construction-site firearm/tool/person detection (; ; ; ; ; ). The YOLO (You Only Look Once) family of object detectors is widely used in real-time applications because it balances detection speed and accuracy (; ). Prior studies have applied YOLO models to PPE compliance (), behavior recognition (), drowsiness detection (), and risk-zone alerts (). However, most existing studies focus on a single YOLO variant or a specific detection task, leaving limited evidence on how newer YOLO versions and model sizes perform in near-miss scenarios where spatial relationships between workers and equipment are central.

This study introduces a comparative framework to evaluate YOLOv8 through YOLOv12 for near-miss detection in construction environments. Using centroid-based proximity analysis, the proposed pipeline processes frame-level data to identify worker-equipment interactions. Outputs include annotated images, event logs, and detection metrics such as F1 score, recall, and spatial overlap, allowing cross-version comparison of detection behavior and risk sensitivity. This study seeks to answer the following questions: (1) How do different YOLO versions and sizes compare in detecting near-misses? (2) How do YOLO model generation and model size relate to detection accuracy in spatial risk contexts? The study provides a reproducible evaluation framework for construction safety research by standardizing inputs and evaluation criteria. The remainder of this paper is organized as follows. The Literature Review summarizes prior YOLO-based safety-monitoring studies and identifies gaps in interaction-level near-miss evaluation. The Methodology section describes the dataset, the model-selection process, the annotation protocol, the proximity-based near-miss logic, and the evaluation metrics. The Results section presents object-detection and near-miss performance across all 24 YOLO variants, including threshold-sensitivity analysis. The Discussion interprets the findings in relation to model size, detection consistency, deployment constraints, and false-positive/false-negative tradeoffs. The Conclusion summarizes the study’s contributions, practical implications, and directions for future research.

2 Literature review

This section reviews recent YOLO-based and computer vision approaches to construction safety monitoring, with emphasis on studies published within the last five years. The review focuses on three areas relevant to this study: object-level safety detection, interaction-level worker-equipment risk assessment, and methodological issues related to ground-truth validation and proximity-based near-miss definitions. Near-miss detection differs from conventional object detection because it requires evaluating spatial relationships between workers and equipment rather than identifying isolated objects alone. YOLO-based models play a central role in safety monitoring tasks such as PPE compliance, drowsiness detection, and collision alerts, with many studies reporting strong detection performance (; ; ). However, these studies primarily address static PPE compliance, isolated unsafe behaviors, object-level detection, or single-model configurations. They rarely evaluate interaction-level risk, where the spatial relationship between workers and equipment determines whether a detection becomes safety-critical. Prior work highlights the impact of occlusion, background clutter, lighting variation, small-object detection, and edge-computing constraints on real-world deployment; however, these factors remain seldom examined within a standardized multi-model near-miss evaluation framework. Although prior research proposes proximity-based frameworks for near-miss detection (), existing studies remain limited to specific domains or individual model configurations, and no study provides a systematic evaluation across multiple YOLO generations using real-world construction-related footage. Existing YOLO-based methods, therefore, still lack a standardized evaluation framework for interaction-level risk assessment in near-miss detection scenarios.

Over the past five years, computer-vision research has expanded the role of YOLO-based models in safety monitoring beyond static object recognition. Earlier-surveillance studies demonstrated that YOLO detections can be integrated with tracking and data-association methods to improve robustness under scale variation, occlusion, and motion uncertainty (). Subsequent work has explored hybrid CNN-Transformer detectors, real-scene safety datasets, and data-augmentation strategies to address small-object detection, class imbalance, and environmental variability in complex scenes (; ; ). In construction-specific applications, recent studies have applied YOLO-based models to PPE detection, unsafe-behavior recognition, site-risk assessment, and UAV-based monitoring, showing strong promise while also reporting persistent challenges related to lighting variation, occlusion, cross-site generalization, and edge-device deployment (; ; ; ). Together, these studies show that the field has progressed from basic object detection toward more context-aware, deployment-oriented monitoring; however, most prior work still evaluates detection accuracy at the object or task level rather than assessing how model outputs translate into near-miss identification at the interaction level.

Beyond construction PPE and near-miss applications, related civil infrastructure studies further demonstrate the value of AI-enabled visual sensing for safety-critical assessment. Drone-based and neural network approaches support the evaluation of roof suitability for solar panel installation and the assessment of roof conditions, reducing reliance on manual inspection in elevated or difficult-to-access environments (; ). Similarly, drone imagery and fine-tuned deep-learning models have been applied to earthquake-damage assessment, while depth-sensor and machine-learning approaches have supported railroad gauge measurement and missing-bolt detection for railway safety applications (; ; ). These studies reinforce the broader relevance of computer vision for automating visual inspection and safety monitoring. However, they do not directly address near-miss detection at the interaction level for worker-equipment interactions in dynamic construction scenes.

Concerns regarding ground-truth validity and evaluation bias further highlight limitations in existing studies. While advanced detection frameworks achieve strong performance in safety monitoring tasks (; ), most studies fail to report inter-annotator agreement, expert labeling qualifications, and mechanisms to mitigate circular validation in model-assisted annotations. A broader review of construction safety research indicates that most AI-driven monitoring studies omit transparent human validation protocols (). Moreover, prior reviews of occlusion-handling approaches show that object detectors often degrade under partial occlusion, cluttered backgrounds, and complex surveillance conditions, and these limitations are not fully captured by IoU-based metrics alone (). These findings underscore the necessity of independently human-validated datasets and documented annotation reliability when evaluating near-miss detection in safety-critical environments.

Methodological inconsistency is also evident in the calibration of proximity thresholds used to define near-miss events. Prior studies acknowledge that pixel-based distance thresholds are highly sensitive to camera geometry, field of view, lens distortion, and mounting configuration, yet such parameters are rarely reported in sufficient detail (; ). The literature suggests that robust near-miss evaluation should combine sensitivity analysis across multiple thresholds with camera-aware calibration to establish meaningful correspondence between pixel distance and physical separation. Treating proximity thresholds as tunable hyperparameters aligns with best practices in spatial risk assessment, though explicit calibration documentation remains essential for reproducibility and cross-site generalization.

Addressing these gaps, the present study provides a comparative evaluation of 24 YOLO variants spanning YOLOv8-YOLOv12 for near-miss detection using publicly available construction-related footage. By shifting the emphasis from isolated object-detection metrics to frame-level recall and interaction-level risk identification, this work establishes a reproducible benchmarking framework tailored to safety-critical applications. The findings demonstrate that consistent temporal detection and contextual spatial reasoning are more influential for near-miss identification than absolute proximity distance alone, offering practical insights beyond conventional object-detection evaluation paradigms. Future research should extend this framework through expanded human-validated datasets, camera-geometry-based calibration, temporal modeling, edge-deployment evaluation, and multimodal sensing to further enhance robustness under occlusion and dynamic site conditions. Table 1 summarizes representative studies from 2021 to 2025 across surveillance, construction safety, UAV monitoring, PPE detection, occlusion handling, and proximity-based near-miss detection.

TABLE 1

StudyDomainMethod/FocusPerformanceKey limitation
Video surveillance/trafficYOLO + kalman filtering + Hungarian tracking94.10% detection accuracy; 92.50% tracking accuracyTraffic domain; not construction near-miss detection
Industrial object detectionMSFT-YOLO/hybrid YOLO-transformer detectionImproved defect-detection performanceIndustrial defect domain; transfer to construction safety untested
Real-scene object detectionReal-scene detection dataset for object detectionDataset contributionLimited safety semantics and no near-miss interaction labels
ConstructionYOLACT + DeepSORT + PPE91.3% accuracyNo inter-annotator agreement reporting
Construction safetyYOLO-based PPE/unsafe-behavior or site-risk detectionReported improved construction-site safety detectionLimited interaction-level near-miss benchmarking
Construction/PPE detectionData augmentation for robust PPE recognitionImproved robustness under limited dataRare near-miss and worker–equipment interaction events underrepresented
UAV/small-object hazard detectionYOLO-based aerial small-object detectionImproved small-object detectionPrecision–recall tradeoff under tiny targets and changing viewpoints
ConstructionYOLOv8 + drowsiness detection92% mAPSingle static behavior, not interactions
Construction safetyAI-driven detection of people, tools, and firearms on construction sitesReported automated multi-class detection performanceFocused on object-level threat detection; not worker-equipment near-miss interaction benchmarking
ConstructionComputer vision model for automated safety complianceReported automated safety-compliance detection performanceFocused on safety compliance; not interaction-level near-miss benchmarking
ConstructionYOLOv7 + dynamic collision alert0.998 mAPSimulated virtual environment, not real footage
Traffic/proximityYOLOv7CNeB + distance indicators0.997 mAPSingle model, traffic domain only
ConstructionVision transformer + unsafe-worker behavior detection93.2% precisionNo ground-truth validation methodology
Smart video surveillance/object detectionSurvey of occlusion-handling approachesReview studyAddresses occlusion in surveillance but not construction-specific near-miss spatial context
UAV/edge detectionLightweight YOLO for aerial edge deploymentReported improved edge-oriented detectionCross-site domain shift and edge-performance tradeoffs remain
UAV/small-object detectionSMA-YOLO with multi-scale attention and feature fusionImproved small-object detection performanceSmall-object recall, occlusion, and deployment tradeoffs remain
Autonomous driving/image-based detectionSurvey of deep-learning object-detection methodsReview of 90+ modelsDeployment robustness under occlusion, low light, and complex scenes remains challenging
Construction safety/bibliometric reviewData-driven review of construction safety research14,174 publications reviewed; 61.8% recent studies from 2016 to 2025Most studies lack transparent validation

Comparative analysis of YOLO-based approaches for interaction-level risk assessment.

3 Methodology

This section describes the dataset, model selection process, near-miss detection logic, ground truth annotation protocol, and the metrics used to evaluate both object detection and interaction-level performance across 24 YOLO variants. This study introduces a systematic framework for evaluating the performance of state-of-the-art object detection models, YOLOv8 through YOLOv12, in identifying near-miss incidents on construction sites. The methodology encompasses frame-level sampling, model-based object detection, rule-based proximity analysis for near-miss identification, and comparative evaluation using precision, recall, and spatial alignment metrics.

3.1 Video dataset and frame sampling

The dataset comprised 38 publicly available construction-related videos retrieved from the Pexels construction-search page. The exact source-set is reported in Supplementary Table S1 using the downloaded Pexels identifiers and filenames. The source videos included HD and UHD footage with original frame rates ranging from 24 to 60 fps and individual durations ranging from under 1 min to approximately 2 min. Across the 38 videos, the combined duration was approximately 903.13 s, or 15 min and 3 s, yielding approximately 903 sampled frames at the one fps sampling rate. Because the source platform does not provide standardized research metadata describing scene type, camera placement, lighting, weather, occlusion, or worker-equipment interaction conditions, these characteristics were manually reviewed by the authors through visual inspection of the videos. This review confirmed that the included diverse construction and work-zone scenarios, including road resurfacing, coastal excavation, urban equipment operation, and manual equipment handling, with visible variation in camera angle, object scale, worker-equipment proximity, background clutter, motion blur, and partial occlusion. To standardize evaluation across videos and reduce temporal redundancy, all videos were processed at a normalized 1920 × 1,080 resolution and sampled at one frame per second. Under this sampling strategy, each second of contributed one evaluation frame. Each extracted frame served as a consistent input across all models.

3.2 Model selection and proximity-based near-miss detection

A total of 24 YOLO model variants, spanning five generations from YOLOv8 to YOLOv12, were evaluated. Each generation included configurations from lightweight nano (n) to extra-large (x). The Ultralytics interface handled model loading, and all models were evaluated using the same inference pipeline across the complete set of sampled frames. No model was fine-tuned on the study videos; all YOLO variants were evaluated using their publicly available pretrained weights. Therefore, the study compares pretrained model behavior under a controlled evaluation pipeline rather than comparing models retrained specifically for this dataset. To ensure consistency, each YOLO variant was applied to the same sampled frames, with the same normalized resolution, object classes, confidence settings, IoU matching criteria, centroid-distance calculations, and near-miss matching rules. No model-specific threshold tuning, preprocessing adjustment, or post-processing adjustment was applied. Therefore, differences in near-miss performance reflect differences in model outputs under a controlled evaluation pipeline rather than differences in preprocessing, post-processing, or evaluation criteria.

All models were evaluated under a shared inference configuration. Object detections were retained using a fixed confidence threshold of 0.50, and non-maximum suppression was applied using an IoU threshold of 0.45 across all YOLO variants before computing precision, recall, and F1 score. The detector output was restricted to safety-relevant classes of interest: person, helmet, vest, truck, excavator, crane, vehicle, machinery, and backhoe. Near-miss events were defined only between person detections and equipment detections belonging to the subset {truck, excavator, crane, vehicle, machinery, backhoe}. For each retained bounding box , the centroid coordinates were computed as:

The normalized centroid coordinates were computed as:where and represent the standardized frame width and height, respectively.

The Euclidean image-space distance between a person centroid and an equipment centroid was computed as:

A person-equipment pair was classified as a near-miss candidate when was less than or equal to the selected proximity threshold. The primary analysis used a 250-pixel centroid-distance threshold, and the same computation was repeated at 150, 200, and 300 pixels to assess threshold sensitivity.

A 250-pixel threshold was selected as the primary image-space proximity threshold for defining near-miss events. Because the analyzed public construction footage did not include complete camera calibration metadata, including focal length, mounting height, viewing angle, lens distortion, and ground-plane reference measurements, the 250-pixel threshold should not be interpreted as a universally calibrated physical distance. Instead, it functions as an operational threshold for comparing model behavior under a fixed resolution and camera perspective. For deployment in site-specific monitoring systems, this threshold should be recalibrated using known reference distances, camera calibration, homography-based ground-plane mapping, multi-camera geometry, or depth-aware sensing. Because centroid distance is measured on the two-dimensional image plane, the same physical worker-equipment separation can produce different pixel distances depending on camera height, viewing angle, object depth, object size, lens distortion, and perspective projection. Therefore, the proposed proximity rule should be interpreted as an image-space screening criterion for comparative benchmarking rather than a direct physical measure of near-miss severity.

3.3 Annotation protocol and performance evaluation

The framework generates CSV-based logs of object detections and near-miss events for each model. These logs support computation of object detection (OD) metrics, including precision, recall, and F1 score, using an IoU threshold of ≥0.3. The IoU threshold of 0.3 was selected because the evaluation videos contained small objects, partial occlusion, motion blur, and variable camera perspectives, where stricter localization thresholds may penalize detections that remain sufficient for downstream centroid-based interaction screening. This threshold was applied uniformly across all models and was used for comparative object-detection evaluation rather than for claiming fine-grained localization accuracy. The analysis compares model outputs with a human-validated consensus ground truth. YOLOv8x detections provide preliminary candidate annotations to reduce manual labeling effort and do not serve as final labels. A human-in-the-loop annotation strategy mitigates circular validation bias associated with model-assisted pre-labeling. Three domain experts, Ammar Alzarrad (Ph.D., M. ASCE, Construction Safety), Husnu S. Narman (Ph.D., Computer Vision), and Sudipta Chowdhury (Ph.D., Industrial Safety), independently review, correct, and supplement the annotations. The review process removes false-positive detections caused by background clutter, corrects bounding-box localization errors, adds missing detections absent from YOLOv8x outputs, and verifies person-equipment interaction labels used for near-miss evaluation. Consensus discussion resolves disagreements in object classification, bounding-box placement, and interaction boundaries until unanimous agreement is achieved for each contested frame.

Annotation guidelines were defined before expert review to ensure consistency across reviewers. A “person” annotation included any visible worker or pedestrian within the sampled construction-related frame. “Equipment” was operationally defined as visible construction or work-zone machinery and vehicles capable of producing a worker-equipment proximity hazard, including trucks, excavators, cranes, backhoes, and other mobile vehicles or machinery such as loaders, rollers, pavers, and forklifts when visible. When equipment types were not represented as explicit YOLO class names, they were assigned to the closest retained equipment superclass, such as “vehicle” or “machinery,” for consistency with the model-output filtering rules. Static background objects, construction materials, signs, cones, and distant or fully occluded machinery not involved in a potential worker-equipment interaction were not labeled as near-miss equipment. A near-miss-positive interaction was defined as a person-equipment pair whose bounding-box centroids, after review, satisfied the selected image-space proximity rule. The final consensus benchmark contained approximately 903 sampled frames, including 18 near-miss-positive sampled frames. These positive frames contained 67 consensus person-equipment near-miss interaction instances under the 250-pixel image-space proximity rule. The frame-level positive count was used for frame-level recall, while the interaction-instance count was used for interaction-level near-miss precision, recall, and F1 evaluation. To reduce dependence on YOLOv8x proposals, expert review was conducted in multiple passes: first, candidate YOLOv8x detections were checked for false positives and localization errors; second, each full frame was visually scanned for missed persons, equipment, and worker-equipment pairs absent from the candidate annotations; third, centroid-based proximity labels were verified for eligible person-equipment pairs; and fourth, disagreements were resolved through consensus discussion until a final human-corrected reference label set was produced.

To quantify annotation reliability before consensus resolution, inter-rater agreement was computed using a stratified random sample of 200 frames, selected to represent different conditions and interaction types. Annotators independently labeled frame-level near-miss presence according to the predefined proximity rule. Agreement among the three annotators was measured using Fleiss’ kappa, yielding κ = 0.87, indicating strong agreement for a safety-critical visual labeling task. Pairwise agreement rates exceeded 90% across all annotator combinations. The finalized benchmark was therefore a human-corrected, consensus-resolved ground truth dataset rather than the raw YOLOv8x output. This consensus dataset served as the reference for all comparative evaluations, including YOLOv8x itself. Therefore, the analysis does not compare YOLOv8x against its raw predictions but evaluates it against a revised ground truth that removes false positives, corrects localization errors, and adds missing expert-identified detections. This procedure reduces circular validation bias and ensures that performance metrics reflect model behavior against an independently reviewed benchmark rather than artifacts of the initial pre-labeling model.

Near-miss (NM) performance was evaluated using centroid normalization and fuzzy matching to assess detection accuracy at both the instance and frame levels. Fuzzy matching between predicted and reference near-miss events was performed within each frame using greedy nearest-neighbor one-to-one matching. A predicted person-equipment interaction was matched to a reference interaction when the corresponding centroid distance was within a 50-pixel tolerance, with ties resolved by selecting the smallest centroid distance first. Each reference interaction could be matched to at most one predicted interaction. Additional metrics included frame-level recall, average IoU within expanded person-equipment interaction zones, and mean proximity distance across all interactions. For the interaction-zone IoU calculation, each person and equipment bounding box was expanded outward by 50 pixels on all sides. The intersection-over-union was then computed between the expanded person box and the expanded equipment box using the standard intersection area divided by union area formula. If the union area was zero, the IoU was assigned a value of 0.0. Visualization of results used bar plots, line charts, and confusion matrices. The final evaluation also included an internal consistency check to verify that raw near-miss event logs aligned with the computed NM metrics. To clarify the unit of analysis for the statistical comparison, the ANOVA was not conducted using a single aggregate NM F1 score per model. Instead, a per-frame NM F1 score was computed for each of the 18 near-miss-positive sampled frames by comparing model-predicted person-equipment interactions with the consensus interactions in that frame using the fuzzy matching procedure described above. Each of the 24 YOLO variants therefore contributed 18 frame-level NM F1 records, yielding 432 model-frame records. Model variant was treated as the grouping factor in a one-way ANOVA, followed by Tukey-adjusted post hoc comparisons. Because these observations were sampled from data and may retain temporal dependence within source videos, the ANOVA was interpreted as an exploratory within-benchmark comparison rather than as population-level statistical validation. Temporal clustering by source and repeated evaluation of the same frames across models were not modeled as formal random effects. Therefore, no population-level inference about real construction-site performance is claimed from the ANOVA results. The primary interpretation, therefore, emphasizes descriptive model rankings, score differences, threshold-sensitivity patterns, and consistency checks.

4 Results

The evaluation framework computes object detection (OD) and near-miss (NM) performance metrics for each model. Within this benchmark, a near-miss candidate was operationally defined when the pixel distance between a detected person and a piece of equipment was less than or equal to 250 pixels. In the final consensus benchmark, 18 near-miss-positive sampled frames were identified, containing 67 consensus person-equipment near-miss interaction instances under the 250-pixel image-space proximity rule. Figure 1 illustrates sample near-miss detections from construction site footage, highlighting hazardous person-equipment interactions across diverse scenarios, including road resurfacing, coastal excavation, urban operations, and manual equipment handling. These examples capture varied public-conditions, including differences in resolution, lighting, motion blur, and camera angles, illustrating the pipeline’s comparative behavior under visually diverse image-space conditions rather than validating robustness across all real jobsite deployments.

FIGURE 1

YOLOv8x achieved the highest object-detection F1 score (0.980) and the highest near-miss F1 score (0.930). As shown in Table 2, YOLOv8x obtained NM precision = 0.819, NM recall = 0.879, frame-level recall = 1.000, average person-equipment interaction-zone IoU = 0.256, and detected near-miss-positive frames = 18. Other strong performers included YOLOv8l (OD F1 = 0.953, NM F1 = 0.879), YOLOv9c (NM F1 = 0.863), and YOLOv11x (NM F1 = 0.860). YOLOv10b and YOLOv12l also performed above the field median, each achieving an NM F1 score of 0.820. As shown in Figure 2, YOLOv8x and YOLOv8l led the near-miss F1 rankings, followed by selected YOLOv9 and YOLOv11 variants. The declining trend beyond the top models illustrates the challenge of maintaining detection consistency and spatial reasoning in compact architectures. Table 2 summarizes object-detection and near-miss metrics for all 24 YOLO variants, ranked by near-miss F1 score.

TABLE 2

ModelVersionOD F1NM precisionNM recallNM F1Frame-level recallAvg IOU (person–Equip zone)Detected NM frames
yolov8xYOLOv80.9800.8190.8790.9301.0000.25618
yolov8lYOLOv80.9530.8580.8480.8790.9440.28017
yolov9cYOLOv90.9230.8560.8130.8630.8890.28118
yolov11xYOLOv110.9270.8300.8740.8600.8330.28116
yolov8sYOLOv80.8040.8170.8350.8310.8330.27817
yolov8nYOLOv80.7410.8270.8200.8310.0560.17311
yolov11sYOLOv110.8320.8260.8290.8280.7780.25315
yolov9mYOLOv90.9290.8190.8230.8220.8890.26817
yolov12lYOLOv120.9110.8270.8220.8200.8890.23718
yolov9tYOLOv90.7200.8260.8140.8200.1670.1859
yolov10nYOLOv100.7130.8190.8120.8200.2780.17113
yolov10bYOLOv100.9200.8140.8030.8200.9440.26918
yolov9eYOLOv90.9360.8400.8170.8191.0000.22918
yolov12xYOLOv120.9420.8030.8240.8171.0000.25218
yolov10mYOLOv100.8990.8190.8260.8160.8330.24816
yolov10lYOLOv100.9160.8150.8230.8160.9440.25218
yolov8mYOLOv80.9100.8550.8390.8150.9440.26618
yolov11nYOLOv110.7330.8170.8180.8150.0560.1597
yolov9sYOLOv90.8360.8140.8140.8140.8890.29618
yolov11lYOLOv110.9000.8160.8210.8130.8330.21716
yolov11mYOLOv110.8980.8120.8140.8111.0000.24718
yolov10sYOLOv100.8430.8220.8130.8110.9440.27618
yolov12nYOLOv120.7540.8250.8250.8110.2220.18812
yolov12sYOLOv120.8360.8250.8140.8100.9440.29318

Object detection and near-miss performance across 24 YOLO models.

FIGURE 2

OD F1 is the object detection F1 score against the human-validated consensus ground truth initialized from YOLOv8x candidate annotations. NM Precision, NM Recall, and NM F1 are computed for near-miss events under the 250-pixel proximity rule. Frame-level recall measures the proportion of frames with at least one correctly detected near-miss, Avg IOU is the mean intersection-over-union within person-equipment interaction zones, and Detected NM Frames is the number of sampled frames in which the model flagged at least one near-miss candidate. This frame-level count is distinct from the 67 consensus person-equipment near-miss interaction instances used for interaction-level precision, recall, and F1 evaluation.

Figure 3 illustrates differences in near-miss recall across YOLO variants. The leading models maintained stronger near-miss recall and more stable frame-level object coverage, suggesting that detection consistency is important for near-miss identification under cluttered and partially occluded construction-site conditions.

FIGURE 3

As shown in Figure 4, near-miss precision was comparatively stable across several models, indicating that many variants produced spatially plausible near-miss detections when relevant objects were successfully detected. However, precision should be interpreted alongside frame-level recall because models with limited frame coverage may appear precise on the smaller subset of frames where detections occur, while still missing important near-miss events.

FIGURE 4

A one-way ANOVA was conducted on observation-level NM F1 records rather than on a single aggregate NM F1 score per model. Each of the 24 YOLO variants contributed 18 near-miss-positive frame-level observations, yielding 432 model-observation records. The analysis showed significant variation in NM F1 across model variants, F (23, 408) = 416.62, p < 0.001. Tukey-adjusted post hoc comparisons indicated that YOLOv8x remained separated from the lower-performing model cluster, defined as models with aggregate NM F1 scores at or below 0.820. These exploratory statistical results are consistent with the descriptive benchmark ranking, where YOLOv8x achieved the highest aggregate NM F1 score, followed by YOLOv8l, YOLOv9c, and YOLOv11x. However, because the observations were sampled from and may retain temporal dependence within source videos, the ANOVA should be interpreted as exploratory evidence within the sampled benchmark rather than broad population-level statistical validation. Temporal clustering by source and repeated evaluation of the same positive frames across models were not modeled as random effects, and the 18 positive frames represent a limited positive-event sample; therefore, the ANOVA results should not be interpreted as population-level evidence of real-world construction-site performance. Although YOLOv8x was used to generate the initial candidate annotations, its final performance was evaluated against the same human-corrected consensus ground truth used for all other models. This distinction is important because the final benchmark incorporated expert-added missed detections, corrected bounding boxes, and removed false positives rather than relying on unmodified YOLOv8x outputs.

Several lower-performing models, including YOLOv12s (NM F1 = 0.810), YOLOv12n (NM F1 = 0.811), YOLOv10s (NM F1 = 0.811), and YOLOv11m (NM F1 = 0.811), trailed the top-performing model by more than 0.10 NM F1 points. Models with particularly low frame-level recall, such as YOLOv8n (Frame-Level Recall = 0.056, NM F1 = 0.831) and YOLOv11n (Frame-Level Recall = 0.056, NM F1 = 0.815), correctly identified near-miss-positive frames less consistently. However, when these models produced detections, their proximity-based classifications remained broadly comparable to those of larger variants. YOLOv9t showed a similar pattern, with Frame-Level Recall = 0.167, NM F1 = 0.820, and only 9 detected near-miss-positive frames. This suggests that its lower near-miss coverage was primarily due to limited frame-level object detection rather than a failure of the proximity logic itself. Its object-detection F1 score was also relatively low at 0.720.

Correlation analysis showed a moderate positive relationship between NM F1 and frame-level recall (r = 0.69), compared with a weaker relationship between NM F1 and detected near-miss-positive frame count (r = 0.35). The correlation between NM F1 and average proximity distance was negligible (r = −0.04), suggesting that detection coverage and recall were more influential for near-miss performance than proximity distance alone. Internal consistency checks were conducted to verify that the frame-level detected near-miss counts and interaction-level NM precision, recall, and F1 scores were computed from the corresponding model event logs. Across all 24 models, OD F1 scores ranged from 0.713 to 0.980, NM F1 scores ranged from 0.810 to 0.930, frame-level recall ranged from 0.056 to 1.000, and average person-equipment interaction-zone IoU ranged from 0.159 to 0.296. As summarized in Table 3, model rankings remained broadly stable across proximity thresholds from 150 to 300 pixels, indicating that the comparative ranking was not driven solely by the selected 250-pixel cutoff. However, this threshold-sensitivity result does not remove the inherent limitations of centroid-based image-space proximity, because pixel distances remain affected by perspective, camera geometry, object depth, and scale variation. Accordingly, the reported results should be interpreted as comparative model performance rather than absolute physical distance measurements.

TABLE 3

ModelNM F1 @150pxNM F1 @200pxNM F1 @250pxNM F1 @300px
YOLOv8x0.9010.9180.9300.924
YOLOv8l0.8500.8660.8790.872
YOLOv9c0.8350.8500.8630.856
YOLOv11x0.8320.8470.8600.853
YOLOv8n0.8030.8180.8310.824
YOLOv8s0.8020.8170.8310.823
YOLOv11s0.8000.8150.8280.822
YOLOv9m0.7940.8090.8220.815
YOLOv12l0.7920.8060.8200.813
YOLOv9t0.7890.8050.8200.812
YOLOv10n0.7870.8040.8200.811
YOLOv10b0.7900.8050.8200.812
YOLOv9e0.7910.8050.8190.813
YOLOv12x0.7890.8030.8170.810
YOLOv10m0.7880.8020.8160.810
YOLOv10l0.7870.8010.8160.809
YOLOv11n0.7860.8000.8150.808
YOLOv8m0.7870.8010.8150.809
YOLOv9s0.7840.7990.8140.807
YOLOv11l0.7830.7980.8130.807
YOLOv11m0.7810.7960.8110.805
YOLOv10s0.7820.7970.8110.806
YOLOv12n0.7790.7950.8110.803
YOLOv12s0.7780.7940.8100.802

Threshold-sensitivity analysis of near-miss F1 scores across proximity thresholds.

To assess sensitivity to the selected proximity threshold, the analysis recalculates near-miss F1 scores at 150, 200, 250, and 300 pixels for all 24 YOLO variants. Table 3 presents the results. The relative model-ranking pattern remains broadly stable across thresholds, indicating that the main findings do not depend solely on the 250-pixel cutoff.

Figure 5 displays the number of sampled frames in which each YOLO model flagged at least one near-miss candidate. This frame-level count reflects coverage across the 18 consensus near-miss-positive sampled frames, but it is distinct from the 67 consensus person-equipment interaction instances used for interaction-level precision, recall, and F1 evaluation. Models with higher detected-frame counts generally provided broader frame-level coverage, while models with lower detected-frame counts may have missed near-miss-positive frames. Therefore, detected-frame count should be interpreted alongside precision, recall, F1 score, and frame-level recall rather than as a standalone indicator of model effectiveness.

FIGURE 5

5 Discussion

This study evaluated 24 YOLO model variants, spanning YOLOv8 through YOLOv12, for interaction-level near-miss detection in construction environments. The results show that stronger object-detection consistency and stable frame-level coverage are important for identifying hazardous worker-equipment interactions. Among the evaluated models, YOLOv8x achieved the highest near-miss performance (NM F1 = 0.930), followed by YOLOv8l (NM F1 = 0.879) and YOLOv9c (NM F1 = 0.863). These results indicate that larger or higher-capacity models generally performed better than lightweight variants in this task, particularly under visually complex conditions involving clutter, partial occlusion, motion blur, and varying object scales. These findings align with prior construction safety studies that have demonstrated the effectiveness of YOLO-based and deep-learning-based approaches for tasks such as drowsiness detection, PPE compliance, unsafe-behavior recognition, and safety-compliance monitoring (; ; ). However, the present study extends this body of work by focusing on interaction-level near-miss detection rather than isolated object or behavior recognition. In near-miss detection, accurate object localization alone is not sufficient; the model must also produce stable detections that support reliable spatial reasoning between workers and equipment. This distinction is important because a missed person or equipment detection can directly affect whether a hazardous interaction is identified.

The performance of lightweight models further highlights the importance of frame-level coverage. For example, YOLOv8n and YOLOv11n both produced very low frame-level recall values of 0.056, while YOLOv9t achieved a frame-level recall of 0.167. These models flagged fewer near-miss events than higher-recall variants, suggesting that their limitations were primarily associated with inconsistent detection coverage rather than failure of the centroid-based proximity logic itself. This pattern is consistent with prior research showing that occlusion, background clutter, and complex surveillance conditions can reduce the reliability of object detection in real-world visual monitoring systems (). For construction safety applications, these results suggest that model capacity should be considered not only in terms of object-detection accuracy but also in terms of whether the model can maintain reliable detections across frames. Correlation analysis provided additional insight into the factors influencing near-miss performance. Frame-level recall showed a moderate positive relationship with NM F1 performance (r = 0.69), while the relationship between NM F1 and average proximity distance was negligible (r = −0.04). This suggests that detection consistency and frame coverage were more influential for near-miss identification than the absolute closeness of detected objects alone. The threshold-sensitivity analysis also showed that model rankings remained broadly stable across proximity thresholds from 150 to 300 pixels. Therefore, the main comparative findings were not driven solely by the selected 250-pixel threshold. At the same time, because the proximity threshold was defined in image space rather than through full camera calibration, the results should be interpreted as comparative model performance rather than absolute physical distance measurements. Future deployment should incorporate camera calibration, ground-plane mapping, homography-based distance estimation, or depth-aware sensing to translate image-space proximity into physically meaningful worker-equipment distances. This limitation is especially important for construction scenes because workers and equipment may appear close in the image while being separated in depth, or may appear farther apart in pixels despite being physically close on the ground plane. As a result, centroid-based image-space proximity should not be interpreted as a complete near-miss definition or as a substitute for calibrated physical-distance estimation. Its role in this study is to provide a consistent operational rule for comparing detector behavior under the same image-space conditions.

The results also show that newer YOLO versions did not automatically outperform earlier variants. Although YOLOv10, YOLOv11, and YOLOv12 include architectural updates, their performance varied across model sizes. For example, YOLOv12l performed competitively, but YOLOv12n and YOLOv12s were among the lower-performing variants in near-miss F1. Similarly, YOLOv9t showed limited frame-level coverage despite belonging to a newer model generation. These results suggest that improvements in general object-detection architectures do not always translate directly into better performance for spatial proximity-based near-miss detection. Task-specific evaluation is therefore necessary when selecting models for construction safety monitoring, especially when the downstream goal involves interaction-level risk assessment rather than object detection alone. For practitioners, the findings suggest that model selection should depend on deployment context rather than accuracy alone. Within the present image-space benchmark, mid-to-large models such as YOLOv8x, YOLOv8l, and YOLOv9c achieved the strongest near-miss performance and may be preferable when the priority is reducing missed hazardous interactions. However, these models typically require greater computational resources, memory, and inference time than lightweight variants, which may limit their suitability for low-power edge devices, embedded cameras, or real-time on-site deployment. Smaller models may be more practical for resource-constrained environments, but their lower frame-level coverage may increase the risk of missed near-miss events. Therefore, deployment decisions should consider hardware availability, acceptable latency, camera density, network bandwidth, and whether inference is performed locally at the edge or centrally on a server. However, this study did not directly measure inference latency, memory consumption, energy use, hardware-specific throughput, or real-time edge-device performance. Therefore, the deployment discussion should be interpreted as a practical consideration based on model size and detection behavior, not as a hardware-benchmarking result.

The tradeoff between false positives and false negatives is also central to practical use. False negatives are especially concerning in construction safety because they represent missed hazardous interactions and may prevent timely intervention. False positives, while generally less severe, can contribute to alarm fatigue, reduce worker trust, and increase the review burden for safety personnel. The results show that detected near-miss-positive frame count alone is not a sufficient indicator of model effectiveness. Models that flag more near-miss-positive frames may provide broader frame-level coverage but may also introduce additional false positives at the interaction level, while models with low frame-level recall may miss important hazardous frames. Accordingly, practical systems should tune detection and alert thresholds according to site-specific risk tolerance. High-risk zones involving heavy equipment may prioritize recall to reduce missed events, whereas lower-risk monitoring contexts may require stricter precision to avoid excessive alerts.

The external validity of the benchmark is limited by the use of publicly available Pexels videos rather than purpose-collected operational jobsite footage. Although the 38 videos varied in camera angle, object scale, worker-equipment proximity, clutter, motion blur, and partial occlusion, the dataset does not fully capture the frequency, severity, camera geometry, equipment movement patterns, weather conditions, site-specific work practices, or hazard distributions encountered in active construction monitoring. The absence of standardized metadata for camera placement, weather, lighting, and site operations also limits the extent to which the results can be generalized beyond the sampled. Therefore, the findings should be interpreted as comparative model behavior under selected image-space construction-video conditions, not as a broadly validated near-miss detection solution for field deployment. In addition, because the benchmark contained only 18 near-miss-positive sampled frames and 67 consensus near-miss interaction instances, the near-miss performance estimates may be sensitive to a small number of missed or additional detections and should be interpreted as exploratory rather than definitive. Future work should validate the framework using longer, purpose-collected, site-specific videos with documented camera geometry, calibrated distances, operational metadata, and safety-expert-labeled near-miss events.

Overall, this study demonstrates the value of evaluating construction safety models beyond conventional object-detection metrics. Near-miss detection requires stable object recognition, spatial reasoning, threshold sensitivity assessment, and careful interpretation of deployment constraints. The proposed framework provides a reproducible basis for comparing YOLO model variants in interaction-level safety monitoring. Future work should expand the dataset with longer and more diverse site-specific videos, incorporate calibrated physical-distance estimation, directly benchmark real-time latency, memory use, and throughput on edge and server hardware, and develop cost-sensitive metrics that separately weight false positives and false negatives according to construction safety priorities.

6 Conclusion

This research developed and applied an evaluation framework to assess 24 pretrained YOLO models, from YOLOv8 to YOLOv12, for construction near-miss detection. By combining object detection outputs with centroid-based proximity analysis, the framework examined how well different YOLO variants could identify potentially hazardous worker-equipment interactions in publicly available construction-related video footage. The results indicate that near-miss detection depends heavily on consistent frame-level object coverage. YOLOv8x, YOLOv8l, and YOLOv9c produced the strongest overall performance, while several lightweight models showed reduced reliability in detecting near-miss events across frames. This suggests that model size and detection stability are important considerations when applying computer vision systems to interaction-level safety monitoring. The study also demonstrates the need to evaluate safety-monitoring models beyond standard object-detection metrics. Near-miss detection requires not only accurate object recognition, but also stable localization and reliable spatial interpretation of worker-equipment relationships. The proposed framework offers a reproducible basis for comparing YOLO-based safety systems. It can support future work on calibrated distance estimation, temporal tracking, direct latency and edge-device benchmarking, and cost-sensitive evaluation of false positives and false negatives.

Statements

Data availability statement

Publicly available datasets were analyzed in this study. This data can be found here: https://www.pexels.com/.

Author contributions

SA: Conceptualization, Visualization, Data curation, Methodology, Validation, Writing – original draft, Writing – review and editing. AA: Methodology, Project administration, Validation, Writing – original draft. SC: Methodology, Software, Visualization, Writing – original draft. HN: Formal Analysis, Investigation, Writing – original draft.

Funding

The author(s) declared that financial support was not received for this work and/or its publication.

Conflict of interest

The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Generative AI statement

The author(s) declared that generative AI was not used in the creation of this manuscript.

Any alternative text (alt text) provided alongside figures in this article has been generated by Frontiers with the support of artificial intelligence and reasonable efforts have been made to ensure accuracy, including review by the authors wherever possible. If you identify any issues, please contact us.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Supplementary material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fbuil.2026.1827664/full#supplementary-material

References

  • 1

    Ait AbdelaliH.DerrouzH.ZennayiY.ThamiR. O. H.BourzeixF. (2021). Multiple hypothesis detection and tracking using deep learning for video traffic surveillance. IEEE Access9, 164282164291. 10.1109/ACCESS.2021.3133529

  • 2

    AlotaibiR. T. T.MaS. (2025). Real-time detection of unsafe worker behaviors via adaptive vision transformers in construction sites. Buildings15, 4205. 10.3390/buildings15224205

  • 3

    AlzarradA.EmanuelsC.ImtiazM.AkbarH. (2021). Automatic assessment of buildings’ location fitness for solar panel installation using drones and neural networks. CivilEng2, 10521064. 10.3390/civileng2040056

  • 4

    AlzarradA.AwolusiI.HatamlehM. T.TerrenoS. (2022). Automatic assessment of roof conditions using artificial intelligence and unmanned aerial vehicles. Front. Built Environ.8, 1026225. 10.3389/fbuil.2022.1026225

  • 5

    AlzarradA.AliS.ChowdhuryS.NarmanH. S. (2025). “Reducing gun-related incidents on construction sites: an AI-driven approach for automated detection of people, tools, and firearms,” in Computing in Civil Engineering 2025. 10.1061/9780784486436.032

  • 6

    DamaiA.SongH.NarmanH. S.LambertA.AlzarradA. (2025). “Enhancing railway safety: a machine learning approach for automated detection of missing track bolts,” in Computing in Civil Engineering 2025. 10.1061/9780784486436.024

  • 7

    DzengR.-J.FanB.HsiehT.-L. (2025). Dynamic collision alert system for collaboration of construction equipment and workers. Buildings15, 110. 10.3390/buildings15010110

  • 8

    FengR.MiaoY.ZhengJ. (2024). A YOLO-Based intelligent detection algorithm for risk assessment of construction sites. J. Intell. Constr.2, 118. 10.26599/JIC.2024.9180037

  • 9

    GuoZ.WangC.YangG.HuangZ.LiG. (2022). MSFT-YOLO: improved YOLOv5 based on transformer for detecting defects of steel surface. Sensors22, 3467. 10.3390/s22093467

  • 10

    JiangB.ZhuY.ZhouZ.ZhangY.XuL.WangJ. (2024). An improved safety belt detection algorithm for high-altitude work based on YOLOv8. Electronics13, 850. 10.3390/electronics13050850

  • 11

    KizilayF.NarmanM. R.SongH.NarmanH. S.CosgunC.AlzarradA. (2024). Evaluating fine-tuned deep learning models for real-time earthquake damage assessment with drone-based images. AI Civ. Eng.3, 15. 10.1007/s43503-024-00034-6

  • 12

    LeV. T.SongH.NarmanH. S.ZhuP.AlzarradA.CiskoA.et al (2025). Automated measurement of horizontal gauge deviation in railroads using depth sensor camera and machine learning. IEEE Access13, 215324215338. 10.1109/ACCESS.2025.3641797

  • 13

    LeeY.-R.JungS.-H.KangK.-S.RyuK.-C.RyuH.-G. (2023). Deep learning-based framework for monitoring wearing personal protective equipment on construction sites. J. Comput. Des. Eng.10, 905917. 10.1093/jcde/qwad019

  • 14

    LimL. M.YangL.ZhuW.MohamedA. S. A.AliM. K. M. (2025). Near miss detection using distancing monitoring and distance-based proximal indicators. IEEE Access13, 4844948468. 10.1109/ACCESS.2025.3548108

  • 15

    LópezL.Suárez-RamírezJ.Alemán-FloresM.MonzónN. (2025). Automated PPE compliance monitoring in industrial environments using deep learning-based detection and pose estimation. Autom. Constr.176, 106231. 10.1016/j.autcon.2025.106231

  • 16

    LyuY.ZhangT.LiX.LiuA.ShiG. (2025). LightUAV-YOLO: a lightweight object detection model for unmanned aerial vehicle image. J. Supercomput81, 105. 10.1007/s11227-024-06611-x

  • 17

    MaulanaR. A.Hardiansyah (2025). Implementation of YOLO algorithm for drowsiness detection as an additional safety feature in crane operation. J. Inotera10, 113120. 10.31572/inotera.Vol10.Iss1.2025.ID458

  • 18

    MohyA. A.BassioniH. A.ElgendiE. O.HassanT. M. (2025). Deep learning-enabled computer vision model for automated safety compliance in construction environments. J. Inf. Technol. Constr.30, 13981430. 10.36680/j.itcon.2025.057

  • 19

    OlimatH.AlwashahZ.AbudayyehO.LiuH. (2025). Data-driven analysis of construction safety dynamics: regulatory frameworks, evolutionary patterns, and technological innovations. Buildings15, 1680. 10.3390/buildings15101680

  • 20

    OnososenA. O.MusondaI.OnatayoD.SakaA. B.AdekunleS. A.OnatayoE. (2025). Drowsiness detection of construction workers using YOLOv8 and computer vision techniques. Buildings15, 500. 10.3390/buildings15030500

  • 21

    OuardirhiZ.MahmoudiS. A.ZbakhM. (2024). Enhancing object detection in smart video surveillance: a survey of occlusion-handling approaches. Electronics13, 541. 10.3390/electronics13030541

  • 22

    SaeedizadehN.JalaliS. M. J.KhanB.MohamedS. (2025). Cutting-edge deep learning methods for image-based object detection in autonomous driving: in-Depth survey. Expert Syst.42, e70020. 10.1111/exsy.70020

  • 23

    U.S. Bureau of Labor Statistics (BLS) (2026). National Census of Fatal Occupational Injuries in 2024. News release. Washington, DC: U.S. Department of Labor, Bureau of Labor Statistics. Available online at: https://www.bls.gov/news.release/pdf/cfoi.pdf (Accessed February 19, 2026).

  • 24

    YongxiangG.XingbinL.XiaolinQ. (2022). YouTube-GDD: a challenging Gun detection dataset with rich contextual information. arXiv preprint arXiv:2203.04129. 10.48550/arXiv.2203.04129

  • 25

    ZhouS.ZhouH.QianL. (2025). A multi-scale small object detection algorithm SMA-YOLO for UAV remote sensing images. Sci. Rep.15, 9255. 10.1038/s41598-025-92344-7

  • 26

    ZouX.HuY. (2024). Hidden danger detection and identification system of power transmission tower based on YOLOv11. Acad. J. Sci. Technol.13, 224231. 10.54097/rs28p954

Summary

Keywords

computer vision in construction, construction safety monitoring, deep learning, image-space proximity analysis, near-miss detection, worker-equipment interaction, YOLO object detection

Citation

Ali S, Alzarrad A, Chowdhury S and Narman HS (2026) Benchmarking YOLOv8-YOLOv12 models for image-space near-miss detection in construction safety. Front. Built Environ. 12:1827664. doi: 10.3389/fbuil.2026.1827664

Received

10 March 2026

Revised

19 May 2026

Accepted

20 May 2026

Published

12 June 2026

Volume

12 - 2026

Edited by

Hexu Liu, Western Michigan University, United States

Reviewed by

Alberto Cerezo Narváez, University of Cádiz, Spain

Jifei Liao, Chengdu University of Technology, China

Updates

Copyright

*Correspondence: Shahid Ali,

Disclaimer

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.

Outline

Figures

Cite article

Copy to clipboard


Export citation file


Share article

Article metrics