Improving Fuzzy Rule Classifier with Brain Storm Optimization and Rule Modification

Yan Huang,Wei Liu,Xiaogang Zang
2024-10-02
Abstract:The expanding complexity and dimensionality in the search space can adversely affect inductive learning in fuzzy rule classifiers, thus impacting the scalability and accuracy of fuzzy systems. This research specifically addresses the challenge of diabetic classification by employing the Brain Storm Optimization (BSO) algorithm to propose a novel fuzzy system that redefines rule generation for this context. An exponential model is integrated into the standard BSO algorithm to enhance rule derivation, tailored specifically for diabetes-related data. The innovative fuzzy system is then applied to classification tasks involving diabetic datasets, demonstrating a substantial improvement in classification accuracy, as evidenced by our experiments.
Artificial Intelligence,Neural and Evolutionary Computing
What problem does this paper attempt to address?
### What problem does this paper attempt to solve? This paper aims to solve the problems of decreased scalability and accuracy faced by fuzzy - rule classifiers when dealing with high - dimensional data, especially in the diabetes classification task. Specifically: 1. **Challenges brought by high - dimensional data**: - As the complexity and dimension of the search space increase, the performance of inductive learning in fuzzy - rule classifiers is affected, resulting in a decline in the system's scalability and accuracy. - Rule generation and optimization become difficult, especially when dealing with multivariate data. 2. **Limitations of existing methods**: - Existing fuzzy systems have deficiencies in rule generation and optimization strategies when facing high - dimensional data, resulting in a decline in system performance and efficiency. - The traditional Brain Storm Optimization (BSO) algorithm has lower accuracy and convergence speed when dealing with high - dimensional data or an increase in variables. 3. **Specific problems in diabetes classification**: - The diabetes classification task requires efficient rule generation and optimization methods to improve the accuracy and stability of classification. - Existing methods fail to fully utilize global information when dealing with diabetes - related data, resulting in insufficient evolutionary diversity. ### The method proposed in the paper To solve the above problems, the author proposes the following improvement measures: - **Introducing an improved Brain Storm Optimization (BSO) algorithm**: By integrating the Exponential Weighted Moving Average (EWMA) model, the rule generation and optimization process is enhanced. - **Design of membership functions based on uniform distribution**: A simple and flexible uniform distribution method is adopted to design membership functions to adapt to different data distributions. - **Rule generation and optimization**: By evaluating indicators such as rule length, distribution, and matching degree, the rule generation process is optimized to ensure the validity and interpretability of rules. ### Experimental verification The author uses the Pima Indians Diabetes (PID) dataset for experiments to verify the effectiveness of the proposed method. The experimental results show that the improved BSO algorithm is superior to the existing AGFS algorithm in terms of classification accuracy and convergence speed. ### Summary This paper effectively solves the scalability and accuracy problems of fuzzy - rule classifiers under high - dimensional data by introducing an improved BSO algorithm and the design of membership functions based on uniform distribution, especially showing significant advantages in the diabetes classification task.