paper-with-me

Papers

MV-DeepSDF: Implicit Modeling with Multi-Sweep Point Clouds for 3D Vehicle Reconstruction in Autonomous Driving

2023-08-21 · ICCV 2023 1 · Yibo Liu, Kelly Zhu, Guile Wu, Yuan Ren, Bingbing Liu, Yang Liu, Jinjun Shan

Reconstructing 3D vehicles from noisy and sparse partial point clouds is of great significance to autonomous driving. Most existing 3D reconstruction methods cannot be directly applied to this problem because they are elaborately designed to deal with dense inputs with trivial noise. In this work, we propose a novel framework, dubbed MV-DeepSDF, which estimates the optimal Signed Distance Function (SDF) shape representation from multi-sweep point clouds to reconstruct vehicles in the wild. Although there have been some SDF-based implicit modeling methods, they only focus on single-view-based reconstruction, resulting in low fidelity. In contrast, we first analyze multi-sweep consistency and complementarity in the latent feature space and propose to transform the implicit space shape estimation problem into an element-to-set feature extraction problem. Then, we devise a new architecture to extract individual element-level representations and aggregate them to generate a set-level predicted latent code. This set-level latent code is an expression of the optimal 3D shape in the implicit space, and can be subsequently decoded to a continuous SDF of the vehicle. In this way, our approach learns consistent and complementary information among multi-sweeps for 3D vehicle reconstruction. We conduct thorough experiments on two real-world autonomous driving datasets (Waymo and KITTI) to demonstrate the superiority of our approach over state-of-the-art alternative methods both qualitatively and quantitatively.

📄 PDF Abstract BibTeX arXiv:2309.16715

Code (0)

등록된 구현이 없습니다.

Tasks

3D ReconstructionAutonomous Driving

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

DeepSDF: Learning Continuous Signed Distance Functions for Shape Representation

2019-01-16 · CVPR 2019 6 · Jeong Joon Park, Peter Florence, Julian Straub, Richard Newcombe 외

Computer graphics, 3D computer vision and robotics communities have produced multiple approaches to representing 3D geometry for rendering and reconstruction. These provide trade-offs across fidelity, efficiency and comp…

3D geometry3D Reconstruction3D Shape Representation

Shallow Signed Distance Functions for Kinematic Collision Bodies

2024-11-11 · Osman Akar, Yushan Han, Yizhou Chen, Weixian Lan 외

We present learning-based implicit shape representations designed for real-time avatar collision queries arising in the simulation of clothing. Signed distance functions (SDFs) have been used for such queries for many ye…

Computational Efficiency

3D Shapes Local Geometry Codes Learning with SDF

2021-08-19 · Shun Yao, Fei Yang, Yongmei Cheng, Mikhail G. Mozerov

A signed distance function (SDF) as the 3D shape description is one of the most effective approaches to represent 3D geometry for rendering and reconstruction. Our work is inspired by the state-of-the-art method DeepSDF …

3D geometry3D Shape ReconstructionGraph Neural Network

TouchSDF: A DeepSDF Approach for 3D Shape Reconstruction using Vision-Based Tactile Sensing

2023-11-21 · Mauro Comi, Yijiong Lin, Alex Church, Alessio Tonioni 외

Humans rely on their visual and tactile senses to develop a comprehensive 3D understanding of their physical environment. Recently, there has been a growing interest in exploring and manipulating objects using data-drive…

3D Shape Reconstruction

Curriculum DeepSDF

2020-03-19 · ECCV 2020 8 · Yueqi Duan, Haidong Zhu, He Wang, Li Yi 외

When learning to sketch, beginners start with simple and flexible shapes, and then gradually strive for more complex and accurate ones in the subsequent training sessions. In this paper, we design a "shape curriculum" fo…

3D Shape RepresentationRepresentation Learning