paper-with-me

Papers

Walkability Optimization: Formulations, Algorithms, and a Case Study of Toronto

2022-12-10 · Weimin Huang, Elias B. Khalil

The concept of walkable urban development has gained increased attention due to its public health, economic, and environmental sustainability benefits. Unfortunately, land zoning and historic under-investment have resulted in spatial inequality in walkability and social inequality among residents. We tackle the problem of Walkability Optimization through the lens of combinatorial optimization. The task is to select locations in which additional amenities (e.g., grocery stores, schools, restaurants) can be allocated to improve resident access via walking while taking into account existing amenities and providing multiple options (e.g., for restaurants). To this end, we derive Mixed-Integer Linear Programming (MILP) and Constraint Programming (CP) models. Moreover, we show that the problem's objective function is submodular in special cases, which motivates an efficient greedy heuristic. We conduct a case study on 31 underserved neighborhoods in the City of Toronto, Canada. MILP finds the best solutions in most scenarios but does not scale well with network size. The greedy algorithm scales well and finds near-optimal solutions. Our empirical evaluation shows that neighbourhoods with low walkability have a great potential for transformation into pedestrian-friendly neighbourhoods by strategically placing new amenities. Allocating 3 additional grocery stores, schools, and restaurants can improve the "WalkScore" by more than 50 points (on a scale of 100) for 4 neighbourhoods and reduce the walking distances to amenities for 75% of all residential locations to 10 minutes for all amenity types. Our code and paper appendix are available at https://github.com/khalil-research/walkability.

📄 PDF Abstract BibTeX arXiv:2212.05192

Code (1)

khalil-research/walkability 공식 구현

Tasks

Combinatorial Optimization

Similar Papers 제목 키워드 기반

WalkCLIP: Multimodal Learning for Urban Walkability Prediction

2025-11-26 · Shilong Xiang, JangHyeon Lee, Min Namgung, Yao-Yi Chiang arxiv

Urban walkability is a cornerstone of public health, sustainability, and quality of life. Traditional walkability assessments rely on surveys and field audits, which are costly and difficult to scale. Recent studies have…

Short-distance commuters in the smart city

2019-02-16 · Francisco Benita, Garvit Bansal, Georgios Piliouras, Bige Tunçer

This study models and examines commuter's preferences for short-distance transportation modes, namely: walking, taking a bus or riding a metro. It is used a unique dataset from a large-scale field experiment in Singapore…

Leveraging Sidewalk Robots for Walkability-Related Analyses

2025-07-16 · Xing Tong, Michele D. Simoni, Kaj Munhoz Arfvidsson, Jonas Mårtensson arxiv

Walkability is a key component of sustainable urban development. In walkability studies, collecting detailed pedestrian infrastructure data remains challenging due to the high costs and limited scalability of traditional…

Efficient Optimization Methods for Extreme Similarity Learning with Nonlinear Embeddings

2020-10-26 · Bowen Yuan, Yu-Sheng Li, Pengrui Quan, Chih-Jen Lin

We study the problem of learning similarity by using nonlinear embedding models (e.g., neural networks) from all possible pairs. This problem is well-known for its difficulty of training with the extreme number of pairs.…

Interpretable Neural Networks with Frank-Wolfe: Sparse Relevance Maps and Relevance Orderings

2021-10-15 · Jan Macdonald, Mathieu Besançon, Sebastian Pokutta

We study the effects of constrained optimization formulations and Frank-Wolfe algorithms for obtaining interpretable neural network predictions. Reformulating the Rate-Distortion Explanations (RDE) method for relevance a…