English

BPE: Behavioral Profiling Ensemble

Machine Learning 2026-03-06 v2

Abstract

In the field of machine learning, ensemble learning is widely recognized as a pivotal strategy for pushing the boundaries of predictive performance. Traditional static ensemble methods typically assign weights by treating each base learner as a whole, thereby overlooking that individual models exhibit varying competence across different regions of the instance space. Dynamic Ensemble Selection (DES) was introduced to address this limitation. However, both static and dynamic approaches predominantly rely on inter-model differences as the basis for integration; this inter-model perspective neglects models' intrinsic characteristics and often requires heavy reliance on reference sets for competence estimation. We propose the Behavioral Profiling Ensemble (BPE) framework, which introduces a model-centric integration paradigm. Unlike traditional methods, BPE constructs an intrinsic behavioral profile Pk\mathcal{P}_k for each model and derives aggregation weights from the deviation between a model's response to a test instance and its established profile; in this work, we instantiate Pk\mathcal{P}_k with entropy-based summary statistics (e.g., mean and variance). Extensive experiments on 42 real-world datasets show that BPE-derived algorithms outperform state-of-the-art DES baselines, increasing predictive accuracy while reducing computational and storage overhead.

Keywords

Cite

@article{arxiv.2601.10024,
  title  = {BPE: Behavioral Profiling Ensemble},
  author = {Yanxin Liu and Yunqi Zhang},
  journal= {arXiv preprint arXiv:2601.10024},
  year   = {2026}
}
R2 v1 2026-07-01T09:05:13.197Z