Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Vehicle detection from GSV imagery: Predicting travel behavior for cycling and motorcycling using Computer Vision

Created by
  • Haebom

Author

Kyriaki (Kelly), Kokka, Rahul Goel, Ali Abbas, Kerry A. Nice, Luca Martial, SM Labib, Rihuan Ke, Carola Bibiane Sch onlieb, James Woodcock

Outline

This paper presents a novel method for estimating bicycle and motorcycle ridership in 185 cities worldwide, leveraging Google Street View (GSV) imagery and deep learning (YOLOv4 model). Fine-tuned on images from six cities, the YOLOv4 model detected bicycles and motorcycles with an average accuracy of 89%. A beta regression model, with bicycle and motorcycle ridership as the dependent variable and the log-transformed count of bicycles and motorcycles detected in GSV images as the explanatory variable, was developed to predict bicycle and motorcycle ridership with an R² of 0.614 and 0.612, respectively. Prediction accuracy was generally high, with exceptions in some cities (e.g., Utrecht and Cali). Using this model, we also provided estimates for 60 cities where up-to-date ridership data was unavailable. This study leverages computer vision alongside existing data sources to provide insights into transportation modes and activities.

Takeaways, Limitations

Takeaways:
A new method for efficiently estimating bicycle and motorcycle ridership in cities around the world using Google Street View and deep learning technology is presented.
It can supplement the lack of existing traffic survey data and provide information, especially for areas where data acquisition is difficult.
Provides data necessary for urban planning and transportation policy formulation.
Limitations:
Low prediction accuracy for some cities (e.g. Utrecht, Cali).
Factors such as the quality of the GSV image, the time of capture, and the season may affect the results.
Further research is needed to determine the generalizability of the model.
The possibility that biases in image data (e.g., overrepresentation of certain regions or time zones) may influence the results.
👍