paper-with-me

Papers

SE-SSD: Self-Ensembling Single-Stage Object Detector From Point Cloud

2021-04-20 · CVPR 2021 1 · Wu Zheng, Weiliang Tang, Li Jiang, Chi-Wing Fu

We present Self-Ensembling Single-Stage object Detector (SE-SSD) for accurate and efficient 3D object detection in outdoor point clouds. Our key focus is on exploiting both soft and hard targets with our formulated constraints to jointly optimize the model, without introducing extra computation in the inference. Specifically, SE-SSD contains a pair of teacher and student SSDs, in which we design an effective IoU-based matching strategy to filter soft targets from the teacher and formulate a consistency loss to align student predictions with them. Also, to maximize the distilled knowledge for ensembling the teacher, we design a new augmentation scheme to produce shape-aware augmented samples to train the student, aiming to encourage it to infer complete object shapes. Lastly, to better exploit hard targets, we design an ODIoU loss to supervise the student with constraints on the predicted box centers and orientations. Our SE-SSD attains top performance compared with all prior published works. Also, it attains top precisions for car detection in the KITTI benchmark (ranked 1st and 2nd on the BEV and 3D leaderboards, respectively) with an ultra-high inference speed. The code is available at https://github.com/Vegeta2020/SE-SSD.

📄 PDF Abstract BibTeX arXiv:2104.09804

Code (1)

Vegeta2020/SE-SSD 공식 구현 pytorch

Tasks

3D Object DetectionBirds Eye View Object DetectionObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Ensembling object detectors for image and video data analysis

2021-02-09 · Kateryna Chumachenko, Jenni Raitoharju, Alexandros Iosifidis, Moncef Gabbouj

In this paper, we propose a method for ensembling the outputs of multiple object detectors for improving detection performance and precision of bounding boxes on image data. We further extend it to video data by proposin…

Objectobject-detectionObject Detection

SyNet: An Ensemble Network for Object Detection in UAV Images

2020-12-23 · Berat Mert Albaba, Sedat Ozer

Recent advances in camera equipped drone applications and their widespread use increased the demand on vision based object detection algorithms for aerial images. Object detection process is inherently a challenging task…

Objectobject-detectionObject Detection

Exploring the Vulnerability of Single Shot Module in Object Detectors via Imperceptible Background Patches

2018-09-16 · Yuezun Li, Xiao Bian, Ming-Ching Chang, Siwei Lyu

Recent works succeeded to generate adversarial perturbations on the entire image or the object of interests to corrupt CNN based object detectors. In this paper, we focus on exploring the vulnerability of the Single Shot…

ObjectRegion Proposal

S4OD: Semi-Supervised learning for Single-Stage Object Detection

2022-04-09 · Yueming Zhang, Xingxu Yao, Chao Liu, Feng Chen 외

Single-stage detectors suffer from extreme foreground-background class imbalance, while two-stage detectors do not. Therefore, in semi-supervised object detection, two-stage detectors can deliver remarkable performance b…

Objectobject-detectionObject Detectionregression+1

Boosting Single-Frame 3D Object Detection by Simulating Multi-Frame Point Clouds

2022-07-03 · Wu Zheng, Li Jiang, Fanbin Lu, Yangyang Ye 외

To boost a detector for single-frame 3D object detection, we present a new approach to train it to simulate features and responses following a detector trained on multi-frame point clouds. Our approach needs multi-frame …

3D Object DetectionObjectobject-detectionObject Detection+1