Video Experimental Relacionado
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
Robustas Mínimos Cuadrados Máquina de Vectores de Soporte Gemela con Pérdida Adaptativa de Bolos
IEEE transactions on neural networks and learning systems
|January 12, 2026
Resumen
Una novedosa máquina de vectores de soporte gemela de mínimos cuadrados robusta (RLS-TWSVM) utiliza una función de pérdida de bolos adaptativa para mejorar la resistencia al ruido y el rendimiento de generalización, superando a los métodos existentes en experimentos.
Área de la Ciencia:
- Aprendizaje automático
- Inteligencia computacional
- Reconocimiento de patrones
Sus antecedentes:
- La Máquina de Vectores de Soporte Gemela de Mínimos Cuadrados (LSTSVM) ofrece un entrenamiento más rápido y una mejor generalización que la TSVM convencional.
- La dependencia de la LSTSVM de una función de pérdida cuadrada la hace susceptible al ruido, degradando la generalización.
- Los métodos existentes luchan con la sensibilidad al ruido y el mantenimiento de la precisión de la clasificación.
Objetivo del estudio:
- Desarrollar una LSTSVM robusta (RLS-TWSVM) con capacidades anti-ruido y de generalización mejoradas.
- Introducir una novedosa función de pérdida de bolos adaptativa que combina los beneficios de las funciones de pérdida de bolos y de bolos suaves.
- Garantizar la convexidad de la función de pérdida de bolos adaptativa propuesta bajo condiciones específicas.
Principales métodos:
- Se propuso una novedosa función de pérdida de bolos adaptativa, que garantiza la convexidad bajo ciertas condiciones.
- Se desarrolló una RLS-TWSVM reemplazando la pérdida cuadrada con la pérdida de bolos adaptativa.
- Se empleó el método de mínimos cuadrados iterativamente reponderados (IRLSs) para la optimización y se proporcionó un análisis de complejidad computacional y convergencia.
Principales resultados:
- La RLS-TWSVM demuestra insensibilidad al ruido cerca del límite de clasificación.
- El método minimiza simultáneamente la dispersión dentro de la clase y el error de clasificación errónea.
- Los resultados experimentales muestran un rendimiento superior anti-ruido y de generalización en comparación con diez métodos relacionados, con aumentos significativos de precisión en los conjuntos de datos de referencia y MINIST.
Conclusiones:
- La función de pérdida de bolos adaptativa propuesta mejora eficazmente la robustez y la generalización de LSTSVM.
- RLS-TWSVM ofrece una mejora significativa con respecto a los métodos existentes, particularmente en condiciones de ruido.
- El método proporciona una valiosa contribución al aprendizaje automático para tareas de clasificación con datos ruidosos.
Videos de Conceptos Relacionados
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
