paper-with-me

홈 › Papers

PV-RAFT: Point-Voxel Correlation Fields for Scene Flow Estimation of Point Clouds

2020-12-02 · CVPR 2021 1 · Yi Wei, Ziyi Wang, Yongming Rao, Jiwen Lu, Jie zhou

In this paper, we propose a Point-Voxel Recurrent All-Pairs Field Transforms (PV-RAFT) method to estimate scene flow from point clouds. Since point clouds are irregular and unordered, it is challenging to efficiently extract features from all-pairs fields in the 3D space, where all-pairs correlations play important roles in scene flow estimation. To tackle this problem, we present point-voxel correlation fields, which capture both local and long-range dependencies of point pairs. To capture point-based correlations, we adopt the K-Nearest Neighbors search that preserves fine-grained information in the local region. By voxelizing point clouds in a multi-scale manner, we construct pyramid correlation voxels to model long-range correspondences. Integrating these two types of correlations, our PV-RAFT makes use of all-pairs relations to handle both small and large displacements. We evaluate the proposed method on the FlyingThings3D and KITTI Scene Flow 2015 datasets. Experimental results show that PV-RAFT outperforms state-of-the-art methods by remarkable margins.

📄 PDF Abstract BibTeX arXiv:2012.00987

Code (1)

weiyithu/PV-RAFT 공식 구현 pytorch

Tasks

AllScene Flow Estimation

Similar Papers 제목 키워드 기반

Neural Sparse Voxel Fields

2020-07-22 · NeurIPS 2020 12 · Lingjie Liu, Jiatao Gu, Kyaw Zaw Lin, Tat-Seng Chua 외

Photo-realistic free-viewpoint rendering of real-world scenes using classical computer graphics techniques is challenging, because it requires the difficult step of capturing detailed appearance and geometry models. Rece…

NeRF

PV-RCNN: Point-Voxel Feature Set Abstraction for 3D Object Detection

2019-12-31 · CVPR 2020 6 · Shaoshuai Shi, Chaoxu Guo, Li Jiang, Zhe Wang 외

We present a novel and high-performance 3D object detection framework, named PointVoxel-RCNN (PV-RCNN), for accurate 3D object detection from point clouds. Our proposed method deeply integrates both 3D voxel Convolutiona…

3D Object DetectionObjectobject-detectionObject Detection+1

Fast Dynamic Radiance Fields with Time-Aware Neural Voxels

2022-05-30 · Jiemin Fang, Taoran Yi, Xinggang Wang, Lingxi Xie 외

Neural radiance fields (NeRF) have shown great success in modeling 3D scenes and synthesizing novel-view images. However, most previous NeRF methods take much time to optimize one single scene. Explicit data structures, …

NeRF

Tetra-NeRF: Representing Neural Radiance Fields Using Tetrahedra

2023-04-19 · ICCV 2023 1 · Jonas Kulhanek, Torsten Sattler

Neural Radiance Fields (NeRFs) are a very recent and very popular approach for the problems of novel view synthesis and 3D reconstruction. A popular scene representation used by NeRFs is to combine a uniform, voxel-based…

3D geometry3D ReconstructionNeRFNovel View Synthesis

Advancing Structured Priors for Sparse-Voxel Surface Reconstruction

2026-01-25 · Ting-Hsun Chi, Chu-Rong Chen, Chi-Tun Hsu, Hsuan-Ting Lin 외 arxiv

Reconstructing accurate surfaces with radiance fields has progressed rapidly, yet two promising explicit representations, 3D Gaussian Splatting and sparse-voxel rasterization, exhibit complementary strengths and weakness…