Ensemble learning is an important field and research hotpot of machine learning. However, the existing ensemble learning methods construct subsets by directly sampling the same original sample set. Therefore, the subsets suffer from the low quality of original sample set, such as low separability, low diversity, high sensitivity to noisy samples. As a result, the improvement effect of existing ensemble methods is limited. To address these problems, a new ensemble learning method - envelope rotation forest was proposed. Firstly, envelope sample transformation mechanism (ESTM) is designed to transform the original sample set to multiple layers of envelope sample sets, thereby improving the quality of the sample subsets. The ESTM consists of multilayer iterative mean clustering (MIMC) and interlayer consistency mechanism (ICM). Secondly, the two-dimensional base classifier matrix generation and fusion mechanism (2D_BCMG&FM) is designed to enhance classification performance. The final classification results are obtained by fusing the two-dimensional classification labels. For verification, the proposed method is tested on 26 datasets and is compared with representative methods. It is observed that the accuracy is improved by up to 18.77%, which highlights the significance of considering envelope transformation on original samples for subsequent subset construction.Data and code can be found at: https://github.com/GRabase/ERF
Read full abstract