Floxels: Fast Unsupervised Voxel Based Scene Flow Estimation
David T. Hoffmann, Syed Haseeb Raza, Hanqiu Jiang, Denis Tananaev, Steffen Klingenhoefer, Martin Meinke
TL;DR
The paper addresses unsupervised scene flow estimation from LiDAR by reducing the heavy runtime of test-time optimization while maintaining high accuracy. It replaces the traditional MLP-based implicit representation with a simple 3D voxel grid, and couples this with a multi-frame distance-transform loss, a cluster-consistency constraint, and a flow-norm regularizer to handle occlusions, misassociations, and static regions. Floxels achieves competitive performance to EulerFlow but with 60–140× faster runtimes, and outperforms fast baselines and some supervised methods on dynamic points across benchmarks. This approach enhances robustness to occlusion and domain variations and scales efficiently to large point clouds, making unsupervised scene flow more practical for real-time robotic applications.
Abstract
Scene flow estimation is a foundational task for many robotic applications, including robust dynamic object detection, automatic labeling, and sensor synchronization. Two types of approaches to the problem have evolved: 1) Supervised and 2) optimization-based methods. Supervised methods are fast during inference and achieve high-quality results, however, they are limited by the need for large amounts of labeled training data and are susceptible to domain gaps. In contrast, unsupervised test-time optimization methods do not face the problem of domain gaps but usually suffer from substantial runtime, exhibit artifacts, or fail to converge to the right solution. In this work, we mitigate several limitations of existing optimization-based methods. To this end, we 1) introduce a simple voxel grid-based model that improves over the standard MLP-based formulation in multiple dimensions and 2) introduce a new multiframe loss formulation. 3) We combine both contributions in our new method, termed Floxels. On the Argoverse 2 benchmark, Floxels is surpassed only by EulerFlow among unsupervised methods while achieving comparable performance at a fraction of the computational cost. Floxels achieves a massive speedup of more than ~60 - 140x over EulerFlow, reducing the runtime from a day to 10 minutes per sequence. Over the faster but low-quality baseline, NSFP, Floxels achieves a speedup of ~14x.
