Next Article in Journal
SDA-SwinNet: Swin-UNet with Dense Skip and Shift-ASPP for Retinal Vessel Segmentation
Previous Article in Journal
Design and Experimental Field Mapping of Merritt Coil System for Polarized 3He Precision Measurements
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

YOLO-SCC: A Lightweight Object Detection Method for Mine Safety

1
School of Mechanical Engineering, Hebei University of Science and Technology, Shijiazhuang 050018, China
2
Shijiazhuang Coal Mining Machinery Co., Ltd., Shijiazhuang 050031, China
*
Author to whom correspondence should be addressed.
Sensors 2026, 26(15), 4897; https://doi.org/10.3390/s26154897
Submission received: 18 June 2026 / Revised: 15 July 2026 / Accepted: 18 July 2026 / Published: 3 August 2026
(This article belongs to the Section Industrial Sensors)

Highlights

What are the main findings?
  • Improved Precision and Localization Quality: Compared with YOLO26n, YOLO-SCC improves precision by 6.1 percentage points and mAP50-95 by 3.3 percentage points, while recall and mAP50 increase by 0.9 and 0.1 percentage points, respectively.
  • Validation of Module Effectiveness: The designed SCC enhancement structure (SPDConv, CBAM, ContextAggregation) effectively addresses three core challenges in underground detection: detail loss, background interference, and insufficient contextual information. The efficacy of each module is validated through ablation studies.
What are the implications of the main findings?
  • Provides a Feasible Solution for Lightweight Detection in Complex Industrial Scenarios: This study demonstrates that through carefully designed lightweight enhancement modules, the robustness of models in extreme environments can be significantly improved without substantially increasing computational costs. This offers important guidance for deploying high-performance safety monitoring systems on resource-constrained edge devices.
  • Directly Advances Intelligent Safety in Coal Mining: By enabling more accurate and reliable detection of underground personnel, this method can help reduce safety incidents caused by missed detections or false alarms. It provides core technological support for developing a new generation of intelligent mine safety monitoring platforms and emergency response systems.

Abstract

To address the challenges in personnel detection in underground coal mines, such as uneven lighting, dust occlusion, cluttered backgrounds, and significant scale variation of targets, this paper proposes a lightweight object detection method named YOLO-SCC. Based on the lightweight detection network YOLO26n, the SCC lightweight enhancement structure, composed of SPDConv, CBAM, and ContextAggregation, is constructed to improve feature representation and target recognition capability in complex underground environments while striving to maintain model compactness. Specifically, SPDConv optimizes the downsampling process to reduce the loss of feature details, which helps preserve edge and texture information of miners under low-light conditions, at long distances, or at small scales. CBAM adaptively weights features from both channel and spatial dimensions, enhancing the model’s focus on the main body of miners and suppressing irrelevant interference from light reflections, equipment structures, and dust noise. The ContextAggregation module aggregates richer contextual semantic information, strengthening the model’s discriminative ability for personnel targets under occlusion, dense distribution, and complex backgrounds. Experimental results show that with only a modest increase in parameters (from 2.38 MB to 2.88 MB) and computational cost (from 5.2 GFLOPs to 6.0 GFLOPs), YOLO-SCC achieves precision of 88.8%, recall of 82.2%, mAP50 of 85.3%, and mAP50-95 of 51.2%. These represent improvements of 6.1, 0.9, 0.1, and 3.3 percentage points, respectively, over the baseline YOLO26n. The results suggest that YOLO-SCC primarily improves false-positive suppression and localization quality in complex underground environments while maintaining a lightweight model scale.

1. Introduction

As a fundamental resource underpinning the global energy system and industrial production, coal’s strategic importance remains prominent. Its growing demand drives mining activities to greater depths, making the safety of underground personnel a core concern and a primary task for industry development [1,2,3,4]. The underground coal mine environment is complex, with frequent personnel movement, making operational safety a key issue in the intelligent construction of mines [5]. Accurate, real-time detection and identification of underground personnel not only provide fundamental support for personnel positioning, restricted area intrusion warnings, and operational behavior monitoring [6] but are also of great significance for improving mine safety management. However, underground mine environments typically suffer from insufficient lighting, localized strong reflections, dust diffusion, cluttered backgrounds, and target occlusion. These factors cause personnel targets in images to exhibit blurry edges, weak textures, and significant scale variations [7,8], posing considerable challenges to the stable application of object detection algorithms.
In recent years, the rapid development of deep learning has promoted the widespread application of object detection methods in complex industrial vision scenarios. Single-stage detection algorithms represented by the YOLO series, known for their fast detection speed, flexible deployment, and end-to-end training, have shown remarkable application prospects in fields such as remote sensing [9,10], agriculture [11,12], medicine [13,14], and industrial inspection [15,16]. For miner detection tasks in underground mines, the YOLO series offers a favorable balance between detection accuracy and real-time performance [17], making it a preferred choice. However, underground visual monitoring systems are often constrained by the computational power, storage resources, and power consumption of edge devices. Detection models must not only possess strong scene adaptability but also meet engineering requirements such as being lightweight, having a small parameter count, and having low computational complexity. Therefore, further improving detection performance in complex underground environments under the constraint of model scale has become a core challenge in this field.
To address the aforementioned challenges, this study adopts YOLO26n as the baseline model and proposes YOLO-SCC, a lightweight object detection method for underground personnel detection. Rather than simply stacking commonly used enhancement modules, YOLO-SCC is designed around three error sources that are particularly relevant to underground mine environments: the loss of fine-grained details during downsampling, false activations caused by complex backgrounds, and insufficient contextual representation under occlusion or dense target distributions.
Specifically, SPDConv is introduced at the early downsampling stage to preserve spatial details before feature compression, thereby mitigating the loss of edge and texture information for distant or small-scale personnel targets. CBAM is employed to selectively enhance personnel-related responses and suppress irrelevant activations caused by miner lamps, equipment structures, reflections, and dust. ContextAggregation is inserted after feature fusion in the neck to establish broader contextual dependencies and improve discrimination between personnel and visually similar background regions. By operating at different stages of the network, these modules form a progressive feature optimization pathway, from local detail preservation to target-focused feature refinement and, finally, contextual semantic aggregation.
Experimental results show that YOLO-SCC maintains a lightweight model scale, with 2.88M parameters and 6.0 GFLOPs. Compared with YOLO26n, YOLO-SCC improves precision by 6.1 percentage points and mAP50-95 by 3.3 percentage points, while recall and mAP50 increase by 0.9 and 0.1 percentage points, respectively. These results suggest that the proposed architecture primarily improves false-positive suppression and localization quality in complex underground environments while preserving the lightweight characteristics required for practical deployment.

2. Related Work

Jia P. et al. [18] proposed the YOLO-MD model, which integrates feature enhancement, multi-scale fusion, and feature calibration mechanisms. It effectively improves the accuracy and efficiency of personnel detection in complex underground environments, providing a real-time detection solution with higher recognition accuracy and reliability for mine safety monitoring.
Tian J. W. et al. [19] proposed a detection model based on Swin Transformer-YOLOv5. Under an edge-cloud collaborative architecture, it enhances the detection accuracy of mine video surveillance and its adaptability for edge deployment, offering a more efficient and reliable visual recognition solution for intelligent mine monitoring.
Li H. et al. [20] proposed a two-stage framework combining MCTE-GAN and YOLO-PKD. By enhancing low-light image quality and optimizing a lightweight detection model, it significantly improves the detection accuracy and real-time performance of mine monitoring under poor lighting conditions, providing a feasible intelligent perception solution for resource-constrained underground environments.
Zhang L. et al. [21] proposed the EAW-YOLO model, which achieves accurate real-time identification of personnel and vehicle targets underground by embedding an improved YOLOv11. Coupled with a PLC system for controlling air doors, it significantly enhances the automation level and safety reliability of mine ventilation management and control.
Zhang L. et al. [22] proposed the DBE-YOLO model. Through structural improvements, it enhances the accuracy and speed of detecting underground protective equipment, enabling reliable monitoring of safety gear in complex environments. This provides an efficient real-time visual solution for on-site safety management in coal mines.
Zhang F. et al. [23] proposed the DrillNet model, with an improved YOLO-GC network at its core. By integrating multi-scale feature fusion and global context aggregation, it achieves high-precision, real-time directional detection and automatic counting of drill rods in complex mine environments, significantly elevating the intelligent monitoring level of drilling operations.
Yu X. [24], Zhang Z. [25], Fan Y. [26], Wang Z. [27], Xin F. [28], and Jin H. et al. [29], based on the YOLOv8 model, respectively targeted key scenarios in coal mines such as foreign object monitoring on conveyor belts, personnel safety behavior recognition, hazardous area intrusion warning, equipment status perception, and coal sorting optimization. Through algorithmic improvements, they achieved more accurate, faster, and lighter visual detection capabilities in complex underground environments, collectively advancing the closed-loop application of mine intelligence from perception to control.
Li X. et al. [30] proposed a Faster R-CNN-LSTM dual-stream network, which significantly improves action recognition accuracy through temporal and spatial feature fusion. However, its high computational complexity may make it less suitable than lightweight YOLO-series models for mine monitoring scenarios requiring high real-time response.
Zhai S. et al. [31] proposed the DF-SSD model. By introducing a DenseNet backbone and multi-scale feature fusion, it significantly enhances feature extraction capability and small object detection performance, achieving better parameter efficiency than the original SSD and Faster R-CNN. However, the computational burden introduced by its densely connected structure poses a significant challenge under the harsh deployment constraints of high real-time demand and low computing power underground. Its practical efficiency may not match that of lightweight YOLO models specifically optimized for similar scenarios.
Du S. et al. [32] proposed TSD-YOLO, an improved YOLOv8-based traffic sign detection method. They introduced an SPD module to enhance multi-scale feature representation and a Select Kernel attention mechanism to reduce background interference. Experiments showed improved mAP50 while maintaining high detection speed.
Li N. et al. [33] proposed IHENet for low-light object detection. The method employs an illumination-robust feature extractor and a hierarchical feature enhancement network to improve illumination adaptation and preserve detection-relevant details. Experiments showed improved mAP50 with reduced model parameters.

3. YOLO-SCC Lightweight Object Detection Method

In response to the core challenges of detail loss, background interference, and semantic ambiguity in underground personnel detection, this study proposes YOLO-SCC, an enhanced lightweight object detection model based on YOLO26n [34]. The original architecture of YOLO26n is shown in Figure 1.
YOLO-SCC is designed as a progressive feature optimization framework that aims to preserve local details, suppress background interference, and enhance contextual semantic representation while maintaining a lightweight model scale. Its SCC enhancement structure consists of three module types: SPDConv, CBAM, and ContextAggregation. Among them, CBAM is deployed at two different stages of the network to perform feature refinement for different purposes.
Specifically, SPDConv is introduced in the early downsampling layers of the backbone to reduce the loss of fine-grained spatial details. A CBAM module is placed in the middle layers of the backbone to suppress background interference. ContextAggregation is inserted after feature fusion in the neck to enhance contextual discrimination, and an additional CBAM module is applied before generating shallow output features to further refine detail-rich but noise-sensitive features. As summarized in Table 1, these components are deployed at different stages of the network and perform complementary functions, thereby forming a progressive feature optimization pathway for underground personnel detection.
From a feature flow perspective, the SCC structure is not intended as a simple serial combination of independent modules. Its deployment follows the order in which three types of feature errors arise in underground coal mine imagery and feature extraction: local detail loss caused by early downsampling; background-induced false activations caused by miner lamps, reflections, dust, and equipment structures; and contextual ambiguity caused by occlusion or dense target distributions. SPDConv is therefore placed before substantial feature compression to preserve local edge and texture cues. These detail-preserved features provide a more reliable basis for the subsequent CBAM to distinguish personnel-related responses from visually similar background activations. By suppressing irrelevant activations before feature fusion, CBAM also provides cleaner inputs for ContextAggregation. ContextAggregation then exploits the relationship between a candidate region and its surrounding context to improve discrimination for partially occluded or densely distributed personnel targets. The additional CBAM module in the neck further refines shallow, detail-rich output features after feature fusion.
This ordering creates functional complementarity rather than simple module accumulation. When SPDConv is used alone, it may preserve both personnel details and background clutter. When CBAM is used without sufficient detail preservation, it may attenuate weak responses from distant, small-scale, or heavily occluded personnel targets. Similarly, ContextAggregation cannot recover local evidence that has already been lost during downsampling, nor can it fully eliminate background interference propagated from earlier stages. In the complete SCC structure, detail preservation supports attention-based feature selection, attention filtering improves the reliability of contextual aggregation, and contextual aggregation resolves ambiguities that remain after local feature refinement. Therefore, the SCC structure constitutes a task-oriented feature-flow mechanism tailored to underground personnel detection, rather than an arbitrary stacking of existing modules.

3.1. Feature Enhancement and Focusing in the Backbone Network

