CVJan 27, 2024

You Only Look Bottom-Up for Monocular 3D Object Detection

arXiv:2401.15319v15 citationsh-index: 29IEEE Robot Autom Lett
Originality Incremental advance
AI Analysis

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

The paper tackled monocular 3D object detection by proposing a method that leverages bottom-up positional clues from images, achieving improved performance on the KITTI dataset.

Monocular 3D Object Detection is an essential task for autonomous driving. Meanwhile, accurate 3D object detection from pure images is very challenging due to the loss of depth information. Most existing image-based methods infer objects' location in 3D space based on their 2D sizes on the image plane, which usually ignores the intrinsic position clues from images, leading to unsatisfactory performances. Motivated by the fact that humans could leverage the bottom-up positional clues to locate objects in 3D space from a single image, in this paper, we explore the position modeling from the image feature column and propose a new method named You Only Look Bottum-Up (YOLOBU). Specifically, our YOLOBU leverages Column-based Cross Attention to determine how much a pixel contributes to pixels above it. Next, the Row-based Reverse Cumulative Sum (RRCS) is introduced to build the connections of pixels in the bottom-up direction. Our YOLOBU fully explores the position clues for monocular 3D detection via building the relationship of pixels from the bottom-up way. Extensive experiments on the KITTI dataset demonstrate the effectiveness and superiority of our method.

Foundations

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

Your Notes