paper-with-me

Papers

AdaBoost-assisted Extreme Learning Machine for Efficient Online Sequential Classification

2019-09-16 · Yi-Ta Chen, Yu-Chuan Chuang, An-Yeu, Wu

In this paper, we propose an AdaBoost-assisted extreme learning machine for efficient online sequential classification (AOS-ELM). In order to achieve better accuracy in online sequential learning scenarios, we utilize the cost-sensitive algorithm-AdaBoost, which diversifying the weak classifiers, and adding the forgetting mechanism, which stabilizing the performance during the training procedure. Hence, AOS-ELM adapts better to sequentially arrived data compared with other voting based methods. The experiment results show AOS-ELM can achieve 94.41% accuracy on MNIST dataset, which is the theoretical accuracy bound performed by an original batch learning algorithm, AdaBoost-ELM. Moreover, with the forgetting mechanism, the standard deviation of accuracy during the online sequential learning process is reduced to 8.26x.

📄 PDF Abstract BibTeX arXiv:1909.07115

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Similar Papers 제목 키워드 기반

AdaBoost-CNN: An adaptive boosting algorithm for convolutional neural networks to classify multi-class imbalanced datasets using transfer learning

2020-09-03 · Neurocomputing 2020 9 · Aboozar Taherkhani, Georgina Cosma, T. M. McGinnity

Ensemble models achieve high accuracy by combining a number of base estimators and can increase the reliability of machine learning compared to a single estimator. Additionally, an ensemble model enables a machine learni…

BIG-bench Machine LearningTransfer Learning

Xavier-Enabled Extreme Reservoir Machine for Millimeter-Wave Beamspace Channel Tracking

2022-06-01 · Hosein Zarini, Mohammad Robat Mili, Mehdi Rasti, Pedro H. J. Nardelli 외

In this paper, we propose an accurate two-phase millimeter-Wave (mmWave) beamspace channel tracking mechanism. Particularly in the first phase, we train an extreme reservoir machine (ERM) for tracking the historical feat…

Ensemble LearningPrediction

AdaBoost Does Not Always Cycle: A Computer-Assisted Counterexample

2026-04-08 · Erik Y. Wang arxiv

We give a computer-assisted counterexample to the open question, posed by Rudin, Schapire, and Daubechies in COLT 2012, of whether exhaustive AdaBoost always converges to a finite cycle. The construction is based on a bl…

Double-Base Asymmetric AdaBoost

2015-07-08 · Iago Landesa-Vázquez, José Luis Alba-Castro

Based on the use of different exponential bases to define class-dependent error bounds, a new and highly efficient asymmetric boosting scheme, coined as AdaBoostDB (Double-Base), is proposed. Supported by a fully theoret…

Online GentleAdaBoost -- Technical Report

2023-08-27 · Chapman Siu

We study the online variant of GentleAdaboost, where we combine a weak learner to a strong learner in an online fashion. We provide an approach to extend the batch approach to an online approach with theoretical justific…