paper-with-me

Papers

MonoLSS: Learnable Sample Selection For Monocular 3D Detection

2023-12-22 · Zhenjia Li, Jinrang Jia, Yifeng Shi

In the field of autonomous driving, monocular 3D detection is a critical task which estimates 3D properties (depth, dimension, and orientation) of objects in a single RGB image. Previous works have used features in a heuristic way to learn 3D properties, without considering that inappropriate features could have adverse effects. In this paper, sample selection is introduced that only suitable samples should be trained to regress the 3D properties. To select samples adaptively, we propose a Learnable Sample Selection (LSS) module, which is based on Gumbel-Softmax and a relative-distance sample divider. The LSS module works under a warm-up strategy leading to an improvement in training stability. Additionally, since the LSS module dedicated to 3D property sample selection relies on object-level features, we further develop a data augmentation method named MixUp3D to enrich 3D property samples which conforms to imaging principles without introducing ambiguity. As two orthogonal methods, the LSS module and MixUp3D can be utilized independently or in conjunction. Sufficient experiments have shown that their combined use can lead to synergistic effects, yielding improvements that transcend the mere sum of their individual applications. Leveraging the LSS module and the MixUp3D, without any extra data, our method named MonoLSS ranks 1st in all three categories (Car, Cyclist, and Pedestrian) on KITTI 3D object detection benchmark, and achieves competitive results on both the Waymo dataset and KITTI-nuScenes cross-dataset evaluation. The code is included in the supplementary material and will be released to facilitate related academic and industrial studies.

📄 PDF Abstract BibTeX arXiv:2312.14474

Code (1)

Traffic-X/MonoLSS 공식 구현 pytorch

Tasks

3D Object DetectionAutonomous DrivingData AugmentationMonocular 3D Object Detectionobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Selecting Learnable Training Samples is All DETRs Need in Crowded Pedestrian Detection

2023-05-18 · Feng Gao, Jiaxu Leng, Gan Ji, Xinbo Gao

DEtection TRansformer (DETR) and its variants (DETRs) achieved impressive performance in general object detection. However, in crowded pedestrian detection, the performance of DETRs is still unsatisfactory due to the ina…

Allobject-detectionObject DetectionPedestrian Detection

Monocular 3D Object Detection with LiDAR Guided Semi Supervised Active Learning

2023-07-17 · Aral Hekimoglu, Michael Schmidt, Alvaro Marcos-Ramiro

We propose a novel semi-supervised active learning (SSAL) framework for monocular 3D object detection with LiDAR guidance (MonoLiG), which leverages all modalities of collected data during model development. We utilize L…

3D Object DetectionActive LearningMonocular 3D Object Detectionobject-detection+1

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

Augment and Criticize: Exploring Informative Samples for Semi-Supervised Monocular 3D Object Detection

2023-03-20 · Zhenyu Li, Zhipeng Zhang, Heng Fan, Yuan He 외

In this paper, we improve the challenging monocular 3D object detection problem with a general semi-supervised framework. Specifically, having observed that the bottleneck of this task lies in lacking reliable and inform…

3D Object DetectionMonocular 3D Object Detectionobject-detectionObject Detection+1

IDEAL-M3D: Instance Diversity-Enriched Active Learning for Monocular 3D Detection

2025-11-24 · Johannes Meier, Florian Günther, Riccardo Marin, Oussema Dhaouadi 외 arxiv

Monocular 3D detection relies on just a single camera and is therefore easy to deploy. Yet, achieving reliable 3D understanding from monocular images requires substantial annotation, and 3D labels are especially costly. …

Monocular 3D Object DetectionActive Learning