paper-with-me

Papers

RAFT-3D: Scene Flow using Rigid-Motion Embeddings

2020-12-01 · CVPR 2021 1 · Zachary Teed, Jia Deng

We address the problem of scene flow: given a pair of stereo or RGB-D video frames, estimate pixelwise 3D motion. We introduce RAFT-3D, a new deep architecture for scene flow. RAFT-3D is based on the RAFT model developed for optical flow but iteratively updates a dense field of pixelwise SE3 motion instead of 2D motion. A key innovation of RAFT-3D is rigid-motion embeddings, which represent a soft grouping of pixels into rigid objects. Integral to rigid-motion embeddings is Dense-SE3, a differentiable layer that enforces geometric consistency of the embeddings. Experiments show that RAFT-3D achieves state-of-the-art performance. On FlyingThings3D, under the two-view evaluation, we improved the best published accuracy (d < 0.05) from 34.3% to 83.7%. On KITTI, we achieve an error of 5.77, outperforming the best published method (6.31), despite using no object instance supervision. Code is available at https://github.com/princeton-vl/RAFT-3D.

📄 PDF Abstract BibTeX arXiv:2012.00726

Code (1)

princeton-vl/RAFT-3D 공식 구현 pytorch

Tasks

Optical Flow EstimationScene Flow Estimation

Similar Papers 제목 키워드 기반

Self-Supervised Learning of Non-Rigid Residual Flow and Ego-Motion

2020-09-22 · Ivan Tishchenko, Sandro Lombardi, Martin R. Oswald, Marc Pollefeys

Most of the current scene flow methods choose to model scene flow as a per point translation vector without differentiating between static and dynamic components of 3D motion. In this work we present an alternative metho…

Self-Supervised LearningTranslation

TARS: Traffic-Aware Radar Scene Flow Estimation

2025-03-13 · Jialong Wu, Marco Braun, Dominic Spata, Matthias Rottmann

Scene flow provides crucial motion information for autonomous driving. Recent LiDAR scene flow models utilize the rigid-motion assumption at the instance level, assuming objects are rigid bodies. However, these instance-…

Autonomous Drivingobject-detectionObject DetectionScene Flow Estimation+1

RigidFlow: Self-Supervised Scene Flow Learning on Point Clouds by Local Rigidity Prior

2022-01-01 · CVPR 2022 1 · Ruibo Li, Chi Zhang, Guosheng Lin, Zhe Wang 외

In this work, we focus on scene flow learning on point clouds in a self-supervised manner. A real-world scene can be well modeled as a collection of rigidly moving parts, therefore its scene flow can be represented a…

Motion EstimationSelf-Supervised Learning

Learning Rigidity in Dynamic Scenes with a Moving Camera for 3D Motion Field Estimation

2018-04-12 · ECCV 2018 9 · Zhaoyang Lv, Kihwan Kim, Alejandro Troccoli, Deqing Sun 외

Estimation of 3D motion in a dynamic scene from a temporal pair of images is a core task in many scene understanding problems. In real world applications, a dynamic scene is commonly captured by a moving camera (i.e., pa…

Optical Flow EstimationScene Flow EstimationScene Understanding

Multiframe Scene Flow with Piecewise Rigid Motion

2017-10-05 · Vladislav Golyanik, Kihwan Kim, Robert Maier, Matthias Nießner 외

We introduce a novel multiframe scene flow approach that jointly optimizes the consistency of the patch appearances and their local rigid motions from RGB-D image sequences. In contrast to the competing methods, we take …

Scene Flow Estimation