Journal of Computer Applications ›› 2026, Vol. 46 ›› Issue (3): 950-958.DOI: 10.11772/j.issn.1001-9081.2025040487

• Multimedia computing and computer simulation • Previous Articles     Next Articles

Real-time vehicle detection algorithm based on YOLOv10

Yinshan YU(), Xu TANG, Mingjian DING, Wenkai HUANG, Jiawen BI, Guochen TAN   

  1. Faculty of Electronic Information Engineering,Huaiyin Institute of Technology,Huai’an Jiangsu 223003,China
  • Received:2025-04-30 Revised:2025-07-26 Accepted:2025-07-29 Online:2025-08-01 Published:2026-03-10
  • Contact: Yinshan YU
  • About author:TANG Xu, born in 2000, M. S. candidate. Her research interests include object detection, deep learning.
    DING Mingjian, born in 2001, M. S. candidate. His research interests include object detection, deep learning.
    HUANG Wenkai, born in 2001, M. S. candidate. His research interests include computer vision, object detection.
    BI Jiawen, born in 2000, M. S. candidate. Her research interests include computer vision, object detection.
    TAN Guochen, born in 1999, M. S. candidate. Her research interests include computer vision, object detection.
  • Supported by:
    National Natural Science Foundation of China(61801188);Basic Science Research Project for Colleges and Universities in Jiangsu Province(22KJD510001);Postgraduate Scientific Research and Practice Innovation Program of Jiangsu Province(SJCX25_2193);Huai’an Science and Technology Program(HAB2025007)

基于YOLOv10的实时车辆检测算法

于银山(), 唐旭, 丁明鉴, 黄文凯, 毕嘉文, 谭国辰   

  1. 淮阴工学院 电子信息工程学院,江苏 淮安 223003
  • 通讯作者: 于银山
  • 作者简介:唐旭(2000—),女,江苏盐城人,硕士研究生,主要研究方向:目标检测、深度学习
    丁明鉴(2001—),男,江苏淮安人,硕士研究生,主要研究方向:目标检测、深度学习
    黄文凯(2001—),男,江苏盐城人,硕士研究生,主要研究方向:计算机视觉、目标检测
    毕嘉文(2000—),女,山东菏泽人,硕士研究生,主要研究方向:计算机视觉、目标检测
    谭国辰(1999—),女,江苏徐州人,硕士研究生,主要研究方向:计算机视觉、目标检测。
  • 基金资助:
    国家自然科学基金资助项目(61801188);江苏省高等学校基础科学研究面上项目(22KJD510001);江苏省研究生科研与实践创新计划项目(SJCX25_2193);淮安市科技计划项目(HAB2025007)

Abstract:

With the advancement of autonomous driving technology, real-time vehicle detection has become crucial for ensuring system safety and reliability. Therefore, a lightweight detection model based on YOLOv10, named YOLOv10-LITE was designed by introducing four structural improvement modules to reduce model complexity and inference latency while maintaining detection accuracy, for real-time detection tasks in resource-constrained environments. Specifically, the Dynamic Upsampling (DySample) module was applied to enhance the resolution of feature maps while reducing computational cost; the Fast Multi-Scale Network (FastMSNet) module was used to improve multi-scale feature extraction and enhance detection performance for objects of different sizes; the Spatial Pyramid Pooling-Local Selective Kernel Attention (SPPF_LSKA) module was introduced to capture long-range dependencies effectively by combining local feature selection and global contextual modeling; the Adaptive Granular Fine-grained Channel Attention (AGFCA) module was incorporated to improve critical information perception ability through collaboration between spatial and channel attention. Experimental results on the KITTI dataset show that YOLOv10-LITE achieves a mean Average Precision (mAP) of 77.1%, which is 2.4% higher than that of YOLOv10, with the parameter count reduced by 8.7 percentage points. The above results verify the proposed model’s practicality in autonomous driving scenarios with both computational constraints and real-time demands.

Key words: autonomous driving, object detection, real-time detection, YOLOv10, lightweight model

摘要:

随着自动驾驶技术的发展,实时车辆检测在确保系统安全性和可靠性方面至关重要。因此,设计一种基于YOLOv10的轻量化检测模型——YOLOv10-LITE。所提模型通过引入4个结构改进模块,在保持检测精度的同时,有效降低模型的复杂度和推理延迟,适用于资源受限环境下的实时检测任务。具体而言,使用动态上采样(DySample)模块在降低计算开销的同时提升特征图的分辨率;使用快速多尺度网络(FastMSNet)模块增强多尺度特征提取能力,提高对不同尺寸目标的检测效果;使用空间金字塔池化-局部选择性大核注意力(SPPF_LSKA)模块结合局部特征选择与全局上下文建模,从而有效捕获长程依赖;使用自适应细粒度通道注意力(AGFCA)模块通过通道与空间注意力的协同作用,提升关键特征信息的感知能力。在KITTI数据集上的实验结果表明,YOLOv10-LITE的平均精度均值(mAP)达到了77.1%,相较于YOLOv10提升了2.4个百分点;同时,参数量减少了8.7%。以上结果验证了所提模型在计算受限且需满足实时性的自动驾驶场景中的实用性。

关键词: 自动驾驶, 目标检测, 实时检测, YOLOv10, 轻量化模型

CLC Number: