Related Experiment Video
Updated: Jan 14, 2026

07:05
Visualization Method for Proprioceptive Drift on a 2D Plane Using Support Vector Machine
Published on: October 27, 2016
9.6K
Robust Least Squares Twin Support Vector Machine With Adaptive Pinball Loss.
IEEE Transactions on Neural Networks and Learning Systems
|January 12, 2026
Summary
A novel robust least squares twin support vector machine (RLS-TWSVM) uses an adaptive pinball loss function to enhance noise resistance and generalization performance, outperforming existing methods in experiments.
Area of Science:
- Machine Learning
- Computational Intelligence
- Pattern Recognition
Background:
- Least Squares Twin Support Vector Machine (LSTSVM) offers faster training and better generalization than conventional TSVM.
- LSTSVM's reliance on a square loss function makes it susceptible to noise, degrading generalization.
- Existing methods struggle with noise sensitivity and maintaining classification accuracy.
Purpose of the Study:
- To develop a robust LSTSVM (RLS-TWSVM) with improved anti-noise and generalization capabilities.
- To introduce a novel adaptive pinball loss function that combines benefits of pinball and smooth pinball loss functions.
- To ensure the convexity of the proposed adaptive pinball loss function under specific conditions.
Main Methods:
- Proposed a novel adaptive pinball loss function, guaranteeing convexity under certain conditions.
- Developed a Robust LSTSVM (RLS-TWSVM) by replacing the square loss with the adaptive pinball loss.
- Employed the iteratively reweighted least squares (IRLSs) method for optimization and provided computational complexity and convergence analysis.
Main Results:
- The RLS-TWSVM demonstrates insensitivity to noise near the classification boundary.
- The method simultaneously minimizes within-class scatter and misclassification error.
- Experimental results show superior anti-noise and generalization performance compared to ten related methods, with significant accuracy increases on benchmark and MINIST datasets.
Conclusions:
- The proposed adaptive pinball loss function effectively enhances the robustness and generalization of LSTSVM.
- RLS-TWSVM offers a significant improvement over existing methods, particularly in noisy conditions.
- The method provides a valuable contribution to machine learning for classification tasks with noisy data.
Related Concept Videos
Residuals and Least-Squares Property
9.0K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
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...
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...
9.0K
Quadratic Models
188
Quadratic models are mathematical representations used to describe relationships in which the rate of change changes at a constant rate. These models appear in a wide variety of natural and engineered systems, especially those involving motion, forces, and optimization. One common application is analyzing the vertical motion of objects influenced by gravity, such as a ball thrown into the air.In such scenarios, the object's height changes over time in a curved pattern, rising to a maximum point...
188
Regression Toward the Mean
6.8K
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
6.8K
Calibration Curves: Linear Least Squares
4.1K
A calibration curve is a plot of the instrument's response against a series of known concentrations of a substance. This curve is used to set the instrument response levels, using the substance and its concentrations as standards. Alternatively, or additionally, an equation is fitted to the calibration curve plot and subsequently used to calculate the unknown concentrations of other samples reliably.
For data that follow a straight line, the standard method for fitting is the linear...
For data that follow a straight line, the standard method for fitting is the linear...
4.1K
Reducing Line Loss
353
In a three-phase circuit, line loss is an indicator of energy dissipated as heat due to the resistance of transmission lines. To address this, incorporating transformers into the system—a step-up transformer at the source and a step-down transformer at the load—is a strategic solution. Two three-phase transformers are introduced to improve this.
With a step-up transformer at the source, the voltage is increased, thereby reducing the current in the transmission lines since power loss in...
With a step-up transformer at the source, the voltage is increased, thereby reducing the current in the transmission lines since power loss in...
353
Linear Approximation in Frequency Domain
344
Linear systems are characterized by two main properties: superposition and homogeneity. Superposition allows the response to multiple inputs to be the sum of the responses to each individual input. Homogeneity ensures that scaling an input by a scalar results in the response being scaled by the same scalar.
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear....
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear....
344
