paper-with-me

Papers

OptFlow: Fast Optimization-based Scene Flow Estimation without Supervision

2024-01-04 · WACV 2024 1 · Rahul Ahuja, Chris Baker, Wilko Schwarting

Scene flow estimation is a crucial component in the development of autonomous driving and 3D robotics, providing valuable information for environment perception and navigation. Despite the advantages of learning-based scene flow estimation techniques, their domain specificity and limited generalizability across varied scenarios pose challenges. In contrast, non-learning optimization-based methods, incorporating robust priors or regularization, offer competitive scene flow estimation performance, require no training, and show extensive applicability across datasets, but suffer from lengthy inference times. In this paper, we present OptFlow, a fast optimization-based scene flow estimation method. Without relying on learning or any labeled datasets, OptFlow achieves state-of-the-art performance for scene flow estimation on popular autonomous driving benchmarks. It integrates a local correlation weight matrix for correspondence matching, an adaptive correspondence threshold limit for nearest-neighbor search, and graph prior rigidity constraints, resulting in expedited convergence and improved point correspondence identification. Moreover, we demonstrate how integrating a point cloud registration function within our objective function bolsters accuracy and differentiates between static and dynamic points without relying on external odometry data. Consequently, OptFlow outperforms the baseline graph-prior method by approximately 20% and the Neural Scene Flow Prior method by 5%-7% in accuracy, all while offering the fastest inference time among all non-learning scene flow estimation methods.

📄 PDF Abstract BibTeX arXiv:2401.02550

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingPoint Cloud RegistrationScene Flow EstimationSelf-supervised Scene Flow EstimationSpecificity

Similar Papers 제목 키워드 기반

Every Pixel Counts ++: Joint Learning of Geometry and Motion with 3D Holistic Understanding

2018-10-14 · Chenxu Luo, Zhenheng Yang, Peng Wang, Yang Wang 외

Learning to estimate 3D geometry in a single frame and optical flow from consecutive frames by watching unlabeled videos via deep convolutional network has made significant progress recently. Current state-of-the-art (So…

3D geometryDepth EstimationOptical Flow EstimationScene Flow Estimation+1

FastPCI: Motion-Structure Guided Fast Point Cloud Frame Interpolation

2024-10-25 · Tianyu Zhang, Guocheng Qian, Jin Xie, Jian Yang

Point cloud frame interpolation is a challenging task that involves accurate scene flow estimation across frames and maintaining the geometry structure. Prevailing techniques often rely on pre-trained motion estimators o…

Scene Flow Estimation

ZeroFlow: Scalable Scene Flow via Distillation

2023-05-17 · Kyle Vedder, Neehar Peri, Nathaniel Chodosh, Ishan Khatri 외

Scene flow estimation is the task of describing the 3D motion field between temporally successive point clouds. State-of-the-art methods use strong priors and test-time optimization techniques, but require on the order o…

Scene Flow EstimationSelf-supervised Scene Flow Estimation

Floxels: Fast Unsupervised Voxel Based Scene Flow Estimation

2025-03-06 · CVPR 2025 1 · David T. Hoffmann, Syed Haseeb Raza, Hanqiu Jiang, Denis Tananaev 외

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: …

object-detectionObject DetectionScene Flow Estimation

Self-Supervised Multi-Frame Neural Scene Flow

2024-03-24 · Dongrui Liu, Daqi Liu, Xueqian Li, Sihao Lin 외

Neural Scene Flow Prior (NSFP) and Fast Neural Scene Flow (FNSF) have shown remarkable adaptability in the context of large out-of-distribution autonomous driving. Despite their success, the underlying reasons for their …

Autonomous DrivingScene Flow Estimation