Papers for

urban planning teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

GPU ray tracing speeds up 3D mesh spatial joins by hundredfold

Pierce: GPU Ray Tracing for Spatial Joins over Complex 3D Data

Abstract: Many emerging applications, from computational biology to digital twins and urban planning, rely heavily on three-dimensional spatial joins over polyhedral meshes. These joins comprise computationally-intensive triangle--triangle intersection tests that pairwise compare the faces of polyhedral meshes. Since each mesh may contain thousands of faces, the resulting cost challenges the responsiveness of spatial data management techniques. Existing techniques follow the filter-and-refine paradigm, accelerating either the filtering step through indexing or the refinement step through progressive mesh compression combined with GPU parallelization of triangle--triangle tests. However, the former neglects the high cost of intra-geometry refinements, whereas the latter lowers this cost but still relies on the same pairwise triangle--triangle tests. In this paper, we introduce Pierce, an approach that reformulates three-dimensional spatial joins over complex polyhedral meshes as ray-tracing operations and leverages the hardware ray-tracing units (RT cores) of modern GPUs to accelerate query execution. Our approach casts rays along the edges of one mesh against a spatial hierarchy built over the other, performing ray--node tests at the internal levels to prune distant geometries and ray--triangle tests at the leaves to identify intersecting meshes, both of which RT cores accelerate in hardware. We evaluated Pierce on real and synthetic data against multiple baselines, demonstrating more than two orders of magnitude speedup on digital pathology data compared to the state-of-the-art approach.

Mon 21 SeptDatabases
The gist
Checking how two 3D shapes touch or overlap can be very slow when the shapes have many tiny flat parts. The authors changed this problem into one of tracing virtual rays to quickly find intersections using special GPU hardware built for ray tracing in graphics. This method speeds up the task by over 100 times on some data. It helps connect or compare complex 3D models faster than before.
Open 2609.24513v1

Synthetic human mobility data methods compared for urban analysis

Synthetic Human Mobility Data Generation: A Structured Review of Representations, Methods, and Practical Capabilities

Abstract: Human mobility data has become an increasingly important component of urban analytics. Although the range of available mobility data sources has expanded substantially, access remains highly constrained by commercial restrictions, privacy concerns, and institutional barriers. Data protection procedures also often reduce the analytical value of released datasets. Synthetic mobility data has emerged as a promising solution, but existing methods differ substantially in their underlying mechanisms, the information they preserve, the outputs they generate, and the analytical questions they can support. Their comparative strengths and trade-offs remain insufficiently understood for urban analytics. This paper presents a structured review of synthetic human mobility data generation from an urban analytics perspective. We review the literature by methodological family and index it by the mobility outputs each family generates natively and the analytical capabilities those outputs enable. We first provide a taxonomy of synthetic data products, including population and persona representations, activity schedules, trip and tour records, trajectories, and aggregate mobility patterns. We then review the major methodological families, spanning mechanistic models, survey-driven population synthesis, activity- and agent-based simulation, deep generative models, transformer-based mobility language models, and LLM-agentic systems. Building on this synthesis, we introduce a Meaning-Population-Autonomy framework that characterises these methods along three dimensions: behavioural meaning, population grounding and scale, and generation autonomy. We consider these dimensions the principal requirements for downstream urban analytics. Few methods deliver behavioural meaning, population grounding and autonomous generation at once, and fewer still with generation constrained to feasible trajectories.

Fri 18 SeptComputational Engineering, Finance, and Science
The gist
Access to real human mobility data is often limited due to privacy and commercial reasons, which makes studying city movement patterns tricky. The authors review different ways to create fake, or synthetic, mobility data that can still help understand how people move in cities. They organize these methods by what type of movement data they produce and how useful they are for analyzing urban life. They also introduce a framework to compare these methods based on how realistic, large-scale, and automated the data generation is. Their work helps city planners and analysts know which synthetic data methods might suit their needs.
Open 2609.21413v1

Aurora framework makes air ground co simulation more reliable and verifiable

AURORA: A Natural Language-Driven Agentic Framework for Understanding, Reasoning, and Orchestrating Reliable Air-Ground Co-Simulation

