paper-with-me

Papers

Improving 3D Object Detection through Progressive Population Based Augmentation

2020-04-02 · ECCV 2020 8 · Shuyang Cheng, Zhaoqi Leng, Ekin Dogus Cubuk, Barret Zoph, Chunyan Bai, Jiquan Ngiam, Yang song, Benjamin Caine, Vijay Vasudevan, Cong-Cong Li, Quoc V. Le, Jonathon Shlens, Dragomir Anguelov

Data augmentation has been widely adopted for object detection in 3D point clouds. However, all previous related efforts have focused on manually designing specific data augmentation methods for individual architectures. In this work, we present the first attempt to automate the design of data augmentation policies for 3D object detection. We introduce the Progressive Population Based Augmentation (PPBA) algorithm, which learns to optimize augmentation strategies by narrowing down the search space and adopting the best parameters discovered in previous iterations. On the KITTI 3D detection test set, PPBA improves the StarNet detector by substantial margins on the moderate difficulty category of cars, pedestrians, and cyclists, outperforming all current state-of-the-art single-stage detection models. Additional experiments on the Waymo Open Dataset indicate that PPBA continues to effectively improve the StarNet and PointPillars detectors on a 20x larger dataset compared to KITTI. The magnitude of the improvements may be comparable to advances in 3D perception architectures and the gains come without an incurred cost at inference time. In subsequent experiments, we find that PPBA may be up to 10x more data efficient than baseline 3D detection models without augmentation, highlighting that 3D detection models may achieve competitive accuracy with far fewer labeled examples.

📄 PDF Abstract BibTeX arXiv:2004.00831

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionData AugmentationObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Population Based Training Population Based Training, or PBT, is an optimization method for finding parameters and hyperparameters, and extends upon parallel search methods and sequential…
Population Based Augmentation Population Based Augmentation, or PBA, is a data augmentation strategy (PBA), which generates nonstationary augmentation policy schedules instead of a fixed augmentation…

Similar Papers 제목 키워드 기반

Curricular Object Manipulation in LiDAR-based Object Detection

2023-04-09 · CVPR 2023 1 · Ziyue Zhu, Qiang Meng, Xiao Wang, Ke Wang 외

This paper explores the potential of curriculum learning in LiDAR-based 3D object detection by proposing a curricular object manipulation (COM) framework. The framework embeds the curricular training strategy into both t…

3D Object DetectionObjectobject-detectionObject Detection

PECO: Examining Single Sentence Label Leakage in Natural Language Inference Datasets through Progressive Evaluation of Cluster Outliers

2021-12-16 · Michael Saxon, Xinyi Wang, Wenda Xu, William Yang Wang

Building natural language inference (NLI) benchmarks that are both challenging for modern techniques, and free from shortcut biases is difficult. Chief among these biases is "single sentence label leakage," where annotat…

Natural Language InferenceSentence

Data Augmentation for Object Detection via Progressive and Selective Instance-Switching

2019-06-02 · Hao Wang, Qilong Wang, Fan Yang, Weiqi Zhang 외

Collection of massive well-annotated samples is effective in improving object detection performance but is extremely laborious and costly. Instead of data collection and annotation, the recently proposed Cut-Paste method…

Data AugmentationInstance Segmentationobject-detectionObject Detection

MAPS: A Noise-Robust Progressive Learning Approach for Source-Free Domain Adaptive Keypoint Detection

2023-02-09 · Yuhe Ding, Jian Liang, Bo Jiang, Aihua Zheng 외

Existing cross-domain keypoint detection methods always require accessing the source data during adaptation, which may violate the data privacy law and pose serious security concerns. Instead, this paper considers a real…

Data AugmentationKeypoint Detection

LP-DETR: Layer-wise Progressive Relations for Object Detection

2025-02-07 · Zhengjian Kang, Ye Zhang, Xiaoyu Deng, Xintao Li 외

This paper presents LP-DETR (Layer-wise Progressive DETR), a novel approach that enhances DETR-based object detection through multi-scale relation modeling. Our method introduces learnable spatial relationships between o…

DecoderObjectobject-detectionObject Detection+1