Monocular 3D Detection with Geometric Constraints Embedding and Semi-supervised Training
In this work, we propose a novel single-shot and keypoints-based framework for monocular 3D objects detection using only RGB images, called KM3D-Net. We design a fully convolutional model to predict object keypoints, dimension, and orientation, and then combine these estimations with perspective geometry constraints to compute position attribute. Further, we reformulate the geometric constraints as a differentiable version and embed it into the network to reduce running time while maintaining the consistency of model outputs in an end-to-end fashion. Benefiting from this simple structure, we then propose an effective semi-supervised training strategy for the setting where labeled training data is scarce. In this strategy, we enforce a consensus prediction of two shared-weights KM3D-Net for the same unlabeled image under different input augmentation conditions and network regularization. In particular, we unify the coordinate-dependent augmentations as the affine transformation for the differential recovering position of objects and propose a keypoints-dropout module for the network regularization. Our model only requires RGB images without synthetic data, instance segmentation, CAD model, or depth generator. Nevertheless, extensive experiments on the popular KITTI 3D detection dataset indicate that the KM3D-Net surpasses all previous state-of-the-art methods in both efficiency and accuracy by a large margin. And also, to the best of our knowledge, this is the first time that semi-supervised learning is applied in monocular 3D objects detection. We even surpass most of the previous fully supervised methods with only 13\% labeled data on KITTI.
Code (1)
Tasks
AttributeInstance SegmentationPositionSemantic SegmentationSimilar Papers 제목 키워드 기반
Exploring Geometric Consistency for Monocular 3D Object Detection
This paper investigates the geometric consistency for monocular 3D object detection, which suffers from the ill-posed depth estimation. We first conduct a thorough analysis to reveal how existing methods fail to consiste…
3D Object DetectionAutonomous DrivingData AugmentationDepth Estimation+4SfMLearner++: Learning Monocular Depth & Ego-Motion using Meaningful Geometric Constraints
Most geometric approaches to monocular Visual Odometry (VO) provide robust pose estimates, but sparse or semi-dense depth estimates. Off late, deep methods have shown good performance in generating dense depths and VO fr…
Monocular Visual OdometryVisual OdometryShift R-CNN: Deep Monocular 3D Object Detection with Closed-Form Geometric Constraints
We propose Shift R-CNN, a hybrid model for monocular 3D object detection, which combines deep learning with the power of geometry. We adapt a Faster R-CNN network for regressing initial 2D and 3D object properties and co…
3D Object DetectionDeep LearningDepth EstimationForm+4AutoShape: Real-Time Shape-Aware Monocular 3D Object Detection
Existing deep learning-based approaches for monocular 3D object detection in autonomous driving often model the object as a rotated 3D cuboid while the object's geometric shape has been ignored. In this work, we propose …
3D Object DetectionAutonomous DrivingMonocular 3D Object DetectionObject+2Rethinking Monocular Depth Embedding for Generalized Stereo Matching
Generally, monocular methods capture rich contextual priors but lack geometric precision, whereas stereo methods are geometrically accurate yet struggle in textureless and occluded regions. Several approaches attempt to …
Data Augmentation