CVMar 8, 2024

DiffSF: Diffusion Models for Scene Flow Estimation

arXiv:2403.05327v37 citationsh-index: 19Has CodeNIPS
Originality Incremental advance
AI Analysis

This work addresses the need for reliable scene flow estimation in real-world applications like self-driving cars, offering an incremental improvement by adding uncertainty quantification to existing methods.

The paper tackles scene flow estimation for autonomous agents by proposing DiffSF, which combines transformer-based methods with denoising diffusion models to improve accuracy and provide uncertainty estimates, achieving state-of-the-art performance on standard benchmarks.

Scene flow estimation is an essential ingredient for a variety of real-world applications, especially for autonomous agents, such as self-driving cars and robots. While recent scene flow estimation approaches achieve a reasonable accuracy, their applicability to real-world systems additionally benefits from a reliability measure. Aiming at improving accuracy while additionally providing an estimate for uncertainty, we propose DiffSF that combines transformer-based scene flow estimation with denoising diffusion models. In the diffusion process, the ground truth scene flow vector field is gradually perturbed by adding Gaussian noise. In the reverse process, starting from randomly sampled Gaussian noise, the scene flow vector field prediction is recovered by conditioning on a source and a target point cloud. We show that the diffusion process greatly increases the robustness of predictions compared to prior approaches resulting in state-of-the-art performance on standard scene flow estimation benchmarks. Moreover, by sampling multiple times with different initial states, the denoising process predicts multiple hypotheses, which enables measuring the output uncertainty, allowing our approach to detect a majority of the inaccurate predictions. The code is available at https://github.com/ZhangYushan3/DiffSF.

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