At the source of feature extraction, this study introduces the SPDConv module to replace two critical downsampling layers in the original network. This method stems from the concept of space-to-depth image transformation, aiming to substitute the information-losing pooling or strided convolution operations with lossless feature reorganization.
Given an intermediate feature map X S × S × C 1 , where is the standard symbol for the set of real numbers, the SPD layer first systematically slices it along the spatial dimension into a sequence of s c a l e 2 sub-feature maps. This module selects s c a l e = 2 . These sub-feature maps f x , y are generated by the following slicing operation:
f 0 , 0 = X [ 0 : S : scale , 0 : S : scale ] f scale 1 , 0 = X [ scale 1 : S : scale , 0 : S : scale ] ;
f 0 , 1 = X [ 0 : S : scale , 1 : S : scale ] f scale 1 , 1 = X [ scale 1 : S : scale , 1 : S : scale ] ;
f 0 , scale 1 = X [ 0 : S : scale , scale 1 : S : scale ] f 1 , scale 1 f scale 1 , scale 1 = X [ scale 1 : S : scale , scale 1 : S : scale ] .
Each sub-feature map f x , y has a size of S / s c a l e × S / s c a l e × C 1 . Subsequently, these sub-feature maps are concatenated along the channel dimension to obtain the reorganized feature map X :
X = Concat f 0 , 0 , f 1 , 0 , , f scale 1 , scale 1 S scale × S scale × ( scale 2 · C 1 )
The spatial dimensions of the feature map are compressed from S × S to S / s c a l e × S / s c a l e , while the number of channels is expanded by a factor of s c a l e 2 . Subsequently, a convolutional layer with a stride of 1 performs channel fusion and adjustment on X , outputting the feature map X with the target channel number C 2 [35]. Figure 2 below illustrates the SPDConv operation when s c a l e = 2 is selected, where the symbol represents channel concatenation of the four sub-feature maps generated by space-to-depth transformation.
X S s c a l e , S s c a l e , s c a l e 2 C 1 Conv   ( stride = 1 ) X S s c a l e , S s c a l e , C 2
The entire SPDConv operation, through the aforementioned mathematically strict information-preserving spatial reorganization of feature maps, replaces the information-discarding pooling or strided convolution in traditional downsampling. This maximizes the retention of edge and texture details for small-scale personnel targets while compressing the feature map size, thereby effectively mitigating the issue of detail loss caused by resolution reduction at the fundamental level.
Subsequently, the CBAM is embedded into the middle layers of the backbone network. Its structure is illustrated in Figure 3, where the cross symbol denotes element-wise multiplication between the original feature map and attention weights. The module sequentially infers attention maps along both the channel and spatial dimensions, enabling the adaptive refinement of the input features [36].
Given an input feature map F C × H × W , CBAM first computes a one-dimensional channel attention map M C C × 1 × 1 by applying a shared multilayer perceptron (MLP) to both the average-pooled and max-pooled features and then summing the results:
M c ( F ) = σ MLP AvgPool ( F ) + MLP MaxPool ( F ) = σ W 1 W 0 F avg c + W 1 W 0 F max c
In Equation (6): σ denotes the Sigmoid activation function, W 0 C / r × C and W 1 C × C / r are the shared MLP weights, and r is the reduction ratio. The channel-refined feature F is obtained through element-wise multiplication, as illustrated in Figure 4, where denotes element-wise addition of two feature vectors, and σ represents the Sigmoid activation function shown by the circular curved line icon in the diagram.
F = M c ( F ) F
In Equation (7), denotes the element-wise multiplication.
Subsequently, a two-dimensional spatial attention map M s 1 × H × W is computed based on F . This module performs average pooling and max pooling separately along the channel axis. The resulting two two-dimensional descriptors are then concatenated, and the final weights are generated by a convolutional layer, as shown in Figure 5. In this figure, cubic shapes denote feature tensors, while colored prismatic blocks represent intermediate feature maps. The Sigmoid activation function is applied to generate the final spatial attention map M S .
M s ( F ) = σ f 7 × 7 AvgPool ( F ) ; MaxPool ( F ) = σ f 7 × 7 F a v g s ; F max s
The final output feature F is
F = M s ( F ) F
Through the aforementioned module, the network is able to adaptively calibrate channel and spatial responses during the early stages of feature extraction. This allows it to initially focus on the main body region of personnel and suppress strong background interferences in underground mines, such as miners’ lamps, equipment, and dust.

3.2. Progressive Multi-Scale Optimization in the Neck Network

The ContextAggregation module is introduced after feature fusion in the neck to aggregate global contextual information and redistribute it according to the responses at different spatial positions, as illustrated in Figure 6, In this figure, denotes matrix multiplication, denotes element-wise multiplication, with Sigmoid and SoftMax are activation functions. Inspired by the general concept of contextual aggregation [37], the implemented module uses attention-based global context pooling and spatial gating to enhance feature representations.
Given an input feature map X B × C × H × W , where B , C , H , and W denote the batch size, number of channels, height, and width, respectively, let L = H W denote the total number of spatial positions. The intermediate channel dimension is defined as C = max ( C / r , 1 ) , where r is the channel reduction ratio.
First, a spatial gating map is generated using a 1 × 1 convolution followed by a Sigmoid activation function:
A s = σ f a ( X )
where A s B × 1 × H × W , f a ( ) denotes a 1 × 1 convolution, and σ denotes the Sigmoid function.
Meanwhile, another 1 × 1 convolution is used to generate the spatial context weights. The spatial dimensions are flattened, and Softmax normalization is performed over all L spatial positions:
K = Softmax L Reshape f k ( X )
where K B × 1 × L × 1 , and the weights over all spatial positions sum to one. f k ( ) denotes a learnable 1 × 1 convolution that maps the input channels from C to 1, Reshape denotes a tensor-dimension rearrangement operation, Softmax L denotes Softmax normalization along the L spatial positions, and K denotes the normalized spatial context weights.
The value features are generated through a separate 1 × 1 convolution and reshaped as
V = Reshape f v ( X )
where V B × 1 × C × L .
The global context feature is obtained by performing weighted aggregation over all spatial positions:
G = Reshape ( V K ) = i = 1 L K i V i ,
where G B × C × 1 × 1 . This operation summarizes information from the entire feature map according to the learned spatial context weights. The aggregated context feature is then projected back to the original channel dimension and modulated by the spatial gating map. Finally, a residual connection is applied:
Y = X + f m ( G ) A s
where f m ( ) denotes a 1 × 1 convolution that maps the channel dimension from C to C and denotes element-wise multiplication with broadcasting. The output Y B × C × H × W preserves the original input features while selectively enhancing spatially relevant regions with globally aggregated contextual information.
Furthermore, before generating the final shallow-level feature maps used for detecting small targets, a CBAM module is reintroduced. This module performs a secondary refinement of the shallow features, which are rich in detail but also contain more noise, in both spatial and channel dimensions. This ensures the accuracy of the model’s focus on distant or occluded targets.
This design establishes a clear progressive feature optimization pathway. The overall architecture of YOLO-SCC is illustrated in Figure 7 below. The input image is processed by the backbone network, which generates multi-scale foundational features. This is achieved through SPDConv-guaranteed preservation of low-level details and preliminary CBAM-guided feature focusing. These features then undergo upsampling, downsampling, and fusion within the neck network. ContextAggregation is applied to consolidate and integrate high-level semantics, and a final CBAM performs precise calibration of the output features. Finally, the optimized feature maps at three different scales are fed into the detection head to predict personnel targets of large, medium, and small scales, respectively. The entire process systematically enhances the model’s capabilities—from local detail perception to global semantic consistency—under the constraint of maintaining a lightweight architecture.

4. Experiments and Results

4.1. Parameter Configuration and Dataset