Abstract: Air-ground transportation research increasingly relies on co-simulation, yet constructing scenarios remains labor-intensive and difficult to validate. More importantly, a generated scenario may execute successfully while failing to realize the spatial, temporal, communication, or behavioral relationships requested by the user. This paper presents AURORA, a natural-language-driven agentic framework that treats air-ground scenario generation as a process of compilation with verification. Central to AURORA is the Air-Ground Scenario Graph (AGSG), a typed intermediate representation that explicitly connects agents, aerial missions, events, communication links, success conditions, and their cross-domain dependencies. This shared representation enables simulator-grounded parsing, joint road-airspace grounding, temporal planning, pre-execution feasibility checking, trace-based runtime verification, failure localization, and bounded repair within a unified workflow. We further introduce AURORA-Bench to evaluate not only whether generated scenarios execute, but whether they faithfully realize the requested interactions. Experiments across multiple language models show that structured execution substantially improves reliability, while runtime verification exposes silent failures that completion-based evaluation overlooks. Localized repair further resolves many violations without regenerating the entire scenario. The results show that reliable scenario generation requires verifying realized behavior, not merely executable code, and demonstrate the value of explicit intermediate representations for verifiable and repairable language-driven co-simulation.

Thu 17 SeptRoboticsArtificial Intelligence
The gist
Simulating coordinated air and ground transportation can be really hard and time-consuming, especially when making sure the scenarios follow all the rules and interactions intended. The authors introduce AURORA, a system that turns natural language instructions into detailed simulation plans while checking step-by-step that all conditions are met. This method helps catch hidden errors that might not stop a scenario from running but would break its intended logic. They also created a benchmark to test if simulations truly behave as requested, improving trust and fixing problems without starting over.
Open 2609.19527v1

Vision-language models struggle to assess sidewalk accessibility from photos

Can VLMs Reliably Assess Sidewalk Accessibility Attributes from Pedestrian-Level Imagery?

Abstract: An important component of urban accessibility, particularly for wheelchair users and people with reduced mobility, is sidewalk compliance with measurable requirements. We test whether effective width, longitudinal slope, cross slope, and pavement condition can be assessed reliably from pedestrian-level imagery using vision-language models (VLMs). We present the first application of sampling-based conformal prediction (CP) for VLM-based accessibility assessment. We evaluate four VLMs on 514 sidewalk images from Seoul, South Korea, with field-measured ground truth. Conformal calibration attains the nominal 90% coverage for all models and attributes, but the calibrated regions differ in informativeness. Effective width yields the most informative estimates, with a mean interval half-width of about 1.0 m for the best model. Since every model overestimates width, asymmetric calibration shortens the intervals by up to 33% at unchanged coverage. Longitudinal slope is marginally informative, cross-slope intervals are too wide to resolve regulatory thresholds, and pavement-condition sets degenerate to all five grades (A-E) for three of the four models. Uncalibrated intervals from raw sampling dispersion cover only 17-47% of field-measured values at a nominal 90% level. Among the images with the most self-consistent responses, these intervals miss the field-measured value in up to 96% of cases. Response self-consistency is therefore not evidence of accuracy, and sampling dispersion cannot be interpreted as uncertainty until it has been calibrated against field-measured ground truth. No quantitative attribute reaches the precision required for general compliance assessment, but CP identifies from calibration data alone which attributes can support screening of segments far from the thresholds. We release the annotated pedestrian-level images and their corresponding field-measured attribute values.

Tue 15 SeptComputer Vision and Pattern RecognitionComputers and SocietyMachine Learning
The gist
Making sure sidewalks are safe and accessible for wheelchair users requires measuring things like width, slope, and pavement quality. This paper looks at whether advanced computer models that analyze images and text together can do this from photos taken at street level. The authors found that while these models can guess sidewalk width somewhat well, they often overestimate it and are not reliable for measuring slopes or pavement conditions. Their method also showed that just having consistent answers from the model doesn’t mean the answers are correct. Overall, these models aren’t yet accurate enough to replace real measurements but might help flag really bad sidewalks.
Open 2609.17882v1

Multimodal AI classifies Emirati homes architectural styles accurately

Multimodal Cultural Heritage Architectural Style Classification for Residential Buildings in the UAE Based on CLIP Embeddings and SVM

Abstract: The analysis and classification of cultural heritage architectural styles remain challenging due to the complexity of visual images of buildings, which are highly relied on in traditional CNN-based classification approaches in comparison to textual descriptions, and the relative lack of non-western region-specific datasets. This paper addresses this gap by proposing a multimodal machine learning framework to analyze and classify Emirati residential architecture using OpenAI's CLIP model. We integrate visual features from images and textual features from expert descriptions into a unified 512-dimensional embedding, followed by dimensionality reduction with UMAP for visualization and unsupervised clustering using K-Means. Cluster labels, which are derived from manual analysis of the K-Means clusters, are used to train an SVM classifier for automated architectural style classification. Our approach achieves a classification accuracy of 98% across eight identified style clusters, higher than every other study in the literature, demonstrating the effectiveness of combining visual and textual modalities. Overall, this paper highlights the potential of using multimodal AI to support architectural heritage analysis, offering scalable and interpretable tools for exploring regional architectural identities.

Tue 15 SeptComputer Vision and Pattern RecognitionArtificial Intelligence
The gist
Classifying architectural styles, especially for cultural heritage buildings, is hard because images alone can be confusing, and there is little data for non-western regions. The authors developed a computer method that looks at both photos of houses and expert-written descriptions together, turning them into a combined data format. They then grouped similar styles and trained a machine to recognize eight different Emirati residential architectural styles with 98% accuracy. This approach shows how combining pictures and text helps machines better understand complex visual categories.
Open 2609.17181v1

Agentic AI system designed to manage complex geospatial workflows

ANASSA: An Agentic AI Orchestration Framework for Spatial Intelligence

Abstract: The emergence of large language models (LLMs) and large multimodal models (LMMs) has enabled a new class of agentic systems capable of integrating natural language understanding with tool-based execution. In geographic information systems (GIS), this shift is transforming traditional, expert-driven workflows into semiautonomous systems that can interpret user intent, construct spatial workflows, and execute geospatial analysis tasks. However, existing approaches remain limited by fragmented integration of reasoning, execution, and evaluation, particularly in complex, real-world environments. This study synthesizes recent advances in agentic GIS frameworks, benchmarks, and surveys to identify limitations in spatial reasoning, execution robustness, validation, governance, and evaluation. Building on these insights, it introduces ANASSA (Autonomous Neural Agents for Spatial Systems Architecture), an agentic AI orchestration framework that integrates structured spatial reasoning, multi-agent workflow orchestration, execution feedback, authoritative spatial validation, provenance, uncertainty handling, and human decision authority within a unified system design. The contribution is an architecture-level specification: eleven components across four layers, a six-step Geospatial AI Cognitive Loop, cross-component contracts, and governance mechanisms intended to make agentic geospatial workflows traceable, reproducible, and accountable. Empirical performance evaluation is reserved for implementation and deployment studies.

Sun 13 SeptArtificial Intelligence
The gist
Handling complex geographic data analyses usually requires experts to manually plan and execute tasks. The authors point out that current AI tools struggle to fully integrate reasoning, task execution, and validation in this context. They propose ANASSA, a framework that carefully combines these steps to make automated geographic analysis more reliable and traceable. Their work is about how to organize AI components and processes rather than building a specific product or testing performance yet.
Open 2609.14824v1

Graph neural networks estimate connectivity loss after road disruptions

When does a spectral prior help graph learning? Connectivity-loss estimation under road-network disruptions

Abstract: Rapid evaluation of many simultaneous road-link disruptions requires a practical compromise between exact spectral recomputation and local approximation. We estimate relative algebraic-connectivity loss after multi-edge deletion using graph neural networks (GNNs) that learn a bounded correction to a first-order Fiedler sensitivity. The study considers independent, spatially clustered, and edge-betweenness-targeted failures, with graph-disjoint synthetic splits and zero-shot transfer to 13 OpenStreetMap (OSM) areas in six countries. GCN, GraphSAGE, and edge-aware MPNN backbones are compared with analytical baselines. In expanded OSM tests, residual GCN improves spatial-failure MAE by 0.0391 (95% hierarchical interval 0.0151-0.0662), while residual GraphSAGE improves targeted-failure MAE by 0.0257 (0.0095-0.0446). Second-order perturbation improves first-order MAE by only 0.0028-0.0053. Correction slopes decrease under targeted transfer, indicating residual shrinkage around systematic prior error. Leave-one-country-out OSM-to-OSM transfer is mixed: residual GCN improves targeted-failure MAE by 0.0622 (0.0169-0.1153) but worsens the spatial point estimate. Sparse scaling extends to 20,000 nodes and separates one-time spectral setup from amortized screening cost. These results characterize the spectral residual as a useful but domain-sensitive inductive bias for structural connectivity screening. Code, cached networks, and reproducibility artifacts are archived at doi:10.5281/zenodo.22307723.

