A Car Model Identification System for Streamlining the Automobile Sales Process

Said Togru,Marco Moldovan
2023-10-23
Abstract:This project presents an automated solution for the efficient identification of car models and makes from images, aimed at streamlining the vehicle listing process on online car-selling platforms. Through a thorough exploration encompassing various efficient network architectures including Convolutional Neural Networks (CNNs), Vision Transformers (ViTs), and hybrid models, we achieved a notable accuracy of 81.97% employing the EfficientNet (V2 b2) architecture. To refine performance, a combination of strategies, including data augmentation, fine-tuning pretrained models, and extensive hyperparameter tuning, were applied. The trained model offers the potential for automating information extraction, promising enhanced user experiences across car-selling websites.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The paper aims to address the issue of tedious and error-prone manual entry of vehicle information on online car sales platforms by developing an image recognition system that can automatically identify car brands and models, thereby simplifying the vehicle listing process. Specifically, the research objectives include: - **Automatic Identification and Extraction of Key Information**: Utilizing deep learning models to automatically recognize the brand and model of cars from uploaded images, thereby reducing the need for users to manually input related information. - **Improving User Experience**: Enhancing the user experience of online car sales websites through the automated information extraction process. - **Optimizing Model Performance**: Finding and optimizing a model architecture that performs well on the given task while remaining lightweight and responsive. To achieve these goals, the research team explored various efficient network architectures, including Convolutional Neural Networks (CNNs), Vision Transformers (ViTs), and hybrid models, and ultimately selected the EfficientNet V2 b2 architecture, which achieved an accuracy of 81.97% in testing. Additionally, they employed strategies such as data augmentation, fine-tuning of pre-trained models, and extensive hyperparameter tuning to further improve model performance.