Inferring Missing Trajectory Data with Temporal Convolutional Networks
Trajectory data collected in real-world settings is frequently incomplete due to sensor failure, communication loss, or occlusion. We address the task of \emph{trajectory inpainting}: reconstructing contiguous missing segments from observed context. We propose a Temporal Convolutional Network (TCN) with symmetric dilation that relaxes the standard causality constraint, allowing each time step to draw on both past and future observations, a property that is essential for inpainting, but absent from forecasting-oriented architectures. The model is trained with a composite loss that combines weighted mean squared error, boundary--continuity penalties, and a smoothness regularizer. Trained on a synthetic dataset of $1,000$ (train), $200$ (validation), and $300$ (test) two-dimensional trajectories with randomly placed 20% masked segments, the model achieves good R$^{2}$, MSE and MAE metrics.
Code (0)
등록된 구현이 없습니다.
Similar Papers 제목 키워드 기반
Auto-encoders for Track Reconstruction in Drift Chambers for CLAS12
In this article we describe the development of machine learning models to assist the CLAS12 tracking algorithm by identifying tracks through inferring missing segments in the drift chambers. Auto encoders are used to rec…
BIG-bench Machine LearningMissFormer: (In-)attention-based handling of missing observations for trajectory filtering and prediction
In applications such as object tracking, time-series data inevitably carry missing observations. Following the success of deep learning-based models for various sequence learning tasks, these models increasingly replace …
ObjectObject TrackingTime SeriesTime Series AnalysisUncovering the Missing Pattern: Unified Framework Towards Trajectory Imputation and Prediction
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…
Graph Neural NetworkImputationMissing ValuesPrediction+1STEI-PCN: an efficient pure convolutional network for traffic prediction via spatial-temporal encoding and inferring
Traffic data exhibits complex temporal, spatial, and spatial-temporal correlations. Most of models use either independent modules to separately extract temporal and spatial correlations or joint modules to synchronously …
Computational EfficiencyPredictionTraffic PredictionTranSPORTmer: A Holistic Approach to Trajectory Understanding in Multi-Agent Sports
Understanding trajectories in multi-agent scenarios requires addressing various tasks, including predicting future movements, imputing missing observations, inferring the status of unseen agents, and classifying differen…
Imputation