Thu 10 SeptMachine Learning
The gist
Estimating how road network disruptions reduce connectivity is challenging because exact calculations are slow. The authors use graph neural networks to quickly predict connectivity loss after multiple road closures by correcting simpler mathematical estimates. They test their approach on synthetic data and real road maps from various countries, finding their method improves accuracy while scaling to large networks. The results show the approach works best when disruption patterns are similar to the training data and highlight limits when transferring between different regions.
Open 2609.11166v1

Foundation model embeddings improve urban livability predictions

Applying foundation model embeddings towards urban livability evaluation

Abstract: While accurate measurement of socioeconomic indicators remains challenging in data-scarce regions, which limits policy interventions and resource allocation, high-resolution geospatial data is widely available and can contain information on various livability statistics. We investigate which physical features are encoded within foundation model embeddings, such as AlphaEarth, AnySat, and TerraMind, and provide a systematic framework for identifying the most predictive geospatial indicators. By analyzing how different types of geospatial data influence urban livability predictions, our approach enables researchers to prioritize the most informative features for their specific applications. Additionally, we demonstrate how to leverage foundation model embeddings to enhance prediction performance for these outcomes. This work contributes a principled methodology for extracting actionable information from satellite imagery while accounting for complex spatial dependencies, with applications in predicting urban livability in regions with limited observation data.

Tue 8 SeptMachine LearningComputers and Society
The gist
Measuring how livable a city is can be hard in places without much data. The authors look at special AI tools called foundation model embeddings that analyze satellite images to find clues about cities’ livability. They found a way to pick the best types of satellite data to make these predictions more accurate. This helps people understand which city features matter most for making places better to live, especially where traditional data is missing.
Open 2609.09429v1

Dual-prior network improves clearing haze in remote sensing images

DPSF-Net: A Dual-Prior Spatial-Frequency Network for Real-World Remote Sensing Image Dehazing

Abstract: Real-world remote sensing image dehazing (RSID) remains challenging because atmospheric scattering, spatially non-uniform haze and colour distortion jointly degrade structural and spectral information. Most deep learning methods rely on RGB inputs and spatial-domain feature extraction, which limits their ability to separate global background haze from local surface details. Here, we propose DPSF-Net, a dual-prior spatial-frequency network built on MCAF-Net for real-world RSID. The network uses hazy RGB images and dark channel prior (DCP) maps as joint inputs, allowing physical degradation cues to guide end-to-end feature learning. A spatial-frequency residual interaction block introduces a FourierUnit branch into multi-directional spatial interaction to model large-scale haze components. A prior-guided feature attention module adaptively fuses prior and attention features to reduce colour shift and structural distortion. A selective kernel complementary fusion module screens multi-scale skip features through bidirectional residual complementary gating and selective kernel fusion. Extensive experiments demonstrate that DPSF-Net achieves state-of-the-art performance on the real-world RRSHID remote sensing image dehazing benchmark and remains competitive across multiple synthetic datasets. Moreover, the proposed method strikes a favourable balance among restoration quality, parameter count and computational complexity, supporting the effectiveness of dual-prior spatial-frequency modelling.

Mon 7 SeptComputer Vision and Pattern RecognitionArtificial Intelligence
The gist
Hazy conditions in satellite and aerial images make it hard to see details clearly and can distort colors. The authors created a computer method called DPSF-Net that uses both the usual color images and special maps showing haze patterns to clean up these images better. Their approach combines features from the image and its frequency details to separate large hazy areas from important local details. Tests showed that DPSF-Net works very well on real-world hazy remote sensing images and keeps a good balance between quality and computing cost.
Open 2609.06962v1