paper-with-me

Papers

FocalFormer3D : Focusing on Hard Instance for 3D Object Detection

2023-08-08 · Yilun Chen, Zhiding Yu, Yukang Chen, Shiyi Lan, Animashree Anandkumar, Jiaya Jia, Jose Alvarez

False negatives (FN) in 3D object detection, {\em e.g.}, missing predictions of pedestrians, vehicles, or other obstacles, can lead to potentially dangerous situations in autonomous driving. While being fatal, this issue is understudied in many current 3D detection methods. In this work, we propose Hard Instance Probing (HIP), a general pipeline that identifies \textit{FN} in a multi-stage manner and guides the models to focus on excavating difficult instances. For 3D object detection, we instantiate this method as FocalFormer3D, a simple yet effective detector that excels at excavating difficult objects and improving prediction recall. FocalFormer3D features a multi-stage query generation to discover hard objects and a box-level transformer decoder to efficiently distinguish objects from massive object candidates. Experimental results on the nuScenes and Waymo datasets validate the superior performance of FocalFormer3D. The advantage leads to strong performance on both detection and tracking, in both LiDAR and multi-modal settings. Notably, FocalFormer3D achieves a 70.5 mAP and 73.9 NDS on nuScenes detection benchmark, while the nuScenes tracking benchmark shows 72.1 AMOTA, both ranking 1st place on the nuScenes LiDAR leaderboard. Our code is available at \url{https://github.com/NVlabs/FocalFormer3D}.

📄 PDF Abstract BibTeX arXiv:2308.04556

Code (1)

NVlabs/FocalFormer3D 공식 구현 pytorch

Tasks

3D Object DetectionAutonomous DrivingDecoderObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

FocalFormer3D: Focusing on Hard Instance for 3D Object Detection

2023-01-01 · ICCV 2023 1 · Yilun Chen, Zhiding Yu, Yukang Chen, Shiyi Lan 외

False negatives (FN) in 3D object detection, e.g., missing predictions of pedestrians, vehicles, or other obstacles, can lead to potentially dangerous situations in autonomous driving. While being fatal, this issue i…

3D Object DetectionAutonomous DrivingDecoderObject+2

Efficient Microscopic Image Instance Segmentation for Food Crystal Quality Control

2024-09-26 · Xiaoyu Ji, Jan P Allebach, Ali Shakouri, Fengqing Zhu

This paper is directed towards the food crystal quality control area for manufacturing, focusing on efficiently predicting food crystal counts and size distributions. Previously, manufacturers used the manual counting me…

Instance Segmentationobject-detectionObject DetectionSegmentation+1

CircleNet: Reciprocating Feature Adaptation for Robust Pedestrian Detection

2022-12-12 · Tianliang Zhang, Zhenjun Han, Huijuan Xu, Baochang Zhang 외

Pedestrian detection in the wild remains a challenging problem especially when the scene contains significant occlusion and/or low resolution of the pedestrians to be detected. Existing methods are unable to adapt to the…

object-detectionObject DetectionPedestrian Detection

HINTED: Hard Instance Enhanced Detector with Mixed-Density Feature Fusion for Sparsely-Supervised 3D Object Detection

2024-01-01 · CVPR 2024 1 · Qiming Xia, Wei Ye, Hai Wu, Shijia Zhao 외

Current sparsely-supervised object detection methods largely depend on high threshold settings to derive high-quality pseudo labels from detector predictions. However hard instances within point clouds frequently dis…

3D Object Detectionobject-detectionObject Detection

DGFusion: Dual-guided Fusion for Robust Multi-Modal 3D Object Detection

2025-11-13 · Feiyang Jia, Caiyan Jia, Ailin Liu, Shaoqing Xu 외 arxiv

As a critical task in autonomous driving perception systems, 3D object detection is used to identify and track key objects, such as vehicles and pedestrians. However, detecting distant, small, or occluded objects (hard i…

3D Object DetectionAutonomous Driving