Papers for

public safety 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.

Urban region embeddings improve when factoring out hidden shared causes

When Correlations Mislead: Confounder-Aware Multi-View Urban Region Representation Learning

Abstract: Urban region representation learning commonly combines heterogeneous data sources, such as mobility flows, points of interest, and land-use information, to support tasks including mobility analysis, public safety forecasting, and service demand estimation. Existing multi-view methods typically improve region embeddings by strengthening interactions across views. However, such methods often overlook view-specific regional structures and may propagate correlations induced by shared latent factors, which can reduce the stability of downstream predictions. To overcome this major limitation, we propose CURE, a confounder-aware framework for multi-view urban region representation learning. CURE first encodes each view with its regional graph structure, estimates a shared latent component, and then reduces its projected influence before cross-view interaction. A hierarchical graph-aware fusion module subsequently aggregates the residual view representations using local and global regional contexts Experiments on three real-world cities show that CURE improves predictive performance, remains robust under missing and noisy input views, and provides reliable cross-view integration through shared component separation and context-dependent view weighting.

Mon 14 SeptMachine LearningArtificial Intelligence
The gist
Understanding different parts of a city using many data types like travel patterns and land use can help with planning and safety. The authors noticed that combining these data views often mixes up hidden factors that affect all views, causing less reliable results. They created a new method called CURE that first identifies and removes these hidden shared influences before combining the data. This approach helps produce better predictions and stays reliable even when some data is missing or noisy.
Open 2609.15305v1

CrowdTraj benchmark reveals challenges in dense crowd trajectory prediction

CrowdTraj: A Benchmark for Dense Crowd Trajectory Prediction in Realistic Crowded Environments

Abstract: In real-world applications, pedestrian trajectory prediction models rely on inputs from detection and tracking systems. Prior trajectory prediction benchmarks either contain relatively sparse pedestrian interactions, assume perfect tracking inputs, or rely on overhead viewpoints that minimize occlusion and perspective distortion, limiting evaluation in realistic dense-crowd scenarios. We present CrowdTraj, a benchmark for pedestrian trajectory prediction in natural dense crowd scenes. Unlike previous datasets, CrowdTraj supports end-to-end evaluation from detection through tracking to trajectory prediction under severe occlusion in CCTV views. It also captures diverse, natural pedestrian behaviours, including abrupt directional changes rarely observed in existing benchmarks. CrowdTraj includes five diverse scenes, with an average of 1,146 unique pedestrians per scene, maximum frame-level densities ranging from 114 to 372 pedestrians, and over 3.2 million annotated head bounding boxes. CrowdTraj provides pixel and real-world coordinates via per-scene homography matrices for physically meaningful analysis. Our experimental results show that tracking accuracy (IDF1) drops to 0.68 to 0.70 in the densest scenes, compared with approximately 0.90 in less crowded scenes. Trajectory prediction training also becomes substantially more computationally expensive in dense scenes, with training times increasing by up to 8 times. These findings show that CrowdTraj exposes limitations in current trajectory prediction pipelines that remain hidden on existing sparse-crowd benchmarks, particularly in robustness to tracking noise and computational scalability.

Mon 7 SeptComputer Vision and Pattern Recognition
The gist
CrowdTraj is a new dataset that helps test how well computers can predict where people will move in very crowded spaces, using real security camera footage. Earlier tests mostly looked at simpler cases with fewer people or perfect tracking, which doesn’t happen in real life. This dataset includes very busy scenes with lots of occlusions and sudden movements, making predictions harder. The authors found that current methods struggle more with this complexity and need more computing power to learn from such crowded examples.
Open 2609.07685v1