Vehicle Logo Classification using Deep Learning for Traffic Monitoring Systems

Abstract

This project enhances Traffic Monitoring and Management Systems (TMMS) through deep learning-based vehicle logo classification. Addressing challenges like variable logo sizes and lighting conditions, we developed a custom CNN architecture combining Depthwise Separable Convolutions, Residual Learning, Inception modules, and Attention Mechanisms. Trained on the VLD-45 dataset (45,000 images across 45 vehicle brands), our model achieves 95.59% training accuracy and 84.93% validation accuracy. The system includes a Tkinter GUI for real-time classification and Grad-CAM visualization, demonstrating robust performance across different vehicle colors and types. This solution provides urban planners and automotive companies with actionable insights into traffic patterns and brand visibility while establishing foundations for advanced vehicle image analysis.

Key Contributions

Conclusion

Our Depthwise Inception Residual model significantly advances vehicle logo classification for traffic management systems. The integration of attention mechanisms and multi-scale feature extraction enables robust performance across diverse real-world conditions. The deployed GUI system bridges the gap between research and practical application, offering urban planners and automotive brands valuable insights. With an 84.93% validation accuracy on the challenging VLD-45 dataset, this work establishes a strong foundation for intelligent transportation systems and brand analytics.

Limitation

Performance decreases with extreme lighting variations or heavily obscured logos. The model requires high-resolution inputs (256×256) and shows slight accuracy drops (∼5%) when tested on vehicle types not represented in the training data. Computational requirements for training are substantial, needing GPUs with at least 16GB memory.

Future Work

Future directions include: 1) Mobile deployment for edge computing in traffic cameras, 2) Integration with license plate recognition for complete vehicle profiling, 3) Federated learning to improve generalization across geographic regions, and 4) Semi-supervised learning to leverage unlabeled traffic camera footage. Additional work on few-shot learning could address rare vehicle brands.

🚗 Student Innovator: Yi Zhong (Bryan) specializes in computer vision applications for intelligent transportation systems. Under Dr. Happy Nkanta Monday's mentorship, Bryan developed this advanced logo classification system combining cutting-edge deep learning techniques with practical urban mobility solutions. His work focuses on making AI systems more interpretable and deployable in real-world infrastructure.
📄 Download Poster 📁 Access Dataset 💻 View Code