Related Experiment Video
Updated: Jun 10, 2026

Visualization Method for Proprioceptive Drift on a 2D Plane Using Support Vector Machine
Published on: October 27, 2016
Robust and efficient learning with granular ball support vector regression
Reshma Rastogi1, Ankush Bisht1, Sanjay Kumar2
1MLSI Lab, Faculty of Engineering and Technology, South Asian University, New Delhi, India.
None:
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 their applicability in several real life applications. Additionally, SVR uses an ϵ-insensitive loss function which is sensitive to noise and 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 such as classification and clustering, however, to the best of our knowledge, they have not been sufficiently explored for regression problems. Granular balls generate a coarse and noise tolerant data representation by grouping the data points into balls based on their feature proximity, and reduce the computational cost in SVR by substituting multiple data points with far fewer granular balls. To handle regression scenario, 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. All the codes has been released in the open source at Github Code.
Related Concept Videos
End Point Prediction: Gran Plot
For potentiometric titration, the Gran plot is created by plotting the...
Gradient Vectors and Their Applications
Regression Toward the Mean
Associative Learning
Classical conditioning, also known...
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
Observational Learning