To comprehensively evaluate the model’s performance in complex real-world underground mining environments, this study developed a dedicated dataset for mine personnel detection. The dataset consists of two components: the publicly available coal_miner dataset sourced from the RoboFlow platform, and the widely used multi-scenario underground dataset DsLMF+. Through screening and merging of the two, a final dataset comprising 3629 real underground images was constructed. To ensure the objectivity of the evaluation, all images were randomly divided into training, validation, and test sets in a 7:1.5:1.5 ratio.
The experimental dataset was constructed by combining the publicly available coal_miner dataset from Roboflow with a subset adapted from DsLMF+ for underground personnel detection. The final dataset contains 3629 images and 7050 annotated personnel instances. The dataset includes a single detection category, namely, person (class 0). According to the original dataset identifiers provided by the data sources, no overlapping records were identified between the two source datasets. The training, validation, and test sets contain 2538, 541, and 550 images, with 5277, 919, and 854 annotated instances, respectively. The widths and heights of the original images range from 588 to 2592 pixels and from 480 to 1944 pixels, respectively.
The annotations provided by the original public datasets were retained, and no additional manual relabeling was performed by the authors. To assess annotation file integrity, an automated check of the YOLO labels was conducted. No missing label files, empty label files, malformed annotation entries, or unreadable images were found. The detailed dataset statistics are summarized in Table 2.
The images in the dataset cover multiple typical operational scenarios in underground mines, including tunneling, support installation, transportation, and maintenance, as shown in Figure 8 below. Personnel targets encompass various postures such as standing, walking, and crouching. The lighting conditions in the scenes are complex and variable, presenting challenges such as localized strong lighting, backlighting, low illumination, and dust interference, which authentically reflect the visual detection difficulties in coal mine environments. All personnel targets are accurately annotated with bounding boxes. The construction of this dataset aims to provide a representative and comprehensively covered benchmark for research on lightweight object detection in underground mines.
The key hyperparameter settings used for model training and evaluation are listed in Table 3 below and the computer hardware and software configurations on which the experiments rely are detailed in Table 4 below.

4.2. Model Evaluation Metrics

To comprehensively evaluate model performance, this study adopts a commonly used evaluation system in the field of object detection, which mainly includes the following metrics:
(1)
Precision (P): Precision is a core metric for assessing model quality, measuring the proportion of true positive samples among all predicted positive samples. It reflects the model’s ability to identify correct detections, where a high precision means the identified targets are mostly correct, with fewer false positives.
(2)
Recall (R): Recall measures the proportion of all actual positive samples that are successfully detected by the model, reflecting the model’s ability to find all relevant targets. A high recall indicates fewer missed detections.
(3)
Mean Average Precision at IoU = 0.5 (mAP50): This metric reflects the model’s overall performance under a relaxed localization criterion (Intersection over Union, IoU ≥ 0.5).
(4)
Mean Average Precision over IoU Thresholds 0.5 to 0.95 (mAP50-95): This metric is considered the gold standard for evaluating the spatial accuracy between predicted bounding boxes and ground truth boxes. It comprehensively assesses the model’s localization precision across varying IoU thresholds. For safety-critical applications in mines, such as personnel positioning and distance estimation, mAP50-95 holds extremely high reference value.
(5)
Parameter Count (Params): The total number of all learnable parameters in the model, measured in millions (M). It directly relates to the model’s size and affects storage and loading requirements.
(6)
Computational Complexity (GFLOPs): The number of floating-point operations required for a single forward inference of the model, measured in billions. This metric is a key indicator of the model’s computational complexity.
The formula for precision is
Precision = T P T P + F P
The formula for recall is
Recall = T P T P + F N
The formula for average precision is
m A P = 1 m i = 1 m A P i

4.3. Ablation Study

To scientifically validate the effectiveness of each module in the proposed YOLO-SCC structure and their synergistic interactions, an ablation study on the SCC structure was conducted. Using YOLO26n as the baseline model, a control variable approach was employed to progressively integrate each enhancement module, resulting in five comparative model configurations. This design aims to investigate the individual contribution and combined effects of each module on the final detection performance. All comparative experiments were conducted under the same dataset and experimental environment described in Section 4.1. The models were rigorously evaluated using the metrics defined in Section 4.2.
Table 5 summarizes the ablation results of the proposed SCC enhancement structure. YOLO26n provides a compact baseline with a precision of 0.827, recall of 0.813, mAP50 of 0.852, and mAP50-95 of 0.479. The results of the single-module configurations indicate that the three modules affect different aspects of feature representation and introduce different performance trade-offs when used independently. To control model complexity, all ablation variants except the original YOLO26n baseline employ a simplified SPPF configuration, denoted as S-SPPF. The S-SPPF module alone has a negligible effect on the detection performance, and the performance variations observed in the ablation experiments mainly result from the introduced feature enhancement modules rather than the SPPF configuration. In the CBAM-only and ContextAggregation-only variants, the parameter reduction achieved by S-SPPF exceeds the additional parameters introduced by the corresponding module, resulting in slightly lower parameter counts than the baseline.
When ContextAggregation is introduced alone, precision increases from 0.827 to 0.909, while mAP50 and mAP50-95 increase slightly to 0.856 and 0.481, respectively. However, recall decreases from 0.813 to 0.781. Similarly, the CBAM-only configuration improves precision to 0.906 and mAP50 to 0.857, but recall decreases to 0.794 and mAP50-95 changes only slightly to 0.480. These results suggest that ContextAggregation and CBAM can enhance the discrimination of personnel-related features and suppress some background-induced false activations, but when used alone, they may also suppress weak responses associated with difficult personnel targets, thereby reducing detection coverage.
SPDConv alone achieves a precision of 0.904, but its recall decreases substantially to 0.744, while mAP50 and mAP50-95 decrease to 0.823 and 0.462, respectively. This result does not imply that SPDConv is ineffective for preserving local details. Rather, it indicates that local detail preservation alone is insufficient to ensure stable detection coverage in complex underground scenes. Without subsequent feature selection and contextual discrimination, the detail-preserved features may still contain substantial background clutter or may not provide sufficient semantic information for reliably identifying difficult personnel targets.
The two-module configurations further demonstrate the complementary roles of the proposed components. Compared with SPDConv alone, the combination of SPDConv and ContextAggregation increases recall from 0.744 to 0.807 and improves mAP50-95 from 0.462 to 0.497, while restoring mAP50 to 0.852. This result indicates that ContextAggregation can compensate for part of the limitation of SPDConv by incorporating broader contextual information and improving the semantic discrimination of detail-preserved features. In contrast, the SPDConv + CBAM configuration achieves a precision of 0.854, recall of 0.747, mAP50 of 0.820, and mAP50-95 of 0.482. Although its mAP50-95 is slightly higher than that of SPDConv alone, the configuration does not provide a balanced improvement in detection coverage and localization quality. The combination of ContextAggregation and CBAM achieves a precision of 0.831, recall of 0.785, mAP50 of 0.845, and mAP50-95 of 0.490. Although this configuration improves mAP50-95 compared with the baseline model, it does not achieve a favorable balance across all detection metrics and has the highest computational cost among the evaluated variants, with 2.957744M parameters and 7.3 GFLOPs. Therefore, simply combining attention-based refinement and contextual aggregation does not necessarily produce the most effective architecture.
Among all configurations, YOLO-SCC achieves the highest recall of 0.822 and the highest mAP50-95 of 0.512. Compared with YOLO26n, YOLO-SCC improves precision by 6.1 percentage points, recall by 0.9 percentage points, mAP50 by 0.1 percentage points, and mAP50-95 by 3.3 percentage points. These results indicate that the complete SCC structure provides a more balanced trade-off between detection coverage, localization quality, and model complexity than the individual modules or partial combinations. Specifically, SPDConv preserves local edge and texture cues during early downsampling; CBAM suppresses irrelevant activations caused by miners’ lamps, equipment structures, reflections, and dust; and ContextAggregation integrates broader contextual information to distinguish personnel from visually similar background regions. When these components are deployed at their designated stages, local detail preservation supports feature selection, attention-based filtering improves the reliability of contextual aggregation, and contextual information further resolves ambiguities that remain after local feature refinement.

