Classifying Bicycle Infrastructure Using On-Bike Street-Level Images

Kal Backman,Ben Beck,Dana Kulić
2024-10-25
Abstract:While cycling offers an attractive option for sustainable transportation, many potential cyclists are discouraged from taking up cycling due to the lack of suitable and safe infrastructure. Efficiently mapping cycling infrastructure across entire cities is necessary to advance our understanding of how to provide connected networks of high-quality infrastructure. Therefore we propose a system capable of classifying available cycling infrastructure from on-bike smartphone camera data. The system receives an image sequence as input, temporally analyzing the sequence to account for sparsity of signage. The model outputs cycling infrastructure class labels defined by a hierarchical classification system. Data is collected via participant cyclists covering 7,006Km across the Greater Melbourne region that is automatically labeled via a GPS and OpenStreetMap database matching algorithm. The proposed model achieved an accuracy of 95.38%, an increase in performance of 7.55% compared to the non-temporal model. The model demonstrated robustness to extreme absence of image features where the model lost only 6.6% in accuracy after 90% of images being replaced with blank images. This work is the first to classify cycling infrastructure using only street-level imagery collected from bike-mounted mobile phone cameras, while demonstrating robustness to feature sparsity via long temporal sequence analysis.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The paper attempts to address the issue of classifying urban bicycle infrastructure through street view images captured on bicycles, in order to improve the understanding and assessment of bicycle infrastructure. Specifically, the research aims to develop a system that can identify and classify different types of bicycle infrastructure, such as dedicated bike lanes, buffered bike lanes, and off-road paths, from data collected by smartphone cameras mounted on bicycles. This helps urban planners better understand how to provide high-quality and coherent bicycle networks, thereby encouraging more people to choose cycling as a sustainable mode of transportation. The paper highlights the problem that many potential cyclists are reluctant to ride due to the lack of suitable and safe bicycle infrastructure, and points out that efficiently mapping the bicycle infrastructure of an entire city is key to advancing this field. Therefore, the authors propose a deep learning-based approach that utilizes street view image data collected by onboard cameras, overcoming the challenges posed by image feature sparsity and environmental condition changes through time series analysis, to achieve accurate classification of bicycle infrastructure.