paper-with-me

홈 › Papers

I Open at the Close: A Deep Reinforcement Learning Evaluation of Open Streets Initiatives

2023-12-12 · R. Teal Witter, Lucas Rosenblatt

The open streets initiative "opens" streets to pedestrians and bicyclists by closing them to cars and trucks. The initiative, adopted by many cities across North America, increases community space in urban environments. But could open streets also make cities safer and less congested? We study this question by framing the choice of which streets to open as a reinforcement learning problem. In order to simulate the impact of opening streets, we first compare models for predicting vehicle collisions given network and temporal data. We find that a recurrent graph neural network, leveraging the graph structure and the short-term temporal dependence of the data, gives the best predictive performance. Then, with the ability to simulate collisions and traffic, we frame a reinforcement learning problem to find which streets to open. We compare the streets in the NYC Open Streets program to those proposed by a Q-learning algorithm. We find that the streets proposed by the Q-learning algorithm have reliably better outcomes, while streets in the program have similar outcomes to randomly selected streets. We present our work as a step toward principally choosing which streets to open for safer and less congested cities. All our code and data are available on Github.

📄 PDF Abstract BibTeX arXiv:2312.07680

Code (1)

rtealwitter/openstreets 공식 구현 pytorch

Tasks

Deep Reinforcement LearningGraph Neural NetworkQ-Learningreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Linking Streets in OpenStreetMap to Persons in Wikidata

2023-02-24 · Daria Gurtovoy, Simon Gottschalk

Geographic web sources such as OpenStreetMap (OSM) and knowledge graphs such as Wikidata are often unconnected. An example connection that can be established between these sources are links between streets in OSM to the …

Knowledge Graphs

Converting OpenStreetMap Data to Road Networks for Downstream Applications

2022-11-22 · Md Kaisar Ahmed

We study how to convert OpenStreetMap data to road networks for downstream applications. OpenStreetMap data has different formats. Extensible Markup Language (XML) is one of them. OSM data consist of nodes, ways, and rel…

Data Visualization

StreetReaderAI: Making Street View Accessible Using Context-Aware Multimodal AI

2025-08-11 · Jon E. Froehlich, Alexander Fiannaca, Nimer Jaber, Victor Tsaran 외 arxiv

Interactive streetscape mapping tools such as Google Street View (GSV) and Meta Mapillary enable users to virtually navigate and experience real-world environments via immersive 360° imagery but remain fundamentally inac…

OpenRFT: Adapting Reasoning Foundation Model for Domain-specific Tasks with Reinforcement Fine-Tuning

2024-12-22 · Yuxiang Zhang, YuQi Yang, Jiangming Shu, Yuhang Wang 외

OpenAI's recent introduction of Reinforcement Fine-Tuning (RFT) showcases the potential of reasoning foundation model and offers a new paradigm for fine-tuning beyond simple pattern imitation. This technical report prese…

DreamForge: Motion-Aware Autoregressive Video Generation for Multi-View Driving Scenes

2024-09-06 · Jianbiao Mei, Xuemeng Yang, Licheng Wen, Tao Hu 외

Recent advances in diffusion models have improved controllable streetscape generation and supported downstream perception and planning tasks. However, challenges remain in accurately modeling driving scenes and generatin…

Video Generation