paper-with-me

Papers

DiffTraj: Generating GPS Trajectory with Diffusion Probabilistic Model

2023-04-23 · NeurIPS 2023 11 · Yuanshao Zhu, Yongchao Ye, Shiyao Zhang, Xiangyu Zhao, James J. Q. Yu

Pervasive integration of GPS-enabled devices and data acquisition technologies has led to an exponential increase in GPS trajectory data, fostering advancements in spatial-temporal data mining research. Nonetheless, GPS trajectories contain personal geolocation information, rendering serious privacy concerns when working with raw data. A promising approach to address this issue is trajectory generation, which involves replacing original data with generated, privacy-free alternatives. Despite the potential of trajectory generation, the complex nature of human behavior and its inherent stochastic characteristics pose challenges in generating high-quality trajectories. In this work, we propose a spatial-temporal diffusion probabilistic model for trajectory generation (DiffTraj). This model effectively combines the generative abilities of diffusion models with the spatial-temporal features derived from real trajectories. The core idea is to reconstruct and synthesize geographic trajectories from white noise through a reverse trajectory denoising process. Furthermore, we propose a Trajectory UNet (Traj-UNet) deep neural network to embed conditional information and accurately estimate noise levels during the reverse process. Experiments on two real-world datasets show that DiffTraj can be intuitively applied to generate high-fidelity trajectories while retaining the original distributions. Moreover, the generated results can support downstream trajectory analysis tasks and significantly outperform other methods in terms of geo-distribution evaluations.

📄 PDF Abstract BibTeX arXiv:2304.11582

Code (1)

Yasoz/DiffTraj 공식 구현 pytorch

Tasks

Denoisingmodel

Similar Papers 제목 키워드 기반

WcDT: World-centric Diffusion Transformer for Traffic Scene Generation

2024-04-02 · Chen Yang, Yangfan He, Aaron Xuxiang Tian, Dong Chen 외

In this paper, we introduce a novel approach for autonomous driving trajectory generation by harnessing the complementary strengths of diffusion probabilistic models (a.k.a., diffusion models) and transformers. Our propo…

Autonomous DrivingDecoderDenoisingDiversity+1

CityTrajBench: A Unified Benchmark for City-Scale Vehicle Trajectory Generation

2026-06-01 · Shibo Zhu, Xiaodan Shi, Dayin Chen, Yuntian Chen 외 arxiv

Urban trajectory generation is a fundamental task for transportation simulation, urban planning, and mobility analytics. However, systematic comparison across trajectory generation methods remains difficult because exist…

T-Stitch: Accelerating Sampling in Pre-Trained Diffusion Models with Trajectory Stitching

2024-02-21 · Zizheng Pan, Bohan Zhuang, De-An Huang, Weili Nie 외

Sampling from diffusion probabilistic models (DPMs) is often expensive for high-quality image generation and typically requires many steps with a large model. In this paper, we introduce sampling Trajectory Stitching T-S…

Image Generation

Constraint-Aware Diffusion Models for Trajectory Optimization

2024-06-03 · Anjian Li, Zihan Ding, Adji Bousso Dieng, Ryne Beeson

The diffusion model has shown success in generating high-quality and diverse solutions to trajectory optimization problems. However, diffusion models with neural networks inevitably make prediction errors, which leads to…

Generating Synthetic Ground Truth Distributions for Multi-step Trajectory Prediction using Probabilistic Composite Bézier Curves

2024-04-05 · Ronny Hug, Stefan Becker, Wolfgang Hübner, Michael Arens

An appropriate data basis grants one of the most important aspects for training and evaluating probabilistic trajectory prediction models based on neural networks. In this regard, a common shortcoming of current benchmar…

Dataset GenerationTrajectory Prediction