CVAug 10, 2021

Multi-Camera Trajectory Forecasting with Trajectory Tensors

arXiv:2108.04694v215 citationsHas Code
AI Analysis

This work addresses trajectory forecasting for surveillance and traffic monitoring by enabling predictions across camera networks, though it is incremental as it builds on encoder-decoder models with a new data representation.

The paper tackles the problem of predicting object trajectories across multiple cameras, which is limited by existing single-camera methods, and introduces a multi-camera trajectory forecasting framework using trajectory tensors, achieving superior performance over adapted methods on a new 600-hour dataset.

We introduce the problem of multi-camera trajectory forecasting (MCTF), which involves predicting the trajectory of a moving object across a network of cameras. While multi-camera setups are widespread for applications such as surveillance and traffic monitoring, existing trajectory forecasting methods typically focus on single-camera trajectory forecasting (SCTF), limiting their use for such applications. Furthermore, using a single camera limits the field-of-view available, making long-term trajectory forecasting impossible. We address these shortcomings of SCTF by developing an MCTF framework that simultaneously uses all estimated relative object locations from several viewpoints and predicts the object's future location in all possible viewpoints. Our framework follows a Which-When-Where approach that predicts in which camera(s) the objects appear and when and where within the camera views they appear. To this end, we propose the concept of trajectory tensors: a new technique to encode trajectories across multiple camera views and the associated uncertainties. We develop several encoder-decoder MCTF models for trajectory tensors and present extensive experiments on our own database (comprising 600 hours of video data from 15 camera views) created particularly for the MCTF task. Results show that our trajectory tensor models outperform coordinate trajectory-based MCTF models and existing SCTF methods adapted for MCTF. Code is available from: https://github.com/olly-styles/Trajectory-Tensors

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes