paper-with-me

홈 › Papers

DenseBEV: Transforming BEV Grid Cells into 3D Objects

2025-12-18 · Marius Dähling, Sebastian Krebs, J. Marius Zöllner arxiv

In current research, Bird's-Eye-View (BEV)-based transformers are increasingly utilized for multi-camera 3D object detection. Traditional models often employ random queries as anchors, optimizing them successively. Recent advancements complement or replace these random queries with detections from auxiliary networks. We propose a more intuitive and efficient approach by using BEV feature cells directly as anchors. This end-to-end approach leverages the dense grid of BEV queries, considering each cell as a potential object for the final detection task. As a result, we introduce a novel two-stage anchor generation method specifically designed for multi-camera 3D object detection. To address the scaling issues of attention with a large number of queries, we apply BEV-based Non-Maximum Suppression, allowing gradients to flow only through non-suppressed objects. This ensures efficient training without the need for post-processing. By using BEV features from encoders such as BEVFormer directly as object queries, temporal BEV information is inherently embedded. Building on the temporal BEV information already embedded in our object queries, we introduce a hybrid temporal modeling approach by integrating prior detections to further enhance detection performance. Evaluating our method on the nuScenes dataset shows consistent and significant improvements in NDS and mAP over the baseline, even with sparser BEV grids and therefore fewer initial anchors. It is particularly effective for small objects, enhancing pedestrian detection with a 3.8% mAP increase on nuScenes and an 8% increase in LET-mAP on Waymo. Applying our method, named DenseBEV, to the challenging Waymo Open dataset yields state-of-the-art performance, achieving a LET-mAP of 60.7%, surpassing the previous best by 5.4%. Code is available at https://github.com/mdaehl/DenseBEV.

📄 PDF Abstract BibTeX arXiv:2512.16818

Code (0)

등록된 구현이 없습니다.

Tasks

Pedestrian Detection3D Object Detection

Similar Papers 제목 키워드 기반

Fully Convolutional Neural Networks for Dynamic Object Detection in Grid Maps

2017-09-10 · Florian Piewak, Timo Rehfeld, Michael Weber, J. Marius Zöllner

Grid maps are widely used in robotics to represent obstacles in the environment and differentiating dynamic objects from static infrastructure is essential for many practical applications. In this work, we present a meth…

object-detectionObject Detection

Testing Assumptions Underlying a Unified Theory for the Origin of Grid Cells

2023-11-27 · Rylan Schaeffer, Mikail Khona, Adrian Bertagnoli, Sanmi Koyejo 외

Representing and reasoning about physical space is fundamental to animal survival, and the mammalian lineage expresses a wealth of specialized neural representations that encode space. Grid cells, whose discovery earned …

SODAR: Segmenting Objects by DynamicallyAggregating Neighboring Mask Representations

2022-02-15 · Tao Wang, Jun Hao Liew, Yu Li, Yunpeng Chen 외

Recent state-of-the-art one-stage instance segmentation model SOLO divides the input image into a grid and directly predicts per grid cell object masks with fully-convolutional networks, yielding comparably good performa…

Instance SegmentationObjectSemantic Segmentation

Multi-Step Prediction of Occupancy Grid Maps with Recurrent Neural Networks

2018-12-21 · CVPR 2019 6 · Nima Mohajerin, Mohsen Rohani

We investigate the multi-step prediction of the drivable space, represented by Occupancy Grid Maps (OGMs), for autonomous vehicles. Our motivation is that accurate multi-step prediction of the drivable space can efficien…

Autonomous DrivingAutonomous VehiclesPredictionPrediction Of Occupancy Grid Maps

A Topological Deep Learning Framework for Neural Spike Decoding

2022-12-01 · Edward C. Mitchell, Brittany Story, David Boothe, Piotr J. Franaszczuk 외

The brain's spatial orientation system uses different neuron ensembles to aid in environment-based navigation. Two of the ways brains encode spatial information is through head direction cells and grid cells. Brains use …

Deep LearningTrajectory Prediction