TRACE: Trajectory Recovery with State Propagation Diffusion for Urban Mobility

arXiv cs.AI / 3/23/2026

📰 NewsModels & Research

Key Points

  • TRACE introduces a diffusion-based method to recover dense, continuous trajectories from sparse GPS data, addressing challenges in urban mobility due to low sampling rates and uneven coverage.
  • The proposed State Propagation Diffusion Model employs a memory mechanism to preserve intermediate denoising results, improving reconstruction of difficult trajectory segments.
  • On real-world datasets, TRACE achieves over 26% accuracy improvement over state-of-the-art methods with no significant inference overhead.
  • The work strengthens mobile and web-connected location services for urban applications and provides code at the project repository.

Abstract

High-quality GPS trajectories are essential for location-based web services and smart city applications, including navigation, ride-sharing and delivery. However, due to low sampling rates and limited infrastructure coverage during data collection, real-world trajectories are often sparse and feature unevenly distributed location points. Recovering these trajectories into dense and continuous forms is essential but challenging, given their complex and irregular spatio-temporal patterns. In this paper, we introduce a novel diffusion model for trajectory recovery named TRACE, which reconstruct dense and continuous trajectories from sparse and incomplete inputs. At the core of TRACE, we propose a State Propagation Diffusion Model (SPDM), which integrates a novel memory mechanism, so that during the denoising process, TRACE can retain and leverage intermediate results from previous steps to effectively reconstruct those hard-to-recover trajectory segments. Extensive experiments on multiple real-world datasets show that TRACE outperforms the state-of-the-art, offering >26\% accuracy improvement without significant inference overhead. Our work strengthens the foundation for mobile and web-connected location services, advancing the quality and fairness of data-driven urban applications. Code is available at: https://github.com/JinmingWang/TRACE