paper-with-me

홈 › Papers

Online classifier adaptation for cost-sensitive learning

2015-03-23 · Junlin Zhang, Jose Garcia

In this paper, we propose the problem of online cost-sensitive clas- sifier adaptation and the first algorithm to solve it. We assume we have a base classifier for a cost-sensitive classification problem, but it is trained with respect to a cost setting different to the desired one. Moreover, we also have some training data samples streaming to the algorithm one by one. The prob- lem is to adapt the given base classifier to the desired cost setting using the steaming training samples online. To solve this problem, we propose to learn a new classifier by adding an adaptation function to the base classifier, and update the adaptation function parameter according to the streaming data samples. Given a input data sample and the cost of misclassifying it, we up- date the adaptation function parameter by minimizing cost weighted hinge loss and respecting previous learned parameter simultaneously. The proposed algorithm is compared to both online and off-line cost-sensitive algorithms on two cost-sensitive classification problems, and the experiments show that it not only outperforms them one classification performances, but also requires significantly less running time.

📄 PDF Abstract BibTeX arXiv:1503.06745

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Online Active Learning for Cost Sensitive Domain Adaptation

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

Stabilizing Linear Passive-Aggressive Online Learning with Weighted Reservoir Sampling

2024-10-31 · Skyler Wu, Fred Lu, Edward Raff, James Holt

Online learning methods, like the seminal Passive-Aggressive (PA) classifier, are still highly effective for high-dimensional streaming data, out-of-core processing, and other throughput-sensitive applications. Many such…

Domain Adaptation for Resume Classification Using Convolutional Neural Networks

2017-07-18 · Luiza Sayfullina, Eric Malmi, Yiping Liao, Alex Jung

We propose a novel method for classifying resume data of job applicants into 27 different job categories using convolutional neural networks. Since resume data is costly and hard to obtain due to its sensitive nature, we…

ClassificationDomain AdaptationGeneral Classification

Adversarial Examples for Cost-Sensitive Classifiers

2019-10-04 · Gavin S. Hartnett, Andrew J. Lohn, Alexander P. Sedlack

Motivated by safety-critical classification problems, we investigate adversarial attacks against cost-sensitive classifiers. We use current state-of-the-art adversarially-resistant neural network classifiers [1] as the u…

Casting a BAIT for Offline and Online Source-free Domain Adaptation

2020-10-23 · Shiqi Yang, Yaxing Wang, Joost Van de Weijer, Luis Herranz 외

We address the source-free domain adaptation (SFDA) problem, where only the source model is available during adaptation to the target domain. We consider two settings: the offline setting where all target data can be vis…

Domain AdaptationSource-Free Domain AdaptationUnsupervised Domain Adaptation