CVMay 14, 2019

Monocular 3D Object Detection via Geometric Reasoning on Keypoints

arXiv:1905.05618v165 citations
Originality Incremental advance
AI Analysis

This addresses the problem of accurate 3D object detection from single images for autonomous driving, representing an incremental improvement over existing methods.

The paper tackles monocular 3D object detection by proposing a keypoint-based approach with geometric reasoning, achieving state-of-the-art results on the KITTI dataset.

Monocular 3D object detection is well-known to be a challenging vision task due to the loss of depth information; attempts to recover depth using separate image-only approaches lead to unstable and noisy depth estimates, harming 3D detections. In this paper, we propose a novel keypoint-based approach for 3D object detection and localization from a single RGB image. We build our multi-branch model around 2D keypoint detection in images and complement it with a conceptually simple geometric reasoning method. Our network performs in an end-to-end manner, simultaneously and interdependently estimating 2D characteristics, such as 2D bounding boxes, keypoints, and orientation, along with full 3D pose in the scene. We fuse the outputs of distinct branches, applying a reprojection consistency loss during training. The experimental evaluation on the challenging KITTI dataset benchmark demonstrates that our network achieves state-of-the-art results among other monocular 3D detectors.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes