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.

Scalable Dynamic Origin-Destination Demand Estimation Enhanced by High-Resolution Satellite Imagery Data

Created by
  • Haebom

Author

Jiachao Liu, Pablo Guarda, Koichiro Niinuma, Sean Qian

Outline

This paper presents a novel integrated framework for dynamic origin-destination demand estimation (DODE) in multi-class mesoscale network models, leveraging high-resolution satellite imagery and existing local sensor traffic data. Unlike sparse local detectors, satellite imagery provides consistent, city-wide road and traffic information for both parked and moving vehicles, thereby overcoming data availability limitations. To extract information from imagery data, we design a computer vision pipeline for class-specific vehicle detection and map matching to generate link-level traffic density observations for each vehicle class. Based on this information, we formulate a computational graph-based DODE model that jointly matches observed traffic volumes and local sensor travel times with density measurements derived from satellite imagery to compensate for dynamic network conditions. To evaluate the accuracy and scalability of the proposed framework, we perform a series of numerical experiments using synthetic and real data. Out-of-sample test results show that augmenting satellite-derived density with existing data significantly improves estimation performance, especially for links without local sensors. Real-world experiments also demonstrate the framework’s ability to handle large-scale networks, supporting its feasibility for practical deployment in cities of various sizes. Sensitivity analysis further evaluates the impact of data quality on satellite imagery data.

Takeaways, Limitations

Takeaways:
We demonstrate that leveraging satellite imagery can overcome the limitations of local sensor data and improve DODE performance.
Accurate demand estimation is possible even on links without local sensors.
Presenting a scalable framework applicable to large-scale networks.
Providing practical solutions applicable to cities of various sizes.
Limitations:
A sensitivity analysis of the quality of satellite imagery data is required.
The computational costs of processing and analyzing satellite imagery can be relatively high.
Further research is needed on the impact of various factors in real urban environments (e.g. weather, shadows).
Difficulty in accurate detection and matching to specific vehicle classes.
👍