用3D注意力模块提升汽车品牌型号识别准确率
Enhancing Vehicle Make and Model Recognition with 3D Attention Modules
- 引入不增加参数的3D注意力机制,聚焦车辆关键特征区域
- 在Stanford Cars数据集上达到90.69%准确率,优于现有模型
- 适合需要高精度细粒度识别的智能交通与自动驾驶场景
车辆品牌与型号识别(VMMR)是智能交通系统的关键组成部分,广泛应用于可疑车辆检测、城市交通监控和自动驾驶系统。由于车型间视觉差异细微且厂商产品类别繁多,该任务具有挑战性。本文提出一种3D注意力模块,无需增加模型参数,通过生成三维注意力权重优化特征图,增强模型对区分性特征的关注。该模块被集成于卷积网络中段两个信息丰富的特征层。在Stanford Cars数据集上的实验表明,所提模型达到90.69%的最高准确率,优于当前主流的卷积与基于Transformer的模型。
原文摘要 · Abstract (English)
Vehicle make and model recognition (VMMR) is a crucial component of the Intelligent Transport System, garnering significant attention in recent years. VMMR has been widely utilized for detecting suspicious vehicles, monitoring urban traffic, and autonomous driving systems. The complexity of VMMR arises from the subtle visual distinctions among vehicle models and the wide variety of classes produced by manufacturers. Convolutional Neural Networks (CNNs), a prominent type of deep learning model, have been extensively employed in various computer vision tasks, including VMMR, yielding remarkable results. As VMMR is a fine-grained classification problem, it primarily faces inter-class similarity and intra-class variation challenges. In this study, we implement an attention module to address these challenges and enhance the model's focus on critical areas containing distinguishing features. This module, which does not increase the parameters of the original model, generates three-dimensional (3-D) attention weights to refine the feature map. Our proposed model integrates the attention module into two different locations within the middle section of a convolutional model, where the feature maps from these sections offer sufficient information about the input frames without being overly detailed or overly coarse. The performance of our proposed model, along with state-of-the-art (SOTA) convolutional and transformer-based models, was evaluated using the Stanford Cars dataset. Our proposed model achieved the highest accuracy, 90.69\%, among the compared models.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。