paper-with-me

Papers

Adaptive Online Sequential ELM for Concept Drift Tackling

2016-10-06 · Arif Budiman, Mohamad Ivan Fanany, Chan Basaruddin

A machine learning method needs to adapt to over time changes in the environment. Such changes are known as concept drift. In this paper, we propose concept drift tackling method as an enhancement of Online Sequential Extreme Learning Machine (OS-ELM) and Constructive Enhancement OS-ELM (CEOS-ELM) by adding adaptive capability for classification and regression problem. The scheme is named as adaptive OS-ELM (AOS-ELM). It is a single classifier scheme that works well to handle real drift, virtual drift, and hybrid drift. The AOS-ELM also works well for sudden drift and recurrent context change type. The scheme is a simple unified method implemented in simple lines of code. We evaluated AOS-ELM on regression and classification problem by using concept drift public data set (SEA and STAGGER) and other public data sets such as MNIST, USPS, and IDS. Experiments show that our method gives higher kappa value compared to the multiclassifier ELM ensemble. Even though AOS-ELM in practice does not need hidden nodes increase, we address some issues related to the increasing of the hidden nodes such as error condition and rank values. We propose taking the rank of the pseudoinverse matrix as an indicator parameter to detect underfitting condition.

📄 PDF Abstract BibTeX arXiv:1610.01922

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationregression

Similar Papers 제목 키워드 기반

Bilevel Online Deep Learning in Non-stationary Environment

2022-01-25 · Ya-nan Han, Jian-wei Liu, Bing-biao Xiao, Xin-Tan Wang 외

Recent years have witnessed enormous progress of online learning. However, a major challenge on the road to artificial agents is concept drift, that is, the data probability distribution would change where the data insta…

Bilevel OptimizationDeep LearningDrift Detection

Tackling Virtual and Real Concept Drifts: An Adaptive Gaussian Mixture Model

2021-02-11 · Gustavo Oliveira, Leandro Minku, Adriano Oliveira

Real-world applications have been dealing with large amounts of data that arrive over time and generally present changes in their underlying joint probability distribution, i.e., concept drift. Concept drift can be subdi…

Adaptive Convolutional ELM For Concept Drift Handling in Online Stream Data

2016-10-07 · Arif Budiman, Mohamad Ivan Fanany, Chan Basaruddin

In big data era, the data continuously generated and its distribution may keep changes overtime. These challenges in online stream of data are known as concept drift. In this paper, we proposed the Adaptive Convolutional…

Classifier Clustering and Feature Alignment for Federated Learning under Distributed Concept Drift

2024-10-24 · Junbao Chen, Jingfeng Xue, Yong Wang, Zhenyan Liu 외

Data heterogeneity is one of the key challenges in federated learning, and many efforts have been devoted to tackling this problem. However, distributed concept drift with data heterogeneity, where clients may additional…

ClusteringFederated Learning

Online Drift Detection with Maximum Concept Discrepancy

2024-07-07 · Ke Wan, Yi Liang, Susik Yoon

Continuous learning from an immense volume of data streams becomes exceptionally critical in the internet era. However, data streams often do not conform to the same distribution over time, leading to a phenomenon called…

Contrastive LearningDrift Detection