paper-with-me

홈 › Papers

DriftMoE: A Mixture of Experts Approach to Handle Concept Drifts

2025-07-24 · Miguel Aspis, Sebastián A. Cajas Ordónez, Andrés L. Suárez-Cetrulo, Ricardo Simón Carbajo arxiv

Learning from non-stationary data streams subject to concept drift requires models that can adapt on-the-fly while remaining resource-efficient. Existing adaptive ensemble methods often rely on coarse-grained adaptation mechanisms or simple voting schemes that fail to optimally leverage specialized knowledge. This paper introduces DriftMoE, an online Mixture-of-Experts (MoE) architecture that addresses these limitations through a novel co-training framework. DriftMoE features a compact neural router that is co-trained alongside a pool of incremental Hoeffding tree experts. The key innovation lies in a symbiotic learning loop that enables expert specialization: the router selects the most suitable expert for prediction, the relevant experts update incrementally with the true label, and the router refines its parameters using a multi-hot correctness mask that reinforces every accurate expert. This feedback loop provides the router with a clear training signal while accelerating expert specialization. We evaluate DriftMoE's performance across nine state-of-the-art data stream learning benchmarks spanning abrupt, gradual, and real-world drifts testing two distinct configurations: one where experts specialize on data regimes (multi-class variant), and another where they focus on single-class specialization (task-based variant). Our results demonstrate that DriftMoE achieves competitive results with state-of-the-art stream learning adaptive ensembles, offering a principled and efficient approach to concept drift adaptation. All code, data pipelines, and reproducibility scripts are available in our public GitHub repository: https://github.com/miguel-ceadar/drift-moe.

📄 PDF Abstract BibTeX arXiv:2507.18464

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FEAMOE: Fair, Explainable and Adaptive Mixture of Experts

2022-10-10 · Shubham Sharma, Jette Henderson, Joydeep Ghosh

Three key properties that are desired of trustworthy machine learning models deployed in high-stakes environments are fairness, explainability, and an ability to account for various kinds of "drift". While drifts in mode…

FairnessMixture-of-Experts

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…

Drift-aware Collaborative Assistance Mixture of Experts for Heterogeneous Multistream Learning

2025-08-03 · En Yu, Jie Lu, Kun Wang, Xiaoyu Yang 외 arxiv

Learning from multiple data streams in real-world scenarios is fundamentally challenging due to intrinsic heterogeneity and unpredictable concept drifts. Existing methods typically assume homogeneous streams and employ s…

MalMoE: Mixture-of-Experts Enhanced Encrypted Malicious Traffic Detection Under Graph Drift

2026-02-10 · Yunpeng Tan, Qingyang Li, Mingxin Yang, Yannan Hu 외 arxiv

Encryption has been commonly used in network traffic to secure transmission, but it also brings challenges for malicious traffic detection, due to the invisibility of the packet payload. Graph-based methods are emerging …

Data Augmentation

Sampling in Dirichlet Process Mixture Models for Clustering Streaming Data

2022-02-27 · Or Dinari, Oren Freifeld

Practical tools for clustering streaming data must be fast enough to handle the arrival rate of the observations. Typically, they also must adapt on the fly to possible lack of stationarity; i.e., the data statistics may…

Clustering