paper-with-me

Papers

Active Learning Strategies for Weakly-supervised Object Detection

2022-07-25 · Huy V. Vo, Oriane Siméoni, Spyros Gidaris, Andrei Bursuc, Patrick Pérez, Jean Ponce

Object detectors trained with weak annotations are affordable alternatives to fully-supervised counterparts. However, there is still a significant performance gap between them. We propose to narrow this gap by fine-tuning a base pre-trained weakly-supervised detector with a few fully-annotated samples automatically selected from the training set using ``box-in-box'' (BiB), a novel active learning strategy designed specifically to address the well-documented failure modes of weakly-supervised detectors. Experiments on the VOC07 and COCO benchmarks show that BiB outperforms other active learning techniques and significantly improves the base weakly-supervised detector's performance with only a few fully-annotated images per class. BiB reaches 97% of the performance of fully-supervised Fast RCNN with only 10% of fully-annotated images on VOC07. On COCO, using on average 10 fully-annotated images per class, or equivalently 1% of the training set, BiB also reduces the performance gap (in AP) between the weakly-supervised detector and the fully-supervised Fast RCNN by over 70%, showing a good trade-off between performance and data efficiency. Our code is publicly available at https://github.com/huyvvo/BiB.

📄 PDF Abstract BibTeX arXiv:2207.12112

Code (1)

huyvvo/bib 공식 구현 pytorch

Tasks

Active LearningObjectObject DetectionWeakly Supervised Object Detection

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

WSSOD: A New Pipeline for Weakly- and Semi-Supervised Object Detection

2021-05-21 · Shijie Fang, Yuhang Cao, Xinjiang Wang, Kai Chen 외

The performance of object detection, to a great extent, depends on the availability of large annotated datasets. To alleviate the annotation cost, the research community has explored a number of ways to exploit unlabeled…

object-detectionObject DetectionPseudo LabelSemi-Supervised Object Detection

Graudally Applying Weakly Supervised and Active Learning for Mass Detection in Breast Ultrasound Images

2020-08-19 · Jooyeol Yun, JungWoo Oh, IlDong Yun

We propose a method for effectively utilizing weakly annotated image data in an object detection tasks of breast ultrasound images. Given the problem setting where a small, strongly annotated dataset and a large, weakly …

Active LearningObjectobject-detectionObject Detection

From Handheld to Unconstrained Object Detection: a Weakly-supervised On-line Learning Approach

2020-12-28 · Elisa Maiettini, Andrea Maracani, Raffaello Camoriano, Giulia Pasquale 외

Deep Learning (DL) based methods for object detection achieve remarkable performance at the cost of computationally expensive training and extensive data labeling. Robots embodiment can be exploited to mitigate this burd…

Active LearningLine Detectionobject-detectionObject Detection+2

Weakly Supervised Instance Segmentation by Deep Community Learning

2020-01-30 · Jaedong Hwang, Seohyun Kim, Jeany Son, Bohyung Han

We present a weakly supervised instance segmentation algorithm based on deep community learning with multiple tasks. This task is formulated as a combination of weakly supervised object detection and semantic segmentatio…

Image-level Supervised Instance SegmentationInstance Segmentationobject-detectionObject Detection+4

Adaptively Denoising Proposal Collection for Weakly Supervised Object Localization

2019-10-04 · Wenju Xu, Yuanwei Wu, Wenchi Ma, Guanghui Wang

In this paper, we address the problem of weakly supervised object localization (WSL), which trains a detection network on the dataset with only image-level annotations. The proposed approach is built on the observation t…

DenoisingMultiple Instance LearningObjectObject Localization+1