paper-with-me

홈 › Papers

Learning Optical Flow and Scene Flow with Bidirectional Camera-LiDAR Fusion

2023-03-21 · Haisong Liu, Tao Lu, Yihui Xu, Jia Liu, LiMin Wang

In this paper, we study the problem of jointly estimating the optical flow and scene flow from synchronized 2D and 3D data. Previous methods either employ a complex pipeline that splits the joint task into independent stages, or fuse 2D and 3D information in an `early-fusion'' or `late-fusion'' manner. Such one-size-fits-all approaches suffer from a dilemma of failing to fully utilize the characteristic of each modality or to maximize the inter-modality complementarity. To address the problem, we propose a novel end-to-end framework, which consists of 2D and 3D branches with multiple bidirectional fusion connections between them in specific layers. Different from previous work, we apply a point-based 3D branch to extract the LiDAR features, as it preserves the geometric structure of point clouds. To fuse dense image features and sparse point features, we propose a learnable operator named bidirectional camera-LiDAR fusion module (Bi-CLFM). We instantiate two types of the bidirectional fusion pipeline, one based on the pyramidal coarse-to-fine architecture (dubbed CamLiPWC), and the other one based on the recurrent all-pairs field transforms (dubbed CamLiRAFT). On FlyingThings3D, both CamLiPWC and CamLiRAFT surpass all existing methods and achieve up to a 47.9\% reduction in 3D end-point-error from the best published result. Our best-performing model, CamLiRAFT, achieves an error of 4.26\% on the KITTI Scene Flow benchmark, ranking 1st among all submissions with much fewer parameters. Besides, our methods have strong generalization performance and the ability to handle non-rigid motion. Code is available at https://github.com/MCG-NJU/CamLiFlow.

📄 PDF Abstract BibTeX arXiv:2303.12017

Code (1)

mcg-nju/camliflow 공식 구현 pytorch

Tasks

Optical Flow EstimationScene Flow EstimationScene Flow Estimation on KITTI 2015 Scene Flow Test

Similar Papers 제목 키워드 기반

CamLiFlow: Bidirectional Camera-LiDAR Fusion for Joint Optical Flow and Scene Flow Estimation

2021-11-20 · CVPR 2022 1 · Haisong Liu, Tao Lu, Yihui Xu, Jia Liu 외

In this paper, we study the problem of jointly estimating the optical flow and scene flow from synchronized 2D and 3D data. Previous methods either employ a complex pipeline that splits the joint task into independent st…

Optical Flow EstimationScene Flow Estimation

Generalized Video Deblurring for Dynamic Scenes

2015-07-09 · CVPR 2015 6 · Tae Hyun Kim, Kyoung Mu Lee

Several state-of-the-art video deblurring methods are based on a strong assumption that the captured scenes are static. These methods fail to deblur blurry videos in dynamic scenes. We propose a video deblurring method t…

DeblurringOptical Flow EstimationVideo Deblurring

BAT: Learning Event-based Optical Flow with Bidirectional Adaptive Temporal Correlation

2025-03-05 · Gangwei Xu, Haotong Lin, Zhaoxing Zhang, Hongcheng Luo 외

Event cameras deliver visual information characterized by a high dynamic range and high temporal resolution, offering significant advantages in estimating optical flow for complex lighting conditions and fast-moving obje…

Event-based Optical FlowOptical Flow Estimation

Unsupervised Learning of Depth, Camera Pose and Optical Flow from Monocular Video

2022-05-19 · Dipan Mandal, Abhilash Jain

We propose DFPNet -- an unsupervised, joint learning system for monocular Depth, Optical Flow and egomotion (Camera Pose) estimation from monocular image sequences. Due to the nature of 3D scene geometry these three comp…

Camera Pose EstimationImage ReconstructionOptical Flow EstimationPose Estimation

Learning Dense and Continuous Optical Flow from an Event Camera

2022-11-16 · Zhexiong Wan, Yuchao Dai, Yuxin Mao

Event cameras such as DAVIS can simultaneously output high temporal resolution events and low frame-rate intensity images, which own great potential in capturing scene motion, such as optical flow estimation. Most of the…

Optical Flow Estimation