π€ AI Summary
This work addresses the limited interpretability and poor robustness to part misdetection in fine-grained vehicle classification models for intelligent transportation systems. To overcome these challenges, the authors propose a decoupled architecture that decomposes an end-to-end CNN into three components: a semantic part detector, a spatial-aware feature construction module, and a softmax regression classifier. Innovatively replacing the conventional binary part-presence indicator with spatial probability maps of vehicle parts significantly enhances the modelβs robustness against part misdetection. The proposed approach achieves classification accuracy comparable to state-of-the-art end-to-end CNNs while substantially improving interpretability, thereby breaking the traditional trade-off between accuracy and explainability.
π Abstract
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.