CVJun 4, 2019

Triangulation Learning Network: from Monocular to Stereo 3D Object Detection

arXiv:1906.01193v1134 citations
Originality Incremental advance
AI Analysis

This addresses the problem of effectively utilizing stereo information for 3D object detection in autonomous driving, representing an incremental improvement over existing methods.

The paper tackles 3D object detection from stereo images by proposing a method that uses 3D anchors to construct object-level correspondences and a channel reweighting strategy, achieving state-of-the-art performance on the KITTI dataset.

In this paper, we study the problem of 3D object detection from stereo images, in which the key challenge is how to effectively utilize stereo information. Different from previous methods using pixel-level depth maps, we propose employing 3D anchors to explicitly construct object-level correspondences between the regions of interest in stereo images, from which the deep neural network learns to detect and triangulate the targeted object in 3D space. We also introduce a cost-efficient channel reweighting strategy that enhances representational features and weakens noisy signals to facilitate the learning process. All of these are flexibly integrated into a solid baseline detector that uses monocular images. We demonstrate that both the monocular baseline and the stereo triangulation learning network outperform the prior state-of-the-arts in 3D object detection and localization on the challenging KITTI dataset.

Code Implementations1 repo
Foundations

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

Your Notes