Journal of Hebei University(Natural Science Edition) ›› 2026, Vol. 46 ›› Issue (3): 249-263.DOI: 10.3969/j.issn.1000-1565.2026.03.003

Previous Articles    

VDD-YOLOv9-segm: An intelligent detection method for vehicle damage

ZHAI Yongjie1, SONG Jiache1, CHEN Nianhao2, WANG Qianming1, LIU Jinlong3   

  1. 1. School of Control and Computer Engineering, North China Electric Power University, Baoding 071003, China; 2. School of Electric Power, South China University of Technology, Guangzhou 510640, China; 3. Bangbang Automobile Sales and Service Co., Ltd., Beijing 100032, China
  • Received:2025-06-09 Published:2026-05-15

Abstract: To address the issues of missed detection and false detection caused by insufficient feature extraction and category imbalance in the vehicle damage model, this paper proposes a model for the vehicle damage detection task(vehicle damage detection-YOLOv9-segm, VDD-YOLOv9-segm). Firstly, in order to effectively capture the long-range dependencies between feature maps and learn the importance weights of - 引用格式:张文恺,杨术明,马永龙,等.基于EDEM的牧场推料机器人参数优化设计与试验[J].河北大学学报(自然科学版),2026,46(3):225-236.引用格式:翟永杰,宋佳车,陈年昊,等.VDD-YOLOv9-segm:一种面向车辆损伤的智能检测方法[J].河北大学学报(自然科学版),2026,46(3):249-263.DOI:10.3969/j.issn.1000-1565.2026.03.003VDD-YOLOv9-segm:一种面向车辆损伤的智能检测方法翟永杰1,宋佳车1,陈年昊2,王乾铭1,刘金龙3(1.华北电力大学 控制与计算机工程学院,河北 保定 071003;2.华南理工大学 电力学院,广东 广州 510640;3.邦邦汽车销售服务有限公司,北京 100032)摘 要:针对车辆损伤检测模型中特征提取不足和类别不平衡导致的漏检和误检问题,本文提出了一种面向车辆损伤检测的模型(vehicle damage detection-YOLOv9-segm,VDD-YOLOv9-segm).首先,为有效捕捉特征图间的长程依赖并学习目标类别各特征通道的重要性权重,设计了一种由2个互补的并行子网络组成的双路径结构单元(multi-head squeeze-and-excitation network,MHSENet),并将其嵌入多卷积框架中,以提升模型的特征提取、表达和泛化能力.其次,为了缓解类别间的样本不平衡问题,引入WIoU(Wise Intersection over Union)损失函数替换传统的CIoU损失函数,从而能够有效地衡量模型预测结果和真实标注结果之间的相似度,使模型更好地关注困难样本,提高模型的检测性能.基于自建的10类车辆损伤数据集进行实验,结果表明,所提模型在总体检测和分割效果上均优于其他先进实例分割模型.相较于基线模型,目标框检测精确率提高了3.3个百分点,掩码检测精确率提高了4.3个百分点.消融实验进一步证实了本文模型各模块均对检测效果有显著提升.综合利用MHSENet和WIoU的优势,本文提出的模型有效解决了车辆损伤检测中特征提取不足和类别不平衡导致的漏检、误检问题,显著提升了损伤类别的检测精度.关键词:车辆损伤;实例分割;注意力机制;交并比;骨干网络中图分类号:TN911.73 文献标志码:A 文章编号:1000-1565(2026)03-0249-15DOI:10.3969/j.issn.1000-1565.2026.03.003 VDD-YOLOv9-segm: An intelligent detection method for vehicle damageZHAI Yongjie1, SONG Jiache1, CHEN Nianhao2, WANG Qianming1, LIU Jinlong3(1. School of Control and Computer Engineering, North China Electric Power University, Baoding 071003, China; 2. School of Electric Power, South China University of Technology, Guangzhou 510640, China; 3. Bangbang Automobile Sales and Service Co., Ltd., Beijing 100032, China)Abstract: To address the issues of missed detection and false detection caused by insufficient feature extraction and category imbalance in the vehicle damage model, this paper proposes a model for the vehicle damage detection task(vehicle damage detection-YOLOv9-segm, VDD-YOLOv9-segm). Firstly, in order to effectively capture the long-range dependencies between feature maps and learn the importance weights of - 收稿日期:2025-06-09;修回日期:2025-11-04 基金项目:国家自然科学基金项目(62373151);河北省自然科学基金面上项目(F2023502010);中央高校基本科研业务费专项资金项目(2023JC006;2024MS136) 第一作者:翟永杰(1972—),男,华北电力大学教授,主要从事电力计算机视觉方向研究. E-mail:zhaiyongjie@ncepu.edu.cn 通信作者:陈年昊(1998—),男,华南理工大学在读博士研究生,主要从事电力工程与计算机视觉方向研究. E-mail:815173055@qq.com 第3期翟永杰等:VDD-YOLOv9-segm:一种面向车辆损伤的智能检测方法河北大学学报(自然科学版) 第46卷each feature channel of the target category, a dual-path structure unit(multi-head squeeze-and-excitation network, MHSENet)composed of two complementary parallel subnetworks is designed. And it is embedded in the multi-convolution framework to enhance the feature extraction, expression and generalization capabilities of the model. Secondly, in order to alleviate the sample imbalance problem among categories, the Wise Intersection over Union(WIoU)loss is introduced to replace the original traditional Complete Intersection over Union(CIoU)loss, thereby effectively measuring the similarity between the models predicted results and the real labeled results, enabling the model to better focus on difficult samples and improving the detection performance of the model. The experiment was conducted on a self-built dataset of 10 types of vehicle damage. The comparative experimental results show that the proposed model is superior to other advanced instance segmentation models in both overall detection and segmentation effects. Compared with the baseline model, the precision of the target box has increased by 3.3 percentage points, and the precision of segmentation has increased by 4.3 percentage points. The ablation experiments further confirmed that each module of this paper significantly improved the detection effect. By comprehensively utilizing the advantages of MHSENet and WIoU, the model proposed in this paper effectively solves the problems of missed detection and false detection caused by insufficient feature extraction and category imbalance in vehicle damage detection, and significantly improves the detection accuracy of damage categories.

Key words: vehicle damage, instance segmentation, attention mechanism, Intersection over Union, backbone network

CLC Number: