CVROMar 29

Benchmarking Multi-View BEV Object Detection with Mixed Pinhole and Fisheye Cameras

arXiv:2603.2781869.8h-index: 1Has Code
Predicted impact top 43% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For autonomous driving researchers, this benchmark and systematic study address the gap in evaluating BEV detection under mixed camera configurations, offering practical insights for robust 3D perception.

This work introduces the first real-data benchmark for multi-view BEV 3D object detection with mixed pinhole and fisheye cameras, converting KITTI-360 to nuScenes format. It evaluates three BEV architectures and finds projection-free architectures are more robust to fisheye distortion, providing adaptation guidelines.

Modern autonomous driving systems increasingly rely on mixed camera configurations with pinhole and fisheye cameras for full view perception. However, Bird's-Eye View (BEV) 3D object detection models are predominantly designed for pinhole cameras, leading to performance degradation under fisheye distortion. To bridge this gap, we introduce a multi-view BEV detection benchmark with mixed cameras by converting KITTI-360 into nuScenes format. Our study encompasses three adaptations: rectification for zero-shot evaluation and fine-tuning of nuScenes-trained models, distortion-aware view transformation modules (VTMs) via the MEI camera model, and polar coordinate representations to better align with radial distortion. We systematically evaluate three representative BEV architectures, BEVFormer, BEVDet and PETR, across these strategies. We demonstrate that projection-free architectures are inherently more robust and effective against fisheye distortion than other VTMs. This work establishes the first real-data 3D detection benchmark with fisheye and pinhole images and provides systematic adaptation and practical guidelines for designing robust and cost-effective 3D perception systems. The code is available at https://github.com/CesarLiu/FishBEVOD.git.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes