Granular Ball K-Class Twin Support Vector Classifier
M. A. Ganaie, Vrushank Ahire, Anouck Girard
TL;DR
GB-TWKSVC presents a robust, scalable framework for multi-class classification by fusing granular-ball data representation with Twin SVM, formulating pairwise class comparisons via a 1-versus-1-versus-rest scheme and an epsilon-tube. It generates granular balls through hierarchical clustering, constructs an augmented training set, and solves smaller QPPs for each class pair, achieving high accuracy and favorable training times. Empirical results across 10 diverse datasets show GB-TWKSVC outperforming state-of-the-art baselines, with strong statistical support for its superiority and scalability. The work advances practical multi-class SVM methods by leveraging granular computing to enhance noise robustness and local information exploitation while maintaining computational efficiency.
Abstract
This paper introduces the Granular Ball K-Class Twin Support Vector Classifier (GB-TWKSVC), a novel multi-class classification framework that combines Twin Support Vector Machines (TWSVM) with granular ball computing. The proposed method addresses key challenges in multi-class classification by utilizing granular ball representation for improved noise robustness and TWSVM's non-parallel hyperplane architecture solves two smaller quadratic programming problems, enhancing efficiency. Our approach introduces a novel formulation that effectively handles multi-class scenarios, advancing traditional binary classification methods. Experimental evaluation on diverse benchmark datasets shows that GB-TWKSVC significantly outperforms current state-of-the-art classifiers in both accuracy and computational performance. The method's effectiveness is validated through comprehensive statistical tests and complexity analysis. Our work advances classification algorithms by providing a mathematically sound framework that addresses the scalability and robustness needs of modern machine learning applications. The results demonstrate GB-TWKSVC's broad applicability across domains including pattern recognition, fault diagnosis, and large-scale data analytics, establishing it as a valuable addition to the classification algorithm landscape.
