paper-with-me

홈 › Papers

Cost-Sensitive Active Learning for Incomplete Data

2022-06-23 · IEEE Transactions on Systems, Man, and Cybernetics: Systems 2022 6 · Min Wang, Chunyu Yang, Fei Zhao, Fan Min, XiZhao Wang

Practical data often suffer from missing attribute values and lack of class labels. A reasonable machine learning scenario involves obtaining certain values and labels at cost on request. In this article, we propose the cost-sensitive active learning through unified evaluation and dynamic selection (CALS) algorithm to handle the learning task in this new scenario. For data representation, we consider misclassification cost, label query cost, and attribute query cost. For the cost/benefit estimation, we design a unified assessment of attribute values and labels with softmax regression. For the selection of attribute value and label, we propose an optimal acquisition scheme with permutation and greedy strategies. We perform experiments with synthetic, benchmark, and domain datasets. The results of the significance test verify the effectiveness of CALS and its superiority over cost-sensitive active learning and missing data imputation algorithms.

📄 PDF Abstract BibTeX

Code (1)

FanSmale/CALS

Tasks

Active LearningAttributeImputation

Methods 이 논문이 사용한 방법론

Test 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Active Learning for Cost-Sensitive Classification

2017-03-03 · ICML 2017 8 · Akshay Krishnamurthy, Alekh Agarwal, Tzu-Kuo Huang, Hal Daume III 외

We design an active learning algorithm for cost-sensitive multiclass classification: problems where different errors have different costs. Our algorithm, COAL, makes predictions by regressing to each label's cost and pre…

Active LearningClassificationGeneral Classificationregression

Cost-Sensitive Reference Pair Encoding for Multi-Label Learning

2016-11-29 · Yao-Yuan Yang, Kuan-Hao Huang, Chih-Wei Chang, Hsuan-Tien Lin

Label space expansion for multi-label classification (MLC) is a methodology that encodes the original label vectors to higher dimensional codes before training and decodes the predicted codes back to the label vectors du…

Active LearningMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti-Label Learning

Online Active Learning for Cost Sensitive Domain Adaptation

2013-08-01 · WS 2013 8 · Min Xiao, Yuhong Guo
Active LearningDomain AdaptationSentiment Analysis

Nonparametric active learning for cost-sensitive classification

2023-09-30 · Boris Ndjia Njike, Xavier Siebert

Cost-sensitive learning is a common type of machine learning problem where different errors of prediction incur different costs. In this paper, we design a generic nonparametric active learning algorithm for cost-sensiti…

Active LearningClassificationPrediction

Cost-Sensitive Active Learning for Dialogue State Tracking

2018-07-01 · WS 2018 7 · Kaige Xie, Cheng Chang, Liliang Ren, Lu Chen 외

Dialogue state tracking (DST), when formulated as a supervised learning problem, relies on labelled data. Since dialogue state annotation usually requires labelling all turns of a single dialogue and utilizing context in…

Active LearningDialogue State Tracking