OOSTraj: Out-of-Sight Trajectory Prediction With Vision-Positioning Denoising
Haichao Zhang, Yi Xu, Hongsheng Lu, Takayuki Shimizu, Yun Fu
TL;DR
This work tackles out-of-sight trajectory prediction by introducing OOSTraj, a vision-positioning denoising framework that denoises noisy sensor trajectories and maps them into the visual domain for predicting future out-of-sight trajectories. The method combines a Mobile Denoising Encoder (MDE), Visual-Positioning Denoising Module (VPD), Visual Positioning Projection (VPP), Camera Parameters Estimator (CPE), and an Out-of-Sight Prediction Decoder (OPD), with a denoising loss guiding unsupervised learning through available visual cues. It achieves state-of-the-art results on Vi-Fi and JRDB datasets, and plug-and-play experiments show that adding VPD improves baselines in both denoising and future trajectory prediction. The approach enables safer and more reliable autonomous driving in complex environments by effectively handling non-visible objects and sensor noise, and code is publicly available.
Abstract
Trajectory prediction is fundamental in computer vision and autonomous driving, particularly for understanding pedestrian behavior and enabling proactive decision-making. Existing approaches in this field often assume precise and complete observational data, neglecting the challenges associated with out-of-view objects and the noise inherent in sensor data due to limited camera range, physical obstructions, and the absence of ground truth for denoised sensor data. Such oversights are critical safety concerns, as they can result in missing essential, non-visible objects. To bridge this gap, we present a novel method for out-of-sight trajectory prediction that leverages a vision-positioning technique. Our approach denoises noisy sensor observations in an unsupervised manner and precisely maps sensor-based trajectories of out-of-sight objects into visual trajectories. This method has demonstrated state-of-the-art performance in out-of-sight noisy sensor trajectory denoising and prediction on the Vi-Fi and JRDB datasets. By enhancing trajectory prediction accuracy and addressing the challenges of out-of-sight objects, our work significantly contributes to improving the safety and reliability of autonomous driving in complex environments. Our work represents the first initiative towards Out-Of-Sight Trajectory prediction (OOSTraj), setting a new benchmark for future research. The code is available at \url{https://github.com/Hai-chao-Zhang/OOSTraj}.
