paper-with-me

Papers

Safe Sample Screening for Robust Support Vector Machine

2019-12-24 · Zhou Zhai, Bin Gu, Xiang Li, Heng Huang

Robust support vector machine (RSVM) has been shown to perform remarkably well to improve the generalization performance of support vector machine under the noisy environment. Unfortunately, in order to handle the non-convexity induced by ramp loss in RSVM, existing RSVM solvers often adopt the DC programming framework which is computationally inefficient for running multiple outer loops. This hinders the application of RSVM to large-scale problems. Safe sample screening that allows for the exclusion of training samples prior to or early in the training process is an effective method to greatly reduce computational time. However, existing safe sample screening algorithms are limited to convex optimization problems while RSVM is a non-convex problem. To address this challenge, in this paper, we propose two safe sample screening rules for RSVM based on the framework of concave-convex procedure (CCCP). Specifically, we provide screening rule for the inner solver of CCCP and another rule for propagating screened samples between two successive solvers of CCCP. To the best of our knowledge, this is the first work of safe sample screening to a non-convex optimization problem. More importantly, we provide the security guarantee to our sample screening rules to RSVM. Experimental results on a variety of benchmark datasets verify that our safe sample screening rules can significantly reduce the computational time.

📄 PDF Abstract BibTeX arXiv:1912.11217

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Safe Sample Screening for Support Vector Machines

2014-01-27 · Kohei Ogawa, Yoshiki Suzuki, Shinya Suzumura, Ichiro Takeuchi

Sparse classifiers such as the support vector machines (SVM) are efficient in test-phases because the classifier is characterized only by a subset of the samples called support vectors (SVs), and the rest of the samples …

Gap Safe Screening Rules for Fast Training of Robust Support Vector Machines under Feature Noise

2026-03-26 · Tan-Hau Nguyen, Thu-Le Tran, Kien Trung Nguyen arxiv

Robust Support Vector Machines (R-SVMs) address feature noise by adopting a worst-case robust formulation that explicitly incorporates uncertainty sets into training. While this robustness improves reliability, it also l…

Safe and Efficient Screening For Sparse Support Vector Machine

2013-10-30 · Zheng Zhao, Jun Liu

Screening is an effective technique for speeding up the training process of a sparse learning model by removing the features that are guaranteed to be inactive the process. In this paper, we present a efficient screening…

Sparse Learning

A Safe Screening Rule with Bi-level Optimization of $ν$ Support Vector Machine

2024-03-04 · Zhiji Yang, Wanyi Chen, huan zhang, Yitian Xu 외

Support vector machine (SVM) has achieved many successes in machine learning, especially for a small sample problem. As a famous extension of the traditional SVM, the $\nu$ support vector machine ($\nu$-SVM) has shown ou…

Scaling SVM and Least Absolute Deviations via Exact Data Reduction

2013-10-25 · Jie Wang, Peter Wonka, Jieping Ye

The support vector machine (SVM) is a widely used method for classification. Although many efforts have been devoted to develop efficient solvers, it remains challenging to apply SVM to large-scale problems. A nice prope…