paper-with-me

Papers

Exploring Active 3D Object Detection from a Generalization Perspective

2023-01-23 · Yadan Luo, Zhuoxiao Chen, Zijian Wang, Xin Yu, Zi Huang, Mahsa Baktashmotlagh

To alleviate the high annotation cost in LiDAR-based 3D object detection, active learning is a promising solution that learns to select only a small portion of unlabeled data to annotate, without compromising model performance. Our empirical study, however, suggests that mainstream uncertainty-based and diversity-based active learning policies are not effective when applied in the 3D detection task, as they fail to balance the trade-off between point cloud informativeness and box-level annotation costs. To overcome this limitation, we jointly investigate three novel criteria in our framework Crb for point cloud acquisition - label conciseness}, feature representativeness and geometric balance, which hierarchically filters out the point clouds of redundant 3D bounding box labels, latent features and geometric characteristics (e.g., point cloud density) from the unlabeled sample pool and greedily selects informative ones with fewer objects to annotate. Our theoretical analysis demonstrates that the proposed criteria align the marginal distributions of the selected subset and the prior distributions of the unseen test set, and minimizes the upper bound of the generalization error. To validate the effectiveness and applicability of Crb, we conduct extensive experiments on the two benchmark 3D object detection datasets of KITTI and Waymo and examine both one-stage (i.e., Second) and two-stage 3D detectors (i.e., Pv-rcnn). Experiments evidence that the proposed approach outperforms existing active learning strategies and achieves fully supervised performance requiring $1\%$ and $8\%$ annotations of bounding boxes and point clouds, respectively. Source code: https://github.com/Luoyadan/CRB-active-3Ddet.

📄 PDF Abstract BibTeX arXiv:2301.09249

Code (1)

luoyadan/crb-active-3ddet 공식 구현 pytorch

Tasks

3D Object DetectionActive LearningInformativenessobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

fail 설명 없음
Test 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Reinforcement-based frugal learning for satellite image change detection

2022-03-22 · Sebastien Deschamps, Hichem Sahbi

In this paper, we introduce a novel interactive satellite image change detection algorithm based on active learning. The proposed approach is iterative and asks the user (oracle) questions about the targeted changes and …

Active LearningChange DetectionDiversityReinforcement Learning (RL)

Reinforcement-based Display-size Selection for Frugal Satellite Image Change Detection

2023-12-28 · Hichem Sahbi

We introduce a novel interactive satellite image change detection algorithm based on active learning. The proposed method is iterative and consists in frugally probing the user (oracle) about the labels of the most criti…

Active LearningChange DetectionDiversity

Exploring Conditional Multi-Modal Prompts for Zero-shot HOI Detection

2024-08-05 · Ting Lei, Shaofeng Yin, Yuxin Peng, Yang Liu

Zero-shot Human-Object Interaction (HOI) detection has emerged as a frontier topic due to its capability to detect HOIs beyond a predefined set of categories. This task entails not only identifying the interactiveness of…

Human-Object Interaction DetectionPrompt Learning

Language-Driven Active Learning for Diverse Open-Set 3D Object Detection

2024-04-19 · Ross Greer, Bjørk Antoniussen, Andreas Møgelmose, Mohan Trivedi

Object detection is crucial for ensuring safe autonomous driving. However, data-driven approaches face challenges when encountering minority or novel objects in the 3D driving scene. In this paper, we propose VisLED, a l…

3D Object DetectionActive LearningAutonomous DrivingDiversity+3

Exploring Diversity-based Active Learning for 3D Object Detection in Autonomous Driving

2022-05-16 · Jinpeng Lin, Zhihao Liang, Shengheng Deng, Lile Cai 외

3D object detection has recently received much attention due to its great potential in autonomous vehicle (AV). The success of deep learning based object detectors relies on the availability of large-scale annotated data…

3D Object DetectionActive LearningAutonomous DrivingDiversity+3