paper-with-me

홈 › Papers

Multi-class Active Learning: A Hybrid Informative and Representative Criterion Inspired Approach

2018-03-06 · Xi Fang, Zengmao Wang, Xinyao Tang, Chen Wu

Labeling each instance in a large dataset is extremely labor- and time- consuming . One way to alleviate this problem is active learning, which aims to which discover the most valuable instances for labeling to construct a powerful classifier. Considering both informativeness and representativeness provides a promising way to design a practical active learning. However, most existing active learning methods select instances favoring either informativeness or representativeness. Meanwhile, many are designed based on the binary class, so that they may present suboptimal solutions on the datasets with multiple classes. In this paper, a hybrid informative and representative criterion based multi-class active learning approach is proposed. We combine the informative informativeness and representativeness into one formula, which can be solved under a unified framework. The informativeness is measured by the margin minimum while the representative information is measured by the maximum mean discrepancy. By minimizing the upper bound for the true risk, we generalize the empirical risk minimization principle to the active learning setting. Simultaneously, our proposed method makes full use of the label information, and the proposed active learning is designed based on multiple classes. So the proposed method is not suitable to the binary class but also the multiple classes. We conduct our experiments on twelve benchmark UCI data sets, and the experimental results demonstrate that the proposed method performs better than some state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1803.02222

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningInformativeness

Similar Papers 제목 키워드 기반

Active Learning by Querying Informative and Representative Examples

2010-12-01 · NeurIPS 2010 12 · Sheng-Jun Huang, Rong Jin, Zhi-Hua Zhou

Most active learning approaches select either informative or representative unlabeled instances to query their labels. Although several active learning algorithms have been proposed to combine the two criterions for quer…

Active LearningInformativeness

Robust Offline Active Learning on Graphs

2024-08-15 · Yuanchen Wu, Yubai Yuan

We consider the problem of active learning on graphs, which has crucial applications in many real-world networks where labeling node responses is expensive. In this paper, we propose an offline active learning method tha…

Active LearningInformativeness

Exploring Representativeness and Informativeness for Active Learning

2019-04-14 · Bo Du, Zengmao Wang, Lefei Zhang, Liangpei Zhang 외

How can we find a general way to choose the most suitable samples for training a classifier? Even with very limited prior information? Active learning, which can be regarded as an iterative optimization procedure, plays …

Active LearningInformativeness

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, integra…

Active LearningClassificationObjectobject-detection+1

Multiple-criteria Based Active Learning with Fixed-size Determinantal Point Processes

2021-07-04 · Xueying Zhan, Qing Li, Antoni B. Chan

Active learning aims to achieve greater accuracy with less training data by selecting the most useful data samples from which it learns. Single-criterion based methods (i.e., informativeness and representativeness based …

Active LearningDiversityInformativenessPoint Processes