通过空间感知的部件分类,让车辆识别既准又看得懂。
Explainable Part-Based Vehicle Classifier with Spatial Awareness

- 用空间概率图代替二值判断,精准定位车辆部件位置。
- 在多个数据集上达到与主流CNN相当的准确率。
- 适合需要可解释性的交通系统应用,如智能监控、自动驾驶。
在智能交通系统(ITS)中,细粒度车辆分类至关重要。本文提出一种新型基于视觉的分类方法,将标准端到端卷积神经网络(CNN)分解为:1)基于CNN的语义强部件检测器;2)特征构建;3)决策树分类。相比传统CNN,该方法不仅便于扩展新车型类别(无需重新训练部件检测器),还显著提升模型可解释性,缓解了黑箱问题。本文进一步扩展该方法,引入部件的空间感知能力:原方法中特征构建采用二值判断(存在/不存在),现改用完整空间概率图,根据车辆类别条件化每个部件的出现概率。分类采用softmax回归计算整车概率。实验表明,该方法对误检具有更强鲁棒性,是实际应用的关键优势。与当前先进端到端CNN对比,本方法实现相近精度,有效挑战了准确率与可解释性之间的权衡假设。该研究为高精度与可解释性兼备的车辆识别系统奠定了基础。
原文摘要 · Abstract (English)
In the area of Intelligent Transportation Systems (ITS), fine-grained vehicle classification systems play an essential role. Recently, the authors have presented a novel vision-based classification approach in which standard end-to-end Convolutional Neural Networks (CNNs) have been decomposed into 1) a CNN-based detector for semantically strong vehicle parts, followed by 2) feature construction and 3) final classification by a decision tree. In contrast to conventional CNNs, this allows both easy extensibility to new vehicle categories - without the need to fully retrain the part detector - and an important step towards the interpretability of the model, removing partially the black-box nature inherent to CNNs. Here we present an important extension of this approach that now incorporates spatial awareness of the vehicle parts: while the feature construction 2) of the previous approach used a binary decision for each feature (present vs. absent), now a full spatial probability map is constructed to condition the presence of each individual part with respect to a given vehicle category. The classification is performed using a softmax regression approach for the overall vehicle probabilities. This method shows a considerably improved robustness against false (part-)detections, a point that is crucial for practical application. Comparative analyses with a state-of-the-art end-to-end CNN indicate that our part-based methods achieve comparable accuracy, effectively challenging the presumed trade-off between accuracy and explainability. This research represents a significant advance in vehicle classification for ITS and forms the basis for systems that combine high accuracy with intuitive interpretability.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。