VR3Dense: Voxel Representation Learning for 3D Object Detection and Monocular Dense Depth Reconstruction
Shubham Shrivastava

TL;DR
This paper presents VR3Dense, a joint neural network framework that combines LiDAR and RGB data to improve 3D object detection and dense depth reconstruction for autonomous driving, utilizing a novel edge-preserving loss.
Contribution
It introduces a unified model for simultaneous 3D detection and depth estimation from multimodal inputs with a new edge-preserving smooth loss function.
Findings
Enhanced depth estimation accuracy with the new loss function.
Effective joint training improves 3D detection and depth reconstruction performance.
Combines supervised and self-supervised learning for depth prediction.
Abstract
3D object detection and dense depth estimation are one of the most vital tasks in autonomous driving. Multiple sensor modalities can jointly attribute towards better robot perception, and to that end, we introduce a method for jointly training 3D object detection and monocular dense depth reconstruction neural networks. It takes as inputs, a LiDAR point-cloud, and a single RGB image during inference and produces object pose predictions as well as a densely reconstructed depth map. LiDAR point-cloud is converted into a set of voxels, and its features are extracted using 3D convolution layers, from which we regress object pose parameters. Corresponding RGB image features are extracted using another 2D convolutional neural network. We further use these combined features to predict a dense depth map. While our object detection is trained in a supervised manner, the depth prediction network…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Robotics and Sensor-Based Localization · Advanced Vision and Imaging
MethodsConvolution · 3D Convolution
