paper-with-me

Papers

SMOKE: Single-Stage Monocular 3D Object Detection via Keypoint Estimation

2020-02-24 · Zechen Liu, Zizhang Wu, Roland Tóth

Estimating 3D orientation and translation of objects is essential for infrastructure-less autonomous navigation and driving. In case of monocular vision, successful methods have been mainly based on two ingredients: (i) a network generating 2D region proposals, (ii) a R-CNN structure predicting 3D object pose by utilizing the acquired regions of interest. We argue that the 2D detection network is redundant and introduces non-negligible noise for 3D detection. Hence, we propose a novel 3D object detection method, named SMOKE, in this paper that predicts a 3D bounding box for each detected object by combining a single keypoint estimate with regressed 3D variables. As a second contribution, we propose a multi-step disentangling approach for constructing the 3D bounding box, which significantly improves both training convergence and detection accuracy. In contrast to previous 3D detection techniques, our method does not require complicated pre/post-processing, extra data, and a refinement stage. Despite of its structural simplicity, our proposed SMOKE network outperforms all existing monocular 3D detection methods on the KITTI dataset, giving the best state-of-the-art result on both 3D object detection and Bird's eye view evaluation. The code will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2002.10111

Code (3)

lzccccc/SMOKE 공식 구현 pytorch
PaddlePaddle/Paddle3D paddle
destinyls/SMOKE pytorch

Tasks

3D Object DetectionAutonomous NavigationKeypoint EstimationMonocular 3D Object DetectionObjectobject-detectionObject DetectionTranslation

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
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…
R-CNN R-CNN, or Regions with CNN Features, is an object detection model that uses high-capacity CNNs to bottom-up region proposals in order to localize and segment objects. It…

Similar Papers 제목 키워드 기반

SpikeSMOKE: Spiking Neural Networks for Monocular 3D Object Detection with Cross-Scale Gated Coding

2025-06-09 · Xuemei Chen, Huamin Wang, Hangchi Shen, Shukai Duan 외

Low energy consumption for 3D object detection is an important research area because of the increasing energy consumption with their wide application in fields such as autonomous driving. The spiking neural networks (SNN…

3D Object DetectionAutonomous DrivingMonocular 3D Object Detectionobject-detection+1

Domain Adaptation from Synthesis to Reality in Single-model Detector for Video Smoke Detection

2017-09-24 · Gao Xu, Yongming Zhang, Qixing Zhang, Gaohua Lin 외

This paper proposes a method for video smoke detection using synthetic smoke samples. The virtual data can automatically offer precise and rich annotated samples. However, the learning of smoke representations will be hu…

Domain Adaptationobject-detectionObject Detection

SmokeBench: Evaluating Multimodal Large Language Models for Wildfire Smoke Detection

2025-12-12 · Tianye Qi, Weihao Li, Nick Barnes arxiv

Wildfire smoke is transparent, amorphous, and often visually confounded with clouds, making early-stage detection particularly challenging. In this work, we introduce a benchmark, called SmokeBench, to evaluate the abili…

M3DSSD: Monocular 3D Single Stage Object Detector

2021-03-24 · CVPR 2021 1 · Shujie Luo, Hang Dai, Ling Shao, Yong Ding

In this paper, we propose a Monocular 3D Single Stage object Detector (M3DSSD) with feature alignment and asymmetric non-local attention. Current anchor-based monocular 3D object detection methods suffer from feature mis…

3D Object DetectionDepth EstimationDepth PredictionMonocular 3D Object Detection+3

Towards Generalization Across Depth for Monocular 3D Object Detection

2019-12-17 · ECCV 2020 8 · Andrea Simonelli, Samuel Rota Bulò, Lorenzo Porzi, Elisa Ricci 외

While expensive LiDAR and stereo camera rigs have enabled the development of successful 3D object detection methods, monocular RGB-only approaches lag much behind. This work advances the state of the art by introducing M…

3D Object DetectionMonocular 3D Object DetectionObjectobject-detection+1