4.4. Comparative Experiment

The inference speed was calculated using the average per-image processing time reported during test set evaluation. The total processing latency consists of preprocessing, model inference, and post-processing time, while the loss calculation time was excluded. Accordingly, FPS was calculated as
T total = T preprocess + T inference + T postprocess
FPS = 1000 T total
where T total is expressed in milliseconds per image.
Table 6 compares YOLO-SCC with conventional detectors, a Transformer-based detector, a mine-specific detector, and several lightweight YOLO variants. Faster R-CNN achieves the highest recall of 0.897 and mAP50 of 0.857. However, its 137.099M parameters, 370.21 GFLOPs, and processing speed of 17.5 FPS indicate a relatively high runtime cost. RT-DETR-R50 achieves a precision of 0.830 and a processing speed of 44.84 FPS, but its computational requirements remain considerably higher than those of the lightweight YOLO models [38]. Rep-YOLO, which was specifically developed for mine-personnel detection, achieves the highest mAP50 of 0.862. Nevertheless, its 23.067M parameters, 68.9 GFLOPs, and processing speed of 60.24 FPS indicate substantially higher computational costs than the nano-scale YOLO variants [39]. SSD achieves the highest precision of 0.9181, but its recall is limited to 0.7084, with a processing speed of 61.8 FPS.
Among the compared lightweight YOLO models, YOLOv8n achieves the highest processing speed of 218.45 FPS and the highest recall of 0.840. YOLOv11n and YOLOv12n contain fewer parameters than YOLO-SCC, with 2.582M and 2.557M parameters, respectively. Meanwhile, YOLO26n has the lowest parameter count and GFLOPs among the evaluated YOLO variants, with 2.375M parameters and 5.2 GFLOPs. These results indicate that no single lightweight model consistently dominates all detection accuracy, model complexity, and processing speed metrics.
YOLO-SCC achieves the highest mAP50-95 of 0.512 among all evaluated models and the highest precision of 0.888 among the compared YOLO variants. It also obtains a recall of 0.822 and mAP50 of 0.853. With 2.883M parameters, 6.0 GFLOPs, and a processing speed of 192.31 FPS, YOLO-SCC maintains a compact model scale and real-time processing capability under the stated evaluation conditions. It should be noted that GFLOPs and FPS do not exhibit a simple linear relationship, as inference speed is also affected by factors such as network architecture, operator implementation, and hardware execution efficiency. Therefore, the slightly higher FPS of YOLO-SCC compared with YOLO26n, despite its higher GFLOPs, results from the combined effects of these factors rather than the computational complexity alone.
Although YOLO-SCC does not achieve the highest value in every individual metric, it was selected as the final architecture because it provides a favorable combination of detection accuracy, model complexity, and processing speed. In particular, the improvement in mAP50-95 indicates better overall detection and localization performance across different IoU thresholds, while the compact parameter count, limited computational cost, and high FPS preserve its suitability for real-time mine personnel monitoring. Therefore, YOLO-SCC offers a practical trade-off that is consistent with the accuracy and deployment requirements of complex underground environments.

4.5. Visualization and Analysis of Results

This section presents a comparative visual analysis of the feature attention patterns between the baseline model YOLO26n and the improved model YOLO-SCC in specific underground scenarios characterized by strong lighting, dust, and occlusion. As shown in the comparative heatmaps in Figure 9, Figure 10, Figure 11, Figure 12 and Figure 13, a higher color temperature indicates a stronger focus and reliance of the model on the corresponding region. The analysis reveals that under the same interference conditions, the YOLO-SCC model’s high-activation regions are more concentrated and stably focused on the key discriminative features of personnel targets, while maintaining lower activation responses to background and noise interference. In contrast, the feature attention regions of the YOLO26n model exhibit a certain degree of dispersion in similar scenarios and are more prone to activation in non-target areas or display positional deviations in activation under strong light or dust interference. These results, from an interpretability perspective, indicate that the introduced SCC structure helps enhance the model’s feature selectivity and anti-interference capability in complex underground environments, making its decision-making process more focused on regions highly relevant to the target semantics.

4.6. Failure Case Analysis and Limitations

Figure 14, Figure 15 and Figure 16 show representative failure cases of YOLO-SCC under challenging underground conditions. Figure 14 illustrates missed detections caused by strong illumination interference. In this scenario, YOLO-SCC can detect the personnel target in some images, but when local overexposure weakens the visible personnel features, the model may fail to detect the target. Figure 15 shows missed detections caused by extremely small targets and dust interference. When the personnel occupy only a very small region of the image and dust further weakens the available texture and contour information, the model may fail to generate a reliable detection response. Figure 16 presents missed detections under insufficient illumination and low target-background contrast. The blue boxes represent detected targets and their corresponding confidence scores. In this case, the visual response of the personnel region becomes weak, and the personnel target may be confused with the surrounding roadway background, resulting in missed detection. In each figure, the first two images show detectable cases under similar conditions, while the third image shows a missed detection case.

5. Conclusions

