paper-with-me

Papers

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

2021-03-31 · CVPR 2021 1 · Abhinav Kumar, Garrick Brazil, Xiaoming Liu

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

📄 PDF Abstract BibTeX arXiv:2103.17202

Code (1)

abhi1kumar/groomed_nms 공식 구현 pytorch

Tasks

2D Object Detection3D Object Detection3D Object Detection From Monocular ImagesMonocular 3D Object DetectionObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Generalizing Monocular 3D Object Detection

2025-08-27 · Abhinav Kumar arxiv

Monocular 3D object detection (Mono3D) is a fundamental computer vision task that estimates an object's class, 3D position, dimensions, and orientation from a single image. Its applications, including autonomous driving,…

Monocular 3D Object DetectionAutonomous Driving

Monocular Differentiable Rendering for Self-Supervised 3D Object Detection

2020-09-30 · ECCV 2020 8 · Deniz Beker, Hiroharu Kato, Mihai Adrian Morariu, Takahiro Ando 외

3D object detection from monocular images is an ill-posed problem due to the projective entanglement of depth and scale. To overcome this ambiguity, we present a novel self-supervised method for textured 3D shape reconst…

3D Object Detection3D Object Detection From Monocular Images3D Shape ReconstructionDepth Estimation+5

GroSS: Group-Size Series Decomposition for Grouped Architecture Search

2019-12-02 · ECCV 2020 8 · Henry Howard-Jenkins, Yiwen Li, Victor A. Prisacariu

We present a novel approach which is able to explore the configuration of grouped convolutions within neural networks. Group-size Series (GroSS) decomposition is a mathematical formulation of tensor factorisation into a …

PPR: Physically Plausible Reconstruction from Monocular Videos

2023-01-01 · ICCV 2023 1 · Gengshan Yang, Shuo Yang, John Z. Zhang, Zachary Manchester 외

Given monocular videos, we build 3D models of articulated objects and environments whose 3D configurations satisfy dynamics and contact constraints. At its core, our method leverages differentiable physics simulation…

MonoPhysics: Estimating Geometry, Appearance, and Physical Parameters from Monocular Videos

2026-05-28 · Daniel Rho, Jun Myeong Choi, Matthew Thornton, Biswadip Dey 외 arxiv

Existing inverse physics methods recover physical parameters from multi-view videos, where geometric constraints across views resolve scale and 3D structure. In monocular settings, however, such constraints are absent, l…