paper-with-me

홈 › Papers

A Relational Gradient Descent Algorithm For Support Vector Machine Training

2020-05-11 · Mahmoud Abo-Khamis, Sungjin Im, Benjamin Moseley, Kirk Pruhs, Alireza Samadian

We consider gradient descent like algorithms for Support Vector Machine (SVM) training when the data is in relational form. The gradient of the SVM objective can not be efficiently computed by known techniques as it suffers from the `subtraction problem''. We first show that the subtraction problem can not be surmounted by showing that computing any constant approximation of the gradient of the SVM objective function is $\#P$-hard, even for acyclic joins. We, however, circumvent the subtraction problem by restricting our attention to stable instances, which intuitively are instances where a nearly optimal solution remains nearly optimal if the points are perturbed slightly. We give an efficient algorithm that computes a `pseudo-gradient'' that guarantees convergence for stable instances at a rate comparable to that achieved by using the actual gradient. We believe that our results suggest that this sort of stability the analysis would likely yield useful insight in the context of designing algorithms on relational data for other learning problems in which the subtraction problem arises.

📄 PDF Abstract BibTeX arXiv:2005.05325

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 제목 키워드 기반

Insensitive Stochastic Gradient Twin Support Vector Machine for Large Scale Problems

2017-04-19 · Zhen Wang, Yuan-Hai Shao, Lan Bai, Li-Ming Liu 외

Stochastic gradient descent algorithm has been successfully applied on support vector machines (called PEGASOS) for many classification problems. In this paper, stochastic gradient descent algorithm is investigated to tw…

General Classification

Adequacy of the Gradient-Descent Method for Classifier Evasion Attacks

2017-04-06 · Yi Han, Benjamin I. P. Rubinstein

Despite the wide use of machine learning in adversarial settings including computer security, recent studies have demonstrated vulnerabilities to evasion attacks---carefully crafted adversarial samples that closely resem…

Computer Security

Quantum Kernel Alignment with Stochastic Gradient Descent

2023-04-19 · Gian Gentinetta, David Sutter, Christa Zoufal, Bryce Fuller 외

Quantum support vector machines have the potential to achieve a quantum speedup for solving certain machine learning problems. The key challenge for doing so is finding good quantum kernels for a given data set -- a task…

Implicit Bias of Gradient Descent on Linear Convolutional Networks

2018-06-01 · NeurIPS 2018 12 · Suriya Gunasekar, Jason Lee, Daniel Soudry, Nathan Srebro

We show that gradient descent on full-width linear convolutional networks of depth $L$ converges to a linear predictor related to the $\ell_{2/L}$ bridge penalty in the frequency domain. This is in contrast to linearly f…

A Mirror Descent-Based Algorithm for Corruption-Tolerant Distributed Gradient Descent

2024-07-19 · Shuche Wang, Vincent Y. F. Tan

Distributed gradient descent algorithms have come to the fore in modern machine learning, especially in parallelizing the handling of large datasets that are distributed across several workers. However, scant attention h…

Distributed Optimization