This study addressed the challenges of personnel detection in complex underground coal mine environments by proposing YOLO-SCC, a lightweight object detection method based on YOLO26n. The proposed method integrates an SCC enhancement structure composed of SPDConv, CBAM, and ContextAggregation while maintaining a compact model scale. It improves feature representation and target discrimination from three complementary aspects: local detail preservation, attention-based feature refinement, and contextual semantic aggregation. Experimental results show that YOLO-SCC maintains a lightweight model scale, with 2.88M parameters and 6.0GFLOPs. Compared with YOLO26n, YOLO-SCC improves precision from 0.827 to 0.888 and mAP50-95 from 0.479 to 0.512, while recall increases from 0.813 to 0.822 and mAP50 increases from 0.852 to 0.853. These results suggest that the proposed architecture primarily improves false-positive suppression and localization quality in complex underground environments while preserving the lightweight characteristics required for practical deployment. The experimental results support the effectiveness of the proposed SCC enhancement structure under the evaluated conditions.
Furthermore, a comparative visual analysis of detection results reveals that YOLO-SCC exhibits stronger detection performance in various challenging scenarios. Compared to YOLO26n, the proposed method shows a significant reduction in missed and false detections under conditions such as low light, small target scales, and occlusion. Particularly in samples with severe local occlusion, such as miner targets where only the helmet is visible, YOLO26n often misses detections due to excessive focus on local receptive fields, whereas YOLO-SCC can effectively associate local features with the surrounding environment, achieving more accurate personnel identification. This indicates that the proposed method not only improves numerical metrics but also better adapts to the complex visual environment of underground coal mines in terms of practical detection effectiveness.
In summary, while retaining the advantages of a lightweight model, YOLO-SCC significantly enhances the comprehensive performance of underground personnel detection. Under interference from strong light and complex backgrounds, YOLO-SCC maintains excellent target perception capabilities, and the model’s focus consistently remains on the target itself. Future work will focus on evaluating YOLO-SCC on edge devices and investigating its on-device inference latency to further validate its practical deployment capability in real underground coal mine environments.

Author Contributions

Conceptualization, Z.W. and X.Z.; methodology, Z.W.; software, X.Z.; validation, Y.C., X.Z., Y.Y. and Y.L.; formal analysis, Y.C.; investigation, Y.Y. and Y.L.; resources, Y.Y. and Y.L.; data curation, Z.W.; writing—original draft preparation, Z.W.; writing—review and editing, Z.W. and Y.C.; visualization, X.Z.; supervision, Y.C.; project administration, Z.W.; funding acquisition, Y.C. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Central Guidance on Local Science and Technology Development Fund of Hebei Province (Grant No. 254Z1904G), Research Project of Hebei Education Department (Grant No. CXY2025041), and Shijiazhuang Science and Technology Bureau Basic Research Project of Shijiazhuang University in Hebei Province (Grant No. 241791157A).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data is contained within the article.

Acknowledgments

Hereby, we state that during manuscript preparation, we only used AI tools DeepSeek (version DeepSeek-V3) for full-text translation and polishing of partial sentences. No generative AI was involved in research framework design, data analysis, result interpretation, or the creation of the core academic content of this paper. All research ideas, experimental schemes, raw data processing, discussions, and conclusions of this paper were independently completed by all authors. We take full responsibility for the originality, accuracy, and integrity of all content in the manuscript and have fully reviewed and revised the final version.

Conflicts of Interest

