paper-with-me

홈 › Papers

Enhanced Feature Based Granular Ball Twin Support Vector Machine

2024-10-08 · A. Quadir, M. Sajid, Mushir Akhtar, M. Tanveer, P. N. Suganthan

In this paper, we propose enhanced feature based granular ball twin support vector machine (EF-GBTSVM). EF-GBTSVM employs the coarse granularity of granular balls (GBs) as input rather than individual data samples. The GBs are mapped to the feature space of the hidden layer using random projection followed by the utilization of a non-linear activation function. The concatenation of original and hidden features derived from the centers of GBs gives rise to an enhanced feature space, commonly referred to as the random vector functional link (RVFL) space. This space encapsulates nuanced feature information to GBs. Further, we employ twin support vector machine (TSVM) in the RVFL space for classification. TSVM generates the two non-parallel hyperplanes in the enhanced feature space, which improves the generalization performance of the proposed EF-GBTSVM model. Moreover, the coarser granularity of the GBs enables the proposed EF-GBTSVM model to exhibit robustness to resampling, showcasing reduced susceptibility to the impact of noise and outliers. We undertake a thorough evaluation of the proposed EF-GBTSVM model on benchmark UCI and KEEL datasets. This evaluation encompasses scenarios with and without the inclusion of label noise. Moreover, experiments using NDC datasets further emphasize the proposed model's ability to handle large datasets. Experimental results, supported by thorough statistical analyses, demonstrate that the proposed EF-GBTSVM model significantly outperforms the baseline models in terms of generalization capabilities, scalability, and robustness. The source code for the proposed EF-GBTSVM model, along with additional results and further details, can be accessed at https://github.com/mtanveer1/EF-GBTSVM.

📄 PDF Abstract BibTeX arXiv:2410.05786

Code (1)

mtanveer1/ef-gbtsvm 공식 구현

Similar Papers 제목 키워드 기반

Granular-Balls based Fuzzy Twin Support Vector Machine for Classification

2024-08-01 · Lixi Zhao, Weiping Ding, Duoqian Miao, Guangming Lang

The twin support vector machine (TWSVM) classifier has attracted increasing attention because of its low computational complexity. However, its performance tends to degrade when samples are affected by noise. The granula…

Granular Ball Twin Support Vector Machine with Universum Data

2024-12-04 · M. A. Ganaie, Vrushank Ahire

Classification with support vector machines (SVM) often suffers from limited performance when relying solely on labeled data from target classes and is sensitive to noise and outliers. Incorporating prior knowledge from …

ClassificationComputational Efficiency

Granular Ball Twin Support Vector Machine

2024-10-07 · A. Quadir, M. Sajid, M. Tanveer

On Efficient and Scalable Computation of the Nonparametric Maximum Likelihood Estimator in Mixture ModelsTwin support vector machine (TSVM) is an emerging machine learning model with versatile applicability in classifica…

Computational Efficiency

Granular Ball K-Class Twin Support Vector Classifier

2024-12-06 · M. A. Ganaie, Vrushank Ahire, Anouck Girard

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. Th…

Binary ClassificationClassificationFault DiagnosisMulti-class Classification

Enhancing Robustness and Efficiency of Least Square Twin SVM via Granular Computing

2024-10-22 · M. Tanveer, R. K. Sharma, A. Quadir, M. Sajid

In the domain of machine learning, least square twin support vector machine (LSTSVM) stands out as one of the state-of-the-art models. However, LSTSVM suffers from sensitivity to noise and outliers, overlooking the SRM p…