paper-with-me

홈 › Papers

Adaptive Fast XGBoost for Multiclass Classification

2023-10-31 · JOURNAL OF INFORMATION AND DATA MANAGEMENT 2023 10 · Baldo, Fabiano; Grando, Julia; Correa, Yuji Yamada; Policarpo, Deividy Amorim

The popularization of sensoring and connectivity technologies like 5G and IoT are boosting the generation of data streams. Such kinds of data are one of the last frontiers of data mining applications. However, data streams are massive and unbounded sequences of non-stationary data objects that are continuously generated at rapid rates. To deal with these challenges, the learning algorithms should analyze the data just once and update their classifiers to handle the concept drifts. The literature presents some algorithms to deal with the classification of multiclass data streams. However, most of them have high processing time. Therefore, this work proposes a XGBoost-based classifier called AFXGB-MC to fast classify non-stationary data streams with multiple classes. We compared it with the six state-of-the-art algorithms for multiclass classification found in the literature. The results pointed out that AFXGB-MC presents similar accuracy performance, but with faster processing time, being twice faster than the second fastest algorithm from the literature, and having fast drift recovery time.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Classification

Similar Papers 제목 키워드 기반

Multinomial Logistic Regression Algorithms via Quadratic Gradient

2022-08-14 · John Chiang

Multinomial logistic regression, also known by other names such as multiclass logistic regression and softmax regression, is a fundamental classification method that generalizes binary logistic regression to multiclass p…

regression

Automated Classification of Dry Bean Varieties Using XGBoost and SVM Models

2024-08-02 · Ramtin Ardeshirifar

This paper presents a comparative study on the automated classification of seven different varieties of dry beans using machine learning models. Leveraging a dataset of 12,909 dry bean samples, reduced from an initial 13…

ClassificationDimensionality Reduction

Efficient Large-Scale Structured Learning

2013-06-01 · CVPR 2013 6 · Steve Branson, Oscar Beijbom, Serge Belongie

We introduce an algorithm, SVM-IS, for structured SVM learning that is computationally scalable to very large datasets and complex structural representations. We show that structured learning is at least as fast-and ofte…

Binary ClassificationClassificationGeneral Classificationobject-detection+1

Online Multiclass Boosting

2017-02-23 · NeurIPS 2017 12 · Young Hun Jung, Jack Goetz, Ambuj Tewari

Recent work has extended the theoretical analysis of boosting algorithms to multiclass problems and to online settings. However, the multiclass extension is in the batch setting and the online extensions only consider bi…

Binary ClassificationGeneral Classification

Fast Meta-Learning for Adaptive Hierarchical Classifier Design

2017-11-09 · Gerrit J. J. van den Burg, Alfred O. Hero

We propose a new splitting criterion for a meta-learning approach to multiclass classifier design that adaptively merges the classes into a tree-structured hierarchy of increasingly difficult binary classification proble…

Binary ClassificationClassificationGeneral ClassificationMeta-Learning