Sparse Algorithm for Robust LSSVM in Primal Space
As enjoying the closed form solution, least squares support vector machine (LSSVM) has been widely used for classification and regression problems having the comparable performance with other types of SVMs. However, LSSVM has two drawbacks: sensitive to outliers and lacking sparseness. Robust LSSVM (R-LSSVM) overcomes the first partly via nonconvex truncated loss function, but the current algorithms for R-LSSVM with the dense solution are faced with the second drawback and are inefficient for training large-scale problems. In this paper, we interpret the robustness of R-LSSVM from a re-weighted viewpoint and give a primal R-LSSVM by the representer theorem. The new model may have sparse solution if the corresponding kernel matrix has low rank. Then approximating the kernel matrix by a low-rank matrix and smoothing the loss function by entropy penalty function, we propose a convergent sparse R-LSSVM (SR-LSSVM) algorithm to achieve the sparse solution of primal R-LSSVM, which overcomes two drawbacks of LSSVM simultaneously. The proposed algorithm has lower complexity than the existing algorithms and is very efficient for training large-scale problems. Many experimental results illustrate that SR-LSSVM can achieve better or comparable performance with less training time than related algorithms, especially for training large scale problems.
Code (0)
등록된 구현이 없습니다.
Similar Papers 제목 키워드 기반
Combining Primal and Dual Representations in Deep Restricted Kernel Machines Classifiers
In the context of deep learning with kernel machines, the deep Restricted Kernel Machine (DRKM) framework allows multiple levels of kernel PCA (KPCA) and Least-Squares Support Vector Machines (LSSVM) to be combined into …
ClassificationObject Tracking via Dual Linear Structured SVM and Explicit Feature Map
Structured support vector machine (SSVM) based methods has demonstrated encouraging performance in recent object tracking benchmarks. However, the complex and expensive optimization limits their deployment in real-world …
Object TrackingLSSVM-ABC Algorithm for Stock Price prediction
In this paper, Artificial Bee Colony (ABC) algorithm which inspired from the behavior of honey bees swarm is presented. ABC is a stochastic population-based evolutionary algorithm for problem solving. ABC algorithm, whic…
PredictionStock Price PredictionShort-term Wind Speed Forecasting based on LSSVM Optimized by Elitist QPSO
Nowadays, wind power is considered as one of the most widely used renewable energy applications due to its efficient energy use and low pollution. In order to maintain high integration of wind power into the electricity …
Time SeriesTime Series AnalysisA Practical Perspective on Latent Structured Prediction for Coreference Resolution
Latent structured prediction theory proposes powerful methods such as Latent Structural SVM (LSSVM), which can potentially be very appealing for coreference resolution (CR). In contrast, only small work is available, mai…
coreference-resolutionCoreference Resolutionfeature selectionStructured Prediction+1