paper-with-me

Papers

SimPB: A Single Model for 2D and 3D Object Detection from Multiple Cameras

2024-03-15 · Yingqi Tang, Zhaotie Meng, Guoliang Chen, Erkang Cheng

The field of autonomous driving has attracted considerable interest in approaches that directly infer 3D objects in the Bird's Eye View (BEV) from multiple cameras. Some attempts have also explored utilizing 2D detectors from single images to enhance the performance of 3D detection. However, these approaches rely on a two-stage process with separate detectors, where the 2D detection results are utilized only once for token selection or query initialization. In this paper, we present a single model termed SimPB, which simultaneously detects 2D objects in the perspective view and 3D objects in the BEV space from multiple cameras. To achieve this, we introduce a hybrid decoder consisting of several multi-view 2D decoder layers and several 3D decoder layers, specifically designed for their respective detection tasks. A Dynamic Query Allocation module and an Adaptive Query Aggregation module are proposed to continuously update and refine the interaction between 2D and 3D results, in a cyclic 3D-2D-3D manner. Additionally, Query-group Attention is utilized to strengthen the interaction among 2D queries within each camera group. In the experiments, we evaluate our method on the nuScenes dataset and demonstrate promising results for both 2D and 3D detection tasks. Our code is available at: https://github.com/nullmax-vision/SimPB.

📄 PDF Abstract BibTeX arXiv:2403.10353

Code (1)

nullmax-vision/simpb 공식 구현 pytorch

Tasks

3D Object DetectionAutonomous DrivingDecoderobject-detectionObject Detection

Similar Papers 제목 키워드 기반

SimPB++: Simultaneously Detecting 2D and 3D Objects from Multiple Cameras

2026-05-03 · Yingqi Tang, Zhaotie Meng, Erkang Cheng, Haibin Ling arxiv

Simultaneous perception of 2D objects in perspective view and 3D objects in Bird's Eye View (BEV) is challenging for multi-camera autonomous driving. Existing two-stage pipelines use 2D results only as a one-time cue for…

Autonomous Driving

Design and Implementation of A Soccer Ball Detection System with Multiple Cameras

2023-01-31 · Lei LI, Tianfang Zhang, Zhongfeng Kang, Wenhan Zhang

The detection of small and medium-sized objects in three dimensions has always been a frontier exploration problem. This technology has a very wide application in sports analysis, games, virtual reality, human animation …

GPUHuman AnimationPosition

Tracking Grow-Finish Pigs Across Large Pens Using Multiple Cameras

2021-11-22 · Aniket Shirke, Aziz Saifuddin, Achleshwar Luthra, Jiangong Li 외

Increasing demand for meat products combined with farm labor shortages has resulted in a need to develop new real-time solutions to monitor animals effectively. Significant progress has been made in continuously locating…

Multi-Object Trackingobject-detectionObject DetectionObject Tracking

Moving Object Detection for Event-based Vision using k-means Clustering

2021-09-04 · Anindya Mondal, Mayukhmali Das

Moving object detection is important in computer vision. Event-based cameras are bio-inspired cameras that work by mimicking the working of the human eye. These cameras have multiple advantages over conventional frame-ba…

ClusteringEvent-based visionMoving Object DetectionObject+2

Training for X-Ray Vision: Amodal Segmentation, Amodal Content Completion, and View-Invariant Object Representation from Multi-Camera Video

2025-07-01 · Alexander Moore, Amar Saini, Kylie Cancilla, Doug Poland 외 arxiv

Amodal segmentation and amodal content completion require using object priors to estimate occluded masks and features of objects in complex scenes. Until now, no data has provided an additional dimension for object conte…

Object Detection