paper-with-me

Papers

Shift R-CNN: Deep Monocular 3D Object Detection with Closed-Form Geometric Constraints

2019-05-23 · Andretti Naiden, Vlad Paunescu, Gyeongmo Kim, ByeongMoon Jeon, Marius Leordeanu

We propose Shift R-CNN, a hybrid model for monocular 3D object detection, which combines deep learning with the power of geometry. We adapt a Faster R-CNN network for regressing initial 2D and 3D object properties and combine it with a least squares solution for the inverse 2D to 3D geometric mapping problem, using the camera projection matrix. The closed-form solution of the mathematical system, along with the initial output of the adapted Faster R-CNN are then passed through a final ShiftNet network that refines the result using our newly proposed Volume Displacement Loss. Our novel, geometrically constrained deep learning approach to monocular 3D object detection obtains top results on KITTI 3D Object Detection Benchmark, being the best among all monocular methods that do not use any pre-trained network for depth estimation.

📄 PDF Abstract BibTeX arXiv:1905.09970

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionDeep LearningDepth EstimationFormMonocular 3D Object DetectionObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIPool 설명 없음
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

3D-MOOD: Lifting 2D to 3D for Monocular Open-Set Object Detection

2025-07-31 · Yung-Hsu Yang, Luigi Piccinelli, Mattia Segu, Siyuan Li 외 arxiv

Monocular 3D object detection is valuable for various applications such as robotics and AR/VR. Existing methods are confined to closed-set settings, where the training and testing sets consist of the same scenes and/or o…

Monocular 3D Object Detection

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 at…

2D Object Detection3D Object Detection3D Object Detection From Monocular ImagesMonocular 3D Object Detection+3

Neighbor-Vote: Improving Monocular 3D Object Detection through Neighbor Distance Voting

2021-07-06 · Xiaomeng Chu, Jiajun Deng, Yao Li, Zhenxun Yuan 외

As cameras are increasingly deployed in new application domains such as autonomous driving, performing 3D object detection on monocular images becomes an important task for visual scene understanding. Recent advances on …

3D Object DetectionAutonomous DrivingDepth EstimationMonocular 3D Object Detection+5

MAGneT-3D: Monocular and Domain-Generalizable Temporal 3D Detection

2026-08-14 · Mohamed Kotb, Johannes Meier, Christoph Reich, Oussema Dhaouadi 외 arxiv

Monocular temporal 3D detection aims to detect objects in 3D, given a monocular video. Query-based 3D detectors unify detection and cross-view association, but their learnable queries fit the spatial distribution of the …

Domain Generalization3D Object Detection

ViewpointDepth: A New Dataset for Monocular Depth Estimation Under Viewpoint Shifts

2024-09-26 · Aurel Pjetri, Stefano Caprasecca, Leonardo Taccari, Matteo Simoncini 외

Monocular depth estimation is a critical task for autonomous driving and many other computer vision applications. While significant progress has been made in this field, the effects of viewpoint shifts on depth estimatio…

Autonomous DrivingDepth EstimationHomography EstimationMonocular Depth Estimation+2