CVMar 8, 2020

3D Object Detection from a Single Fisheye Image Without a Single Fisheye Training Image

arXiv:2003.03759v329 citations
AI Analysis

This addresses a practical problem for applications like autonomous driving or robotics that use fisheye cameras, but it is incremental as it adapts existing methods to a new projection type.

The paper tackles the problem of 3D object detection in fisheye images without using any fisheye training data, by adapting existing monocular 3D detection models trained on rectilinear images, and outperforms the only existing method on a synthetic benchmark.

Existing monocular 3D object detection methods have been demonstrated on rectilinear perspective images and fail in images with alternative projections such as those acquired by fisheye cameras. Previous works on object detection in fisheye images have focused on 2D object detection, partly due to the lack of 3D datasets of such images. In this work, we show how to use existing monocular 3D object detection models, trained only on rectilinear images, to detect 3D objects in images from fisheye cameras, without using any fisheye training data. We outperform the only existing method for monocular 3D object detection in panoramas on a benchmark of synthetic data, despite the fact that the existing method trains on the target non-rectilinear projection whereas we train only on rectilinear images. We also experiment with an internal dataset of real fisheye images.

Foundations

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

Your Notes