paper-with-me

Papers

GBSVR: Granular Ball Support Vector Regression

2025-03-13 · Reshma Rastogi, Ankush Bisht, Sanjay Kumar, Suresh Chandra

Support Vector Regression (SVR) and its variants are widely used to handle regression tasks, however, since their solution involves solving an expensive quadratic programming problem, it limits its application, especially when dealing with large datasets. Additionally, SVR uses an epsilon-insensitive loss function which is sensitive to outliers and therefore can adversely affect its performance. We propose Granular Ball Support Vector Regression (GBSVR) to tackle problem of regression by using granular ball concept. These balls are useful in simplifying complex data spaces for machine learning tasks, however, to the best of our knowledge, they have not been sufficiently explored for regression problems. Granular balls group the data points into balls based on their proximity and reduce the computational cost in SVR by replacing the large number of data points with far fewer granular balls. This work also suggests a discretization method for continuous-valued attributes to facilitate the construction of granular balls. The effectiveness of the proposed approach is evaluated on several benchmark datasets and it outperforms existing state-of-the-art approaches

📄 PDF Abstract BibTeX arXiv:2503.10539

Code (0)

등록된 구현이 없습니다.

Tasks

regression

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

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 Fuzzy Set and Its Implementation in SVM

2022-10-21 · Shuyin Xia, Xiaoyu Lian, Guoyin Wang, Xinbo Gao 외

Most existing fuzzy set methods use points as their input, which is the finest granularity from the perspective of granular computing. Consequently, these methods are neither efficient nor robust to label noise. Therefor…

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

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