LGMLApr 6, 2018

Adaptive Cost-sensitive Online Classification

arXiv:1804.02246v171 citations
Originality Incremental advance
AI Analysis

This work addresses cost-sensitive classification for online learning applications, offering incremental improvements in efficiency and performance for real-world domains like anomaly detection.

The paper tackles cost-sensitive online classification by proposing algorithms that incorporate second-order information and adaptive regularization, achieving improved prediction performance and efficiency with slight performance loss in real-world anomaly detection tasks.

Cost-Sensitive Online Classification has drawn extensive attention in recent years, where the main approach is to directly online optimize two well-known cost-sensitive metrics: (i) weighted sum of sensitivity and specificity; (ii) weighted misclassification cost. However, previous existing methods only considered first-order information of data stream. It is insufficient in practice, since many recent studies have proved that incorporating second-order information enhances the prediction performance of classification models. Thus, we propose a family of cost-sensitive online classification algorithms with adaptive regularization in this paper. We theoretically analyze the proposed algorithms and empirically validate their effectiveness and properties in extensive experiments. Then, for better trade off between the performance and efficiency, we further introduce the sketching technique into our algorithms, which significantly accelerates the computational speed with quite slight performance loss. Finally, we apply our algorithms to tackle several online anomaly detection tasks from real world. Promising results prove that the proposed algorithms are effective and efficient in solving cost-sensitive online classification problems in various real-world domains.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes