paper-with-me

홈 › Papers

Classification Committee for Active Deep Object Detection

2023-08-16 · Lei Zhao, Bo Li, Xingxing Wei

In object detection, the cost of labeling is much high because it needs not only to confirm the categories of multiple objects in an image but also to accurately determine the bounding boxes of each object. Thus, integrating active learning into object detection will raise pretty positive significance. In this paper, we propose a classification committee for active deep object detection method by introducing a discrepancy mechanism of multiple classifiers for samples' selection when training object detectors. The model contains a main detector and a classification committee. The main detector denotes the target object detector trained from a labeled pool composed of the selected informative images. The role of the classification committee is to select the most informative images according to their uncertainty values from the view of classification, which is expected to focus more on the discrepancy and representative of instances. Specifically, they compute the uncertainty for a specified instance within the image by measuring its discrepancy output by the committee pre-trained via the proposed Maximum Classifiers Discrepancy Group Loss (MCDGL). The most informative images are finally determined by selecting the ones with many high-uncertainty instances. Besides, to mitigate the impact of interference instances, we design a Focus on Positive Instances Loss (FPIL) to make the committee the ability to automatically focus on the representative instances as well as precisely encode their discrepancies for the same instance. Experiments are conducted on Pascal VOC and COCO datasets versus some popular object detectors. And results show that our method outperforms the state-of-the-art active learning methods, which verifies the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2308.08476

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningClassificationObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Active Ensemble Deep Learning for Polarimetric Synthetic Aperture Radar Image Classification

2020-06-29 · Sheng-Jie Liu, Haowen Luo, Qian Shi

Although deep learning has achieved great success in image classification tasks, its performance is subject to the quantity and quality of training samples. For classification of polarimetric synthetic aperture radar (Po…

Active LearningClassificationDeep LearningGeneral Classification+4

Active Learning by Query by Committee with Robust Divergences

2022-11-18 · Hideitsu Hino, Shinto Eguchi

Active learning is a widely used methodology for various problems with high measurement costs. In active learning, the next object to be measured is selected by an acquisition function, and measurements are performed seq…

Active Learning

Convolutional Neural Network Committees for Melanoma Classification with Classical And Expert Knowledge Based Image Transforms Data Augmentation

2017-02-22 · Cristina Nader Vasconcelos, Bárbara Nader Vasconcelos

Skin cancer is a major public health problem, as is the most common type of cancer and represents more than half of cancer diagnoses worldwide. Early detection influences the outcome of the disease and motivates our work…

Data AugmentationGeneral Classification

Interactive Structure Learning with Structural Query-by-Committee

2018-12-01 · NeurIPS 2018 12 · Christopher Tosh, Sanjoy Dasgupta

In this work, we introduce interactive structure learning, a framework that unifies many different interactive learning tasks. We present a generalization of the query-by-committee active learning algorithm for this sett…

Active Learning

Support Vector Machine Active Learning Algorithms with Query-by-Committee versus Closest-to-Hyperplane Selection

2018-01-24 · Michael Bloodgood

This paper investigates and evaluates support vector machine active learning algorithms for use with imbalanced datasets, which commonly arise in many applications such as information extraction applications. Algorithms …

Active LearningGeneral ClassificationRelation Extractiontext-classification+1