paper-with-me

홈 › Papers

Uncovering the Missing Pattern: Unified Framework Towards Trajectory Imputation and Prediction

2023-03-28 · CVPR 2023 1 · Yi Xu, Armin Bazarjani, Hyung-gun Chi, Chiho Choi, Yun Fu

Trajectory prediction is a crucial undertaking in understanding entity movement or human behavior from observed sequences. However, current methods often assume that the observed sequences are complete while ignoring the potential for missing values caused by object occlusion, scope limitation, sensor failure, etc. This limitation inevitably hinders the accuracy of trajectory prediction. To address this issue, our paper presents a unified framework, the Graph-based Conditional Variational Recurrent Neural Network (GC-VRNN), which can perform trajectory imputation and prediction simultaneously. Specifically, we introduce a novel Multi-Space Graph Neural Network (MS-GNN) that can extract spatial features from incomplete observations and leverage missing patterns. Additionally, we employ a Conditional VRNN with a specifically designed Temporal Decay (TD) module to capture temporal dependencies and temporal missing patterns in incomplete trajectories. The inclusion of the TD module allows for valuable information to be conveyed through the temporal flow. We also curate and benchmark three practical datasets for the joint problem of trajectory imputation and prediction. Extensive experiments verify the exceptional performance of our proposed method. As far as we know, this is the first work to address the lack of benchmarks and techniques for trajectory imputation and prediction in a unified manner.

📄 PDF Abstract BibTeX arXiv:2303.16005

Code (1)

colorfulfuture/gc-vrnn 공식 구현 pytorch

Tasks

Graph Neural NetworkImputationMissing ValuesPredictionTrajectory Prediction

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

A Unified Framework for Variable Selection in Model-Based Clustering with Missing Not at Random

2025-05-25 · Binh H. Ho, Long Nguyen Chi, TrungTin Nguyen, Binh T. Nguyen 외

Model-based clustering integrated with variable selection is a powerful tool for uncovering latent structures within complex data. However, its effectiveness is often hindered by challenges such as identifying relevant v…

ClusteringComputational EfficiencyVariable Selection

LongMoE: Longitudinal Multimodal Learning via Trajectory-Aware Mixture-of-Experts

2026-06-06 · Maxx Richard Rahman, Prakhar Kumar, Wolfgang Maass arxiv

Multimodal clinical learning is increasingly important for integrating diverse patient data, including imaging, text, and personalised health records. However, it faces two fundamental challenges: i) modality missingness…

Pattern Ensembling for Spatial Trajectory Reconstruction

2021-01-25 · Shivam Pathak, Mingyi He, Sergey Malinchik, Stanislav Sobolevsky

Digital sensing provides an unprecedented opportunity to assess and understand mobility. However, incompleteness, missing information, possible inaccuracies, and temporal heterogeneity in the geolocation data can undermi…

Uncovering the human motion pattern: Pattern Memory-based Diffusion Model for Trajectory Prediction

2024-01-05 · Yuxin Yang, Pengfei Zhu, Mengshi Qi, Huadong Ma

Human trajectory forecasting is a critical challenge in fields such as robotics and autonomous driving. Due to the inherent uncertainty of human actions and intentions in real-world scenarios, various unexpected occurren…

Autonomous DrivingRetrievalTrajectory ForecastingTrajectory Prediction

tPARAFAC2: Tracking evolving patterns in (incomplete) temporal data

2024-07-01 · Christos Chatzis, Carla Schenker, Max Pfeffer, Evrim Acar

Tensor factorizations have been widely used for the task of uncovering patterns in various domains. Often, the input is time-evolving, shifting the goal to tracking the evolution of the underlying patterns instead. To ad…