DSCELGSIOCJul 1, 2021

On the Bike Spreading Problem

arXiv:2107.00761v2
Originality Incremental advance
AI Analysis

This addresses the high costs of manual bike relocation for operators, improving service availability and urban equity, though it is incremental as it applies an existing influence maximization framework to a new domain.

The paper tackles the problem of distributing bikes efficiently in free-floating bike-sharing systems by leveraging existing customer flows, showing that positioning bikes in a few key zones can spread them widely using a 1-1/e approximation algorithm, with evaluation on real data from Padova.

A free-floating bike-sharing system (FFBSS) is a dockless rental system where an individual can borrow a bike and returns it anywhere, within the service area. To improve the rental service, available bikes should be distributed over the entire service area: a customer leaving from any position is then more likely to find a near bike and then to use the service. Moreover, spreading bikes among the entire service area increases urban spatial equity since the benefits of FFBSS are not a prerogative of just a few zones. For guaranteeing such distribution, the FFBSS operator can use vans to manually relocate bikes, but it incurs high economic and environmental costs. We propose a novel approach that exploits the existing bike flows generated by customers to distribute bikes. More specifically, by envisioning the problem as an Influence Maximization problem, we show that it is possible to position batches of bikes on a small number of zones, and then the daily use of FFBSS will efficiently spread these bikes on a large area. We show that detecting these zones is NP-complete, but there exists a simple and efficient $1-1/e$ approximation algorithm; our approach is then evaluated on a dataset of rides from the free-floating bike-sharing system of the city of Padova.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes