CVLGMar 31, 2021

GrooMeD-NMS: Grouped Mathematically Differentiable NMS for Monocular 3D Object Detection

arXiv:2103.17202v1113 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses a key bottleneck in 3D object detection for autonomous driving by making NMS trainable, though it is an incremental improvement over existing differentiable NMS attempts.

The paper tackles the mismatch between training and inference in monocular 3D object detection by introducing GrooMeD-NMS, a differentiable NMS method integrated into end-to-end training, achieving state-of-the-art results on the KITTI benchmark dataset.

Modern 3D object detectors have immensely benefited from the end-to-end learning idea. However, most of them use a post-processing algorithm called Non-Maximal Suppression (NMS) only during inference. While there were attempts to include NMS in the training pipeline for tasks such as 2D object detection, they have been less widely adopted due to a non-mathematical expression of the NMS. In this paper, we present and integrate GrooMeD-NMS -- a novel Grouped Mathematically Differentiable NMS for monocular 3D object detection, such that the network is trained end-to-end with a loss on the boxes after NMS. We first formulate NMS as a matrix operation and then group and mask the boxes in an unsupervised manner to obtain a simple closed-form expression of the NMS. GrooMeD-NMS addresses the mismatch between training and inference pipelines and, therefore, forces the network to select the best 3D box in a differentiable manner. As a result, GrooMeD-NMS achieves state-of-the-art monocular 3D object detection results on the KITTI benchmark dataset performing comparably to monocular video-based methods. Code and models at https://github.com/abhi1kumar/groomed_nms

Code Implementations2 repos
Foundations

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

Your Notes