paper-with-me

Papers

TiGDistill-BEV: Multi-view BEV 3D Object Detection via Target Inner-Geometry Learning Distillation

2024-12-30 · Shaoqing Xu, Fang Li, Peixiang Huang, Ziying Song, Zhi-Xin Yang

Accurate multi-view 3D object detection is essential for applications such as autonomous driving. Researchers have consistently aimed to leverage LiDAR's precise spatial information to enhance camera-based detectors through methods like depth supervision and bird-eye-view (BEV) feature distillation. However, existing approaches often face challenges due to the inherent differences between LiDAR and camera data representations. In this paper, we introduce the TiGDistill-BEV, a novel approach that effectively bridges this gap by leveraging the strengths of both sensors. Our method distills knowledge from diverse modalities(e.g., LiDAR) as the teacher model to a camera-based student detector, utilizing the Target Inner-Geometry learning scheme to enhance camera-based BEV detectors through both depth and BEV features by leveraging diverse modalities. Specially, we propose two key modules: an inner-depth supervision module to learn the low-level relative depth relations within objects which equips detectors with a deeper understanding of object-level spatial structures, and an inner-feature BEV distillation module to transfer high-level semantics of different key points within foreground targets. To further alleviate the domain gap, we incorporate both inter-channel and inter-keypoint distillation to model feature similarity. Extensive experiments on the nuScenes benchmark demonstrate that TiGDistill-BEV significantly boosts camera-based only detectors achieving a state-of-the-art with 62.8% NDS and surpassing previous methods by a significant margin. The codes is available at: https://github.com/Public-BOTs/TiGDistill-BEV.git.

📄 PDF Abstract BibTeX arXiv:2412.20911

Code (1)

public-bots/tigdistill-bev 공식 구현 pytorch

Tasks

3D Object DetectionAutonomous Drivingobject-detectionObject Detection

Similar Papers 제목 키워드 기반

MCBLT: Multi-Camera Multi-Object 3D Tracking in Long Videos

2024-12-01 · Yizhou Wang, Tim Meinhardt, Orcun Cetintas, Cheng-Yen Yang 외

Object perception from multi-view cameras is crucial for intelligent systems, particularly in indoor environments, e.g., warehouses, retail stores, and hospitals. Most traditional multi-target multi-camera (MTMC) detecti…

2D Object Detection3D Object DetectionCamera CalibrationMulti-Object Tracking+4

Indoor Asset Detection in Large Scale 360° Drone-Captured Imagery via 3D Gaussian Splatting

2026-04-07 · Monica Tang, Avideh Zakhor arxiv

We present an approach for object-level detection and segmentation of target indoor assets in 3D Gaussian Splatting (3DGS) scenes, reconstructed from 360° drone-captured imagery. We introduce a 3D object codebook that jo…

2D Object Detection

Unified Domain Generalization and Adaptation for Multi-View 3D Object Detection

2024-10-29 · Gyusam Chang, Jiwon Lee, Donghyun Kim, Jinkyu Kim 외

Recent advances in 3D object detection leveraging multi-view cameras have demonstrated their practical and economical value in various challenging vision tasks. However, typical supervised learning approaches face challe…

3D Object DetectionDomain AdaptationDomain Generalizationobject-detection+1

EarlyBird: Early-Fusion for Multi-View Tracking in the Bird's Eye View

2023-10-20 · Torben Teepe, Philipp Wolters, Johannes Gilg, Fabian Herzog 외

Multi-view aggregation promises to overcome the occlusion and missed detection challenge in multi-object detection and tracking. Recent approaches in multi-view detection and 3D object detection made a huge performance l…

3D Object DetectionMulti-Object Trackingmulti-view detectionMultiview Detection+2

Viewpoint Adaptation for Rigid Object Detection

2017-02-24 · Patrick Wang, Kenneth Morton, Peter Torrione, Leslie Collins

An object detector performs suboptimally when applied to image data taken from a viewpoint different from the one with which it was trained. In this paper, we present a viewpoint adaptation algorithm that allows a traine…

Human DetectionObjectobject-detectionObject Detection