Authors Yang Yang and Yingna Li are employed by the company Shijiazhuang Coal Mining Machinery Co., Ltd. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. Yang, T.; Guo, Y.; Li, D.; Wang, S. Vision-Based Obstacle Detection in Dangerous Region of Coal Mine Driverless Rail Electric Locomotives. Measurement 2025, 239, 115514. [Google Scholar] [CrossRef]
  2. Roy, S.; Mishra, D.P.; Agrawal, H.; Bhattacharjee, R.M. Development of Productivity Model of Continuous Miner Operators Working in Hazardous Underground Mine Environmental Conditions. Measurement 2025, 239, 115516. [Google Scholar] [CrossRef]
  3. Wang, X.M.; Zhong, Y.M. Design of Intelligent Early Warning System for Fully Enclosed Transportation of Monorail Crane in Coal Mine. Eng. Mach. 2025, 56, 1–4. [Google Scholar]
  4. Lei, Y.; Zhao, L.; Yao, L.; Yin, S.C.; Ren, X.L.; Jiang, F.; Yan, X.D. Research and Practice of Intelligent Transportation Dispatch Management System in Coal Mine. Coal Mine Mach. 2025, 46, 200–204. [Google Scholar]
  5. Li, J.; Xie, S.H.; Zhou, X.Y.; Zhang, L.; Li, X.G. Real-Time Detection of Coal Mine Safety Helmet Based on Improved YOLOv8. J. Real-Time Image Process. 2025, 22, 26. [Google Scholar]
  6. Yang, T.; Guo, Y.C.; Wang, S.; Ma, X. Obstacle Recognition for Unmanned Rail Electric Locomotive in Coal Mine. J. Zhejiang Univ. 2024, 58, 29–39. [Google Scholar]
  7. Zhang, K.H. Research on Intelligent Obstacle Avoidance Control Method of Explosion-Proof Lithium Battery Monorail Crane Based on Binocular Vision. China Mach. 2024, 18, 78–81. [Google Scholar]
  8. Chen, Z.H.; Wang, H.J.; Si, S.J.; Yu, F. Research on Intelligent Guidance and Obstacle Avoidance Technology for Auxiliary Transport Vehicles in Complex Mine Environment. Inn. Mong. Coal Econ. 2025, 21, 61–63. [Google Scholar]
  9. Zhang, J.; Lin, S.; Ding, L.; Bruzzone, L. Multi-Scale Context Aggregation for Semantic Segmentation of Remote Sensing Images. Remote Sens. 2020, 12, 701. [Google Scholar] [CrossRef]
  10. Chen, C.; Yu, J.; Lin, Y.; Lai, F.; Zheng, G. Fire Detection Based on Improved PP-YOLO. Signal Image Video Process. 2023, 17, 1061–1067. [Google Scholar]
  11. Li, A.; Zhang, K.; Wang, B.; Xu, C.; Liu, J. YOLO-CottWed: A Lightweight Network for Fine-Grained Weed Detection in Cotton Fields. Neurocomputing 2026, 681, 133404. [Google Scholar] [CrossRef]
  12. Pan, W.; Liu, C.; Quan, L.; Du, X.; Song, Y. YOLO-ECN: An Efficient Tea Bud Recognition Model Based on YOLOv10s. Smart Agric. Technol. 2024, 14, 102048. [Google Scholar]
  13. Zhou, T.; Chen, K.X.; Lu, H.L.; Yu, S.Y.; Chai, W.W. PSCA-YOLO: An Enhanced YOLO with Position-Semantics Coupled Attention for Mandibular Fracture Detection. iScience 2026, 29, 115404. [Google Scholar] [CrossRef] [PubMed]
  14. Jiang, K.; Wang, Y.; He, H.; Chen, H.; Shen, H. Application of YOLO-v7 and YOLO-v8 Transfer Learning Models in Breast Lesion Classification and Diagnosis. Curr. Med. Imaging. 2026, 22, E15734056422406. [Google Scholar] [CrossRef] [PubMed]
  15. Wang, X.Y.; Wang, H.X.; Mu, N.N.; Li, S.M.; Kong, M.Y. Improved DMMA-YOLO Network for Small Defect Detection in Infrared Images of Photovoltaic Panels. Measurement 2026, 276, 121527. [Google Scholar] [CrossRef]
  16. Carvalho, J.P.M.; Stefenon, S.F.; Leithardt, V.R.Q.; Seman, L.O.; Yow, K.C. Input Attention, Squeeze and Excitation, and Spatial Transformer of YOLO for Fault Detection Using UAV. Ain Shams Eng. J. 2026, 17, 104067. [Google Scholar] [CrossRef]
  17. Shao, Y.H.; Zhang, D.; Chu, H.Y.; Zhang, X.Q.; Rao, Y.B. A Survey of YOLO Object Detection Based on Deep Learning. J. Electron. Inf. Technol. 2022, 44, 3697–3708. [Google Scholar]
  18. Jia, P.; Xia, M.; Wang, B.; Wang, W. YOLO-MD: A Multi-Scale Personnel Detection Model Combining Feature Enhancement and Calibration for Complex Underground Coal Mine Environments. Measurement 2026, 265, 120314. [Google Scholar] [CrossRef]
  19. Tian, J.W.; Tang, Z.S. Research on Mine Intelligent Monitoring Technology Based on Edge Computing and ST-YOLO. Coal Eng. 2024, 56, 165–173. [Google Scholar]
  20. Li, H.; Xie, B.; Li, X.; Luan, Z. New Insights for Enhancing the Intelligence of Coal Mine: A Two-Stage Method for Unsupervised Low-Light Image Enhancement and Lightweight Detection. Alex. Eng. J. 2026, 141, 24–51. [Google Scholar] [CrossRef]
  21. Zhang, L.; Bai, T.; Tao, H.J.; Wang, F.Y.; Zheng, A. Research on Mine Air Door Monitoring System Based on PLC and Improved YOLOv11 Model. J. Mine Autom. 2026, 52, 56–63. [Google Scholar]
  22. Zhang, L.; Sun, Z.P.; Tao, H.J.; Hao, S.K.; Yan, Q.R. Research on Real-Time Monitoring Method of Mine Personnel Protective Equipment Based on Improved YOLOv8. Coal Sci. Technol. 2025, 53, 354–365. [Google Scholar]
  23. Zhang, F.; Zhao, S.; Zhang, H.; Ma, Y.; Zhang, Q. Multi-Scale Fusion Network for Coal Mine Drill Rod Counting Based on Directional Object Detection in Complex Scenes. Results Eng. 2025, 27, 106876. [Google Scholar] [CrossRef]
  24. Yu, X.; Luo, Z. Research on Dry Process Quality Improvement of Low-Rank Coal Based on Artificial Intelligence Detection and Optimization. Fuel 2026, 407, 137321. [Google Scholar] [CrossRef]
  25. Zhang, Z.; Tao, L.; Yao, L.; Li, J.; Li, C. LDSI-YOLOv8: Real-Time Detection Method for Multiple Targets in Coal Mine Excavation Scenes. IEEE Access 2024, 12, 132592–132604. [Google Scholar] [CrossRef]
  26. Fan, Y.; Mao, S.; Li, M.; Wu, Z.; Kang, J. CM-YOLOv8: Lightweight YOLO for Coal Mine Fully Mechanized Mining Face. Sensors 2024, 24, 1866. [Google Scholar] [CrossRef] [PubMed]
  27. Wang, Z.; Liu, Y.; Duan, S.; Pan, H. An Efficient Detection of Non-Standard Miner Behavior Using Improved YOLOv8. Comput. Electr. Eng. 2023, 112, 109021. [Google Scholar] [CrossRef]
  28. Xin, F.; He, X.; Yao, C.; Li, S.; Ma, B. A Real-Time Detection for Miner Behavior via DYS-YOLOv8n Model. J. Real-Time Image Process. 2024, 21, 92. [Google Scholar] [CrossRef]
  29. Jin, H.; Ren, S.; Li, S.; Liu, W. Research on Mine Personnel Target Detection Method Based on Improved YOLOv8. Measurement 2025, 245, 116624. [Google Scholar] [CrossRef]
  30. Li, X.; Hao, T.; Li, F.; Zhao, L.; Wang, Z. Faster R-CNN-LSTM Construction Site Unsafe Behavior Recognition Model. Appl. Sci. 2023, 13, 10700. [Google Scholar] [CrossRef]
  31. Zhai, S.; Shang, D.; Wang, S.; Dong, S. DF-SSD: An Improved SSD Object Detection Algorithm Based on DenseNet and Feature Fusion. IEEE Access 2020, 8, 24344–24357. [Google Scholar] [CrossRef]
  32. Du, S.; Pan, W.; Li, N.; Dai, S.; Xu, B. TSD-YOLO: Small Traffic Sign Detection Based on Improved YOLOv8. IET Image Process. 2024, 18, 2884–2898. [Google Scholar] [CrossRef]
  33. Li, N.; Pan, W.; Xu, B.; Liu, H.; Dai, S. Ihenet: An Illumination Invariant Hierarchical Feature Enhancement Network for Low-Light Object Detection. Multimed. Syst. 2025, 31, 407. [Google Scholar] [CrossRef]
  34. Jocher, G.; Qiu, J.; Liu, M.; Lyu, S.; Akyon, F.C.; Kalfaoglu, M.E. Ultralytics YOLO26: Unified Real-Time End-to-End Vision Models. arXiv 2026, arXiv:2606.03748. [Google Scholar]
  35. Sunkara, R.; Luo, T. No More Strided Convolutions or Pooling: A New CNN Building Block for Low-Resolution Images and Small Objects. In Joint European Conference on Machine Learning and Knowledge Discovery in Databases; Springer: Cham, Switzerland, 2022; pp. 443–459. [Google Scholar]
  36. Woo, S.; Park, J.; Lee, J.Y.; Kweon, I.S. CBAM: Convolutional Block Attention Module. In Proceedings of the European Conference on Computer Vision (ECCV), Munich, Germany, 8–14 September 2018; pp. 3–19. [Google Scholar]
  37. Gao, P.; Lu, J.; Li, H.; Mottaghi, R.; Kembhavi, A. Container: Context Aggregation Network. arXiv 2021, arXiv:2106.01401. [Google Scholar]
  38. Zhao, Y.; Lv, W.; Xu, S.; Wei, J.; Wang, G.; Dang, Q.; Liu, Y.; Chen, J. DETRs Beat YOLOs on Real-Time Object Detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Seattle, WA, USA, 17–21 June 2024; pp. 16965–16974. [Google Scholar]
  39. Shao, X.; Liu, S.; Li, X.; Lyu, Z.; Li, H. Rep-YOLO: An Efficient Detection Method for Mine Personnel. J. Real-Time Image Process. 2024, 21, 28. [Google Scholar] [CrossRef]
Figure 1. Architecture of the YOLO26n model.
Figure 1. Architecture of the YOLO26n model.
Sensors 26 04897 g001
Figure 2. Schematic diagram of the SPDConv structure (scale = 2).
Figure 2. Schematic diagram of the SPDConv structure (scale = 2).
Sensors 26 04897 g002
Figure 3. Schematic diagram of the CBAM structure. Where the cross symbol ⊗ denotes element-wise multiplication between the original feature map and attention weights.
Figure 3. Schematic diagram of the CBAM structure. Where the cross symbol ⊗ denotes element-wise multiplication between the original feature map and attention weights.
Sensors 26 04897 g003
Figure 4. Structure of the channel attention module.
Figure 4. Structure of the channel attention module.
Sensors 26 04897 g004
Figure 5. Structure of the spatial attention module.
Figure 5. Structure of the spatial attention module.
Sensors 26 04897 g005
Figure 6. Architecture of the ContextAggregation module.
Figure 6. Architecture of the ContextAggregation module.
Sensors 26 04897 g006
Figure 7. Architecture of the YOLO-SCC model (S-SPPF denotes the simplified SPPF configuration adopted to control model complexity).
Figure 7. Architecture of the YOLO-SCC model (S-SPPF denotes the simplified SPPF configuration adopted to control model complexity).
Sensors 26 04897 g007
Figure 8. Coal mine miner dataset.
Figure 8. Coal mine miner dataset.
Sensors 26 04897 g008
Figure 9. Scene 1: YOLO26n model recognition results. SCC model recognition results.
Figure 9. Scene 1: YOLO26n model recognition results. SCC model recognition results.
Sensors 26 04897 g009
Figure 10. Scene 2: YOLO26n model recognition results. SCC model recognition results.
Figure 10. Scene 2: YOLO26n model recognition results. SCC model recognition results.
Sensors 26 04897 g010
Figure 11. Scene 3: YOLO26n model recognition results. SCC model recognition results.
Figure 11. Scene 3: YOLO26n model recognition results. SCC model recognition results.
Sensors 26 04897 g011
Figure 12. Scene 4: YOLO26n model recognition results. SCC model recognition results.
Figure 12. Scene 4: YOLO26n model recognition results. SCC model recognition results.
Sensors 26 04897 g012
Figure 13. Scene 5: YOLO26n model recognition results. SCC model recognition results.
Figure 13. Scene 5: YOLO26n model recognition results. SCC model recognition results.
Sensors 26 04897 g013
Figure 14. Strong illumination interference.
Figure 14. Strong illumination interference.
Sensors 26 04897 g014
Figure 15. Extremely small target and dust interference.
Figure 15. Extremely small target and dust interference.
Sensors 26 04897 g015
Figure 16. Insufficient illumination and low contrast.
Figure 16. Insufficient illumination and low contrast.
Sensors 26 04897 g016
Table 1. Design rationale and feature flow mechanism of the SCC enhancement structure.
Table 1. Design rationale and feature flow mechanism of the SCC enhancement structure.
ModuleName PlacementMechanistic Role and Main Problem Addressed
SPDConvEarly downsampling layers of the backbonePreserves local edge and texture cues before feature compression, providing more reliable detail information for subsequent attention-based filtering.
CBAM-BackboneMiddle layers of the backboneSelectively enhances personnel-related responses based on preserved features and suppresses interference from miner lamps, equipment structures, dust, and reflections.
ContextAggregationAfter feature fusion in the neckAggregates broader contextual information from attention-refined features to resolve ambiguity caused by occlusion, dense targets, and visually similar backgrounds.
CBAM-NeckBefore generating shallow output featuresFurther refines detail-rich shallow features after fusion while suppressing residual noise.
Table 2. Statistics of the constructed underground personnel detection dataset.
Table 2. Statistics of the constructed underground personnel detection dataset.
Dataset SplitImagesAnnotated Personnel InstancesAverage Instances per Image
Training set253852772.079
Validation set5419191.699
Test set5508541.553
Total362970501.943
Table 3. Experimental parameter settings.
Table 3. Experimental parameter settings.
Parameter NameConfiguration
Epochs300
Batch64
Worker8
OptimizerAdamW
Warmup_epochs10
Weight_decay0.001
Mixup0.15
Mosaic1
Close_mosaic20
Table 4. Computer configuration parameters.
Table 4. Computer configuration parameters.
Hardware NameHardware Parameters
GPURTX A4000
CPU11th Gen intel(R) core(TM)i7-11700K
Python3.11.7
CUDA12.1
Pytorch2.2.1
Table 5. Detailed results of the ablation study.
Table 5. Detailed results of the ablation study.
ProjectPRmAP50mAP50-95ParamsGFLOPs
26n0.8270.8130.8520.4792.3750315.2
26n + ContextAggregation0.9090.7810.8560.4812.2920265.1
26n + CBAM0.9060.7940.8570.482.2927415.1
26n + SPDConv0.9040.7440.8230.4622.880796
26n + SPDConv + ContextAggregation0.860.8070.8520.4972.8814426
26n + SPDConv + CBAM0.8540.7470.820.4822.8821576
26n + ContextAggregation + CBAM0.8310.7850.8450.492.9577447.3
YOLO-SCC0.8880.8220.8530.5122.88286
Table 6. Comparative experiment results with state-of-the-art methods.
Table 6. Comparative experiment results with state-of-the-art methods.
ProjectPRmAP50mAP50-95ParamsGFLOPsFPS
Faster R-CNN0.50660.8970.8570.435137.099370.2117.5
RT-DETR-R500.830.7640.8060.46641.936739125.644.84
Rep-YOLO0.8620.8020.8620.47623.06680868.960.24
SSD0.91810.70840.79490.50426.28562.74761.8
v8n0.8740.840.8520.53.0058438.1218.45
v10n0.8750.7870.8480.4983.53927111.1204.28
v11n0.8650.8210.8450.5052.582476.3181.82
v12n0.8520.7630.8150.4852.5569236.3161.29
v26n0.8270.8130.8520.4792.3750315.2188.68
YOLO-SCC0.8880.8220.8530.5122.88286192.31
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

Wu, Z.; Zhang, X.; Cui, Y.; Yang, Y.; Li, Y. YOLO-SCC: A Lightweight Object Detection Method for Mine Safety. Sensors 2026, 26, 4897. https://doi.org/10.3390/s26154897

AMA Style

Wu Z, Zhang X, Cui Y, Yang Y, Li Y. YOLO-SCC: A Lightweight Object Detection Method for Mine Safety. Sensors. 2026; 26(15):4897. https://doi.org/10.3390/s26154897

Chicago/Turabian Style

Wu, Zhe, Xuanrui Zhang, Yanping Cui, Yang Yang, and Yingna Li. 2026. "YOLO-SCC: A Lightweight Object Detection Method for Mine Safety" Sensors 26, no. 15: 4897. https://doi.org/10.3390/s26154897

APA Style

Wu, Z., Zhang, X., Cui, Y., Yang, Y., & Li, Y. (2026). YOLO-SCC: A Lightweight Object Detection Method for Mine Safety. Sensors, 26(15), 4897. https://doi.org/10.3390/s26154897

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

Article Metrics

Back to TopTop