Computer Engineering and Applications ›› 2026, Vol. 62 ›› Issue (1): 124-139.DOI: 10.3778/j.issn.1002-8331.2503-0168

• Special Issue on Object Detection • Previous Articles     Next Articles

MFE-YOLO:Multi-Scale Feature Enhancement Algorithm for Pedestrian Detection in Complex Scenes

HUANG Deyi, HUANG Deqi+, HUANG Haifeng, LIU Zhenhang   

  1. School of Electrical Engineering, Xinjiang University, Urumqi 830017, China
  • Received:2025-03-14 Revised:2025-05-12 Online:2026-01-01 Published:2025-12-31

MFE-YOLO:复杂场景下多尺度特征增强行人检测算法

黄德意,黄德启+,黄海峰,刘振航   

  1. 新疆大学 电气工程学院,乌鲁木齐 830017

Abstract: To address the issues of high miss rate and insufficient false detection suppression in pedestrian detection under complex scenes caused by multi-scale distribution, dense occlusion, and environmental noise interference, this paper proposes MFE-YOLO, a multi-scale feature-enhanced pedestrian detection algorithm. First, an efficient global feature extraction module (EGM) is designed by integrating MetaFormer architecture with depthwise separable convolution to enhance the backbone network’s capability in capturing fine-grained pedestrian features. Additionally, a hybrid multi-level feature fusion network (MLHS-FPN), driven by a mixed local feature selection mechanism (MLCA), is constructed to dynamically fuse local details and global contextual information through cross-layer gating units, thereby improving the robustness of multi-scale pedestrian representations. A shallow P2 detection head is introduced to leverage high-resolution shallow features and deep semantic information for small target detection. Finally, the Wise-inner-PIoUv2 loss function is adopted to suppress harmful gradients from low-quality samples. Experiments on the CityPersons dataset demonstrate that MFE-YOLO achieves significant improvements over the baseline model, with F1-score and AP50 increasing by 3.7 percentage points and 6.5 percentage points, respectively, while reducing model parameters by 37% and size by 35.8%. The algorithm maintains robust detection performance in more complex scenarios, as validated on the BDD100K dataset. Results indicate that MFE-YOLO exhibits high accuracy for multi-scale pedestrian detection in challenging environments.

Key words: deep learning, pedestrian detection, MetaFormer architecture, ?multi-scale feature enhancement, YOLOv8

摘要: 针对复杂场景中行人检测存在的多尺度分布、密集遮挡及噪声干扰导致的漏检率高、误检抑制不足等问题,提出一种面向复杂场景的多尺度特征增强行人检测算法MFE-YOLO。设计高效全局特征提取模块(EGM),融合MetaFormer架构与深度可分离卷积,强化主干网络对细粒度特征的捕获能力。构建混合局部特征选择机制(MLCA)驱动的混合多级特征融合网络(MLHS-FPN),通过跨层级门控单元动态融合局部细节与全局上下文信息,提升多尺度行人表征鲁棒性。同时增加浅层小目标检测头P2,结合高分辨率特征与深层语义信息。采用Wise-inner-PIoUv2损失函数抑制低质量样本梯度干扰。在CityPersons数据集上的实验表明,MFE-YOLO相较基线模型F1分数提升3.7个百分点,AP50提高6.5个百分点,模型参数量减少37%,体积压缩35.8%。在BDD100K复杂场景下的泛化测试中仍保持性能优势。结果表明,该算法在复杂场景多尺度行人检测任务中具有较高的准确性。

关键词: 深度学习, 行人检测, MetaFormer架构, 多尺度特征增强, YOLOv8