paper-with-me

Papers

Box-Level Active Detection

2023-03-23 · CVPR 2023 1 · Mengyao Lyu, Jundong Zhou, Hui Chen, YiJie Huang, Dongdong Yu, Yaqian Li, Yandong Guo, Yuchen Guo, Liuyu Xiang, Guiguang Ding

Active learning selects informative samples for annotation within budget, which has proven efficient recently on object detection. However, the widely used active detection benchmarks conduct image-level evaluation, which is unrealistic in human workload estimation and biased towards crowded images. Furthermore, existing methods still perform image-level annotation, but equally scoring all targets within the same image incurs waste of budget and redundant labels. Having revealed above problems and limitations, we introduce a box-level active detection framework that controls a box-based budget per cycle, prioritizes informative targets and avoids redundancy for fair comparison and efficient application. Under the proposed box-level setting, we devise a novel pipeline, namely Complementary Pseudo Active Strategy (ComPAS). It exploits both human annotations and the model intelligence in a complementary fashion: an efficient input-end committee queries labels for informative objects only; meantime well-learned targets are identified by the model and compensated with pseudo-labels. ComPAS consistently outperforms 10 competitors under 4 settings in a unified codebase. With supervision from labeled data only, it achieves 100% supervised performance of VOC0712 with merely 19% box annotations. On the COCO dataset, it yields up to 4.3% mAP improvement over the second-best method. ComPAS also supports training with the unlabeled pool, where it surpasses 90% COCO supervised performance with 85% label reduction. Our source code is publicly available at https://github.com/lyumengyao/blad.

📄 PDF Abstract BibTeX arXiv:2303.13089

Code (1)

lyumengyao/blad 공식 구현 pytorch

Tasks

Active Learningobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Multiple instance active learning for object detection

2021-04-06 · CVPR 2021 1 · Tianning Yuan, Fang Wan, Mengying Fu, Jianzhuang Liu 외

Despite the substantial progress of active learning for image recognition, there still lacks an instance-level active learning method specified for object detection. In this paper, we propose Multiple Instance Active Obj…

Active LearningActive Object DetectionMultiple Instance LearningObject+2

ActiveClean: Generating Line-Level Vulnerability Data via Active Learning

2023-12-04 · Ashwin Kallingal Joshy, Mirza Sanjida Alam, Shaila Sharmin, Qi Li 외

Deep learning vulnerability detection tools are increasing in popularity and have been shown to be effective. These tools rely on large volume of high quality training data, which are very hard to get. Most of the curren…

Active LearningVulnerability Detection

Transferable Interactiveness Knowledge for Human-Object Interaction Detection

2021-01-25 · Yong-Lu Li, Xinpeng Liu, Xiaoqian Wu, Xijie Huang 외

Human-Object Interaction (HOI) detection is an important problem to understand how humans interact with objects. In this paper, we explore interactiveness knowledge which indicates whether a human and an object interact …

Human-Object Interaction DetectionObject

DeLR: Active Learning for Detection with Decoupled Localization and Recognition Query

2023-12-28 · Yuhang Zhang, Yuang Deng, Xiaopeng Zhang, Jie Li 외

Active learning has been demonstrated effective to reduce labeling cost, while most progress has been designed for image recognition, there still lacks instance-level active learning for object detection. In this paper, …

Active LearningObjectobject-detectionObject Detection

Evaluating Zero-cost Active Learning for Object Detection

2022-12-08 · Dominik Probst, Hasnain Raza, Erik Rodner

Object detection requires substantial labeling effort for learning robust models. Active learning can reduce this effort by intelligently selecting relevant examples to be annotated. However, selecting these examples pro…

Active LearningObjectobject-detectionObject Detection