CVApr 18, 2023

Fast Neural Scene Flow

arXiv:2304.09121v343 citationsh-index: 57
AI Analysis

This enables real-time scene flow estimation for autonomous driving applications, though it is incremental as it optimizes an existing method.

The paper tackled the slow runtime of Neural Scene Flow Prior (NSFP) by identifying the Chamfer distance loss as the bottleneck and replacing it with a distance transform loss, achieving real-time performance comparable to learning methods without training or out-of-distribution bias on Waymo Open and Argoverse datasets.

Neural Scene Flow Prior (NSFP) is of significant interest to the vision community due to its inherent robustness to out-of-distribution (OOD) effects and its ability to deal with dense lidar points. The approach utilizes a coordinate neural network to estimate scene flow at runtime, without any training. However, it is up to 100 times slower than current state-of-the-art learning methods. In other applications such as image, video, and radiance function reconstruction innovations in speeding up the runtime performance of coordinate networks have centered upon architectural changes. In this paper, we demonstrate that scene flow is different -- with the dominant computational bottleneck stemming from the loss function itself (i.e., Chamfer distance). Further, we rediscover the distance transform (DT) as an efficient, correspondence-free loss function that dramatically speeds up the runtime optimization. Our fast neural scene flow (FNSF) approach reports for the first time real-time performance comparable to learning methods, without any training or OOD bias on two of the largest open autonomous driving (AV) lidar datasets Waymo Open and Argoverse.

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