Spatial-Temporal Consistency Network for Low-Latency Trajectory Forecasting

Abstract

Trajectory forecasting is a crucial step for autonomous vehicles and mobile robots in order to navigate and interact safely. In order to handle the spatial interactions between objects, graph-based approaches have been proposed. These methods, however, model motion on a frame-to-frame basis and do not provide a strong temporal model. To overcome this limitation, we propose a compact model called Spatial-Temporal Consistency Network (STC-Net). In STC-Net, dilated temporal convolutions are introduced to model long-range dependencies along each trajectory for better temporal modeling while graph convolutions are employed to model the spatial interaction among different trajectories. Furthermore, we propose a feature-wise convolution to generate the predicted trajectories in one pass and refine the forecast trajectories together with the reconstructed observed trajectories. We demonstrate that STC-Net generates spatially and temporally consistent trajectories and outperforms other graph-based methods. Since STC-Net requires only 0.7k parameters and forecasts the future with a latency of only 1.3ms, it advances the state-of-the-art and satisfies the requirements for realistic applications.

Cite

Text

Li et al. "Spatial-Temporal Consistency Network for Low-Latency Trajectory Forecasting." International Conference on Computer Vision, 2021. doi:10.1109/ICCV48922.2021.00195

Markdown

[Li et al. "Spatial-Temporal Consistency Network for Low-Latency Trajectory Forecasting." International Conference on Computer Vision, 2021.](https://mlanthology.org/iccv/2021/li2021iccv-spatialtemporal/) doi:10.1109/ICCV48922.2021.00195

BibTeX

@inproceedings{li2021iccv-spatialtemporal,
  title     = {{Spatial-Temporal Consistency Network for Low-Latency Trajectory Forecasting}},
  author    = {Li, Shijie and Zhou, Yanying and Yi, Jinhui and Gall, Juergen},
  booktitle = {International Conference on Computer Vision},
  year      = {2021},
  pages     = {1940-1949},
  doi       = {10.1109/ICCV48922.2021.00195},
  url       = {https://mlanthology.org/iccv/2021/li2021iccv-spatialtemporal/}
}