Search papers, labs, and topics across Lattice.
This paper introduces a novel Support Vector Machine variant, the $\epsilon$-BAEN-SVM, designed for improved sparsity and robustness against noise. It combines elastic net regularization with a bounded asymmetric $\epsilon$-insensitive loss function, ensuring that samples within the epsilon band do not become support vectors and providing theoretical robustness guarantees. A half-quadratic algorithm based on clipping dual coordinate descent is developed to efficiently solve the resulting non-convex optimization problem, demonstrating superior performance on both synthetic and real-world datasets compared to existing SVM methods.
A new SVM variant achieves state-of-the-art accuracy and noise insensitivity by cleverly combining elastic net regularization with a bounded asymmetric loss, offering a robust alternative to traditional SVMs.
Existing support vector machines(SVM) models are sensitive to noise and lack sparsity, which limits their performance. To address these issues, we combine the elastic net loss with a robust loss framework to construct a sparse $\varepsilon$-insensitive bounded asymmetric elastic net loss, and integrate it with SVM to build $\varepsilon$ Insensitive Zone Bounded Asymmetric Elastic Net Loss-based SVM($\varepsilon$-BAEN-SVM). $\varepsilon$-BAEN-SVM is both sparse and robust. Sparsity is proven by showing that samples inside the $\varepsilon$-insensitive band are not support vectors. Robustness is theoretically guaranteed because the influence function is bounded. To solve the non-convex optimization problem, we design a half-quadratic algorithm based on clipping dual coordinate descent. It transforms the problem into a series of weighted subproblems, improving computational efficiency via the $\varepsilon$ parameter. Experiments on simulated and real datasets show that $\varepsilon$-BAEN-SVM outperforms traditional and existing robust SVMs. It balances sparsity and robustness well in noisy environments. Statistical tests confirm its superiority. Under the Gaussian kernel, it achieves better accuracy and noise insensitivity, validating its effectiveness and practical value.