paper-with-me

홈 › Papers

Efficient Convex Relaxation for Transductive Support Vector Machine

2007-12-01 · NeurIPS 2007 12 · Zenglin Xu, Rong Jin, Jianke Zhu, Irwin King, Michael Lyu

We consider the problem of Support Vector Machine transduction, which involves a combinatorial problem with exponential computational complexity in the number of unlabeled examples. Although several studies are devoted to Transductive SVM, they suffer either from the high computation complexity or from the solutions of local optimum. To address this problem, we propose solving Transductive SVM via a convex relaxation, which converts the NP-hard problem to a semi-definite programming. Compared with the other SDP relaxation for Transductive SVM, the proposed algorithm is computationally more efficient with the number of free parameters reduced from O(n2) to O(n) where n is the number of examples. Empirical study with several benchmark data sets shows the promising performance of the proposed algorithm in comparison with other state-of-the-art implementations of Transductive SVM.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Optimization meets Machine Learning: An Exact Algorithm for Semi-Supervised Support Vector Machines

2023-12-15 · Veronica Piccialli, Jan Schwiddessen, Antonio M. Sudoso

Support vector machines (SVMs) are well-studied supervised learning models for binary classification. In many applications, large amounts of samples can be cheaply and easily obtained. What is often a costly and error-pr…

Binary Classificationvalid

Convex Relaxation for Solving Large-Margin Classifiers in Hyperbolic Space

2024-05-27 · Sheng Yang, Peihan Liu, Cengiz Pehlevan

Hyperbolic spaces have increasingly been recognized for their outstanding performance in handling data with inherent hierarchical structures compared to their Euclidean counterparts. However, learning in hyperbolic space…

Spectral Algorithms for Computing Fair Support Vector Machines

2017-10-16 · Matt Olfat, Anil Aswani

Classifiers and rating scores are prone to implicitly codifying biases, which may be present in the training data, against protected classes (i.e., age, gender, or race). So it is important to understand how to design cl…

Fairness

Adaptive Regularization for Transductive Support Vector Machine

2009-12-01 · NeurIPS 2009 12 · Zenglin Xu, Rong Jin, Jianke Zhu, Irwin King 외

We discuss the framework of Transductive Support Vector Machine (TSVM) from the perspective of the regularization strength induced by the unlabeled data. In this framework, SVM and TSVM can be regarded as a learning mach…

New Convex Relaxations for MRF Inference With Unknown Graphs

2019-10-01 · ICCV 2019 10 · Zhenhua Wang, Tong Liu, Qinfeng Shi, M. Pawan Kumar 외

Treating graph structures of Markov random fields as unknown and estimating them jointly with labels have been shown to be useful for modeling human activity recognition and other related tasks. We propose two novel rela…

Activity RecognitionHuman Activity Recognition