SOTAVerified

Joint 3D Proposal Generation and Object Detection from View Aggregation

2017-12-06Code Available0· sign in to hype

Jason Ku, Melissa Mozifian, Jungwook Lee, Ali Harakeh, Steven Waslander

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present AVOD, an Aggregate View Object Detection network for autonomous driving scenarios. The proposed neural network architecture uses LIDAR point clouds and RGB images to generate features that are shared by two subnetworks: a region proposal network (RPN) and a second stage detector network. The proposed RPN uses a novel architecture capable of performing multimodal feature fusion on high resolution feature maps to generate reliable 3D object proposals for multiple object classes in road scenes. Using these proposals, the second stage detection network performs accurate oriented 3D bounding box regression and category classification to predict the extents, orientation, and classification of objects in 3D space. Our proposed architecture is shown to produce state of the art results on the KITTI 3D object detection benchmark while running in real time with a low memory footprint, making it a suitable candidate for deployment on autonomous vehicles. Code is at: https://github.com/kujason/avod

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
KITTI Cars EasyAVOD + Feature PyramidAP81.94Unverified
KITTI Cars HardAVOD + Feature PyramidAP66.38Unverified
KITTI Cyclists EasyAVOD + Feature PyramidAP64Unverified
KITTI Cyclists HardAVOD + Feature PyramidAP46.61Unverified
KITTI Cyclists ModerateAVOD + Feature PyramidAP52.18Unverified
KITTI Pedestrians EasyAVOD + Feature PyramidAP50.8Unverified
KITTI Pedestrians HardAVOD + Feature PyramidAP40.88Unverified
KITTI Pedestrians ModerateAVOD + Feature PyramidAP42.81Unverified

Reproductions