CVAILGROAug 2, 2023

Implicit Occupancy Flow Fields for Perception and Prediction in Self-Driving

arXiv:2308.01471v143 citationsh-index: 116
Originality Incremental advance
AI Analysis

This work addresses safety and efficiency concerns in self-driving vehicles by providing a unified approach for perception and prediction, though it is incremental in improving existing methods.

The paper tackles the problem of perception and prediction in self-driving by proposing an implicit occupancy flow field model that avoids unnecessary computation and overcomes limited receptive field issues, demonstrating state-of-the-art performance in urban and highway settings.

A self-driving vehicle (SDV) must be able to perceive its surroundings and predict the future behavior of other traffic participants. Existing works either perform object detection followed by trajectory forecasting of the detected objects, or predict dense occupancy and flow grids for the whole scene. The former poses a safety concern as the number of detections needs to be kept low for efficiency reasons, sacrificing object recall. The latter is computationally expensive due to the high-dimensionality of the output grid, and suffers from the limited receptive field inherent to fully convolutional networks. Furthermore, both approaches employ many computational resources predicting areas or objects that might never be queried by the motion planner. This motivates our unified approach to perception and future prediction that implicitly represents occupancy and flow over time with a single neural network. Our method avoids unnecessary computation, as it can be directly queried by the motion planner at continuous spatio-temporal locations. Moreover, we design an architecture that overcomes the limited receptive field of previous explicit occupancy prediction methods by adding an efficient yet effective global attention mechanism. Through extensive experiments in both urban and highway settings, we demonstrate that our implicit model outperforms the current state-of-the-art. For more information, visit the project website: https://waabi.ai/research/implicito.

Foundations

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

Your Notes