Fast and Scalable Adversarial Training of Kernel SVM via Doubly Stochastic Gradients
Huimin Wu, Zhengmian Hu, Bin Gu

TL;DR
This paper introduces adv-SVM, a fast and scalable adversarial training method for kernel SVMs, leveraging doubly stochastic gradients to enhance robustness against adversarial attacks while maintaining efficiency.
Contribution
It is the first work to develop a fast, scalable adversarial training algorithm specifically for kernel SVMs using doubly stochastic gradients.
Findings
Achieves robustness against various adversarial attacks.
Maintains efficiency and scalability comparable to classical DSG algorithms.
Proves convergence rate of O(1/t) for the proposed algorithm.
Abstract
Adversarial attacks by generating examples which are almost indistinguishable from natural examples, pose a serious threat to learning models. Defending against adversarial attacks is a critical element for a reliable learning system. Support vector machine (SVM) is a classical yet still important learning algorithm even in the current deep learning era. Although a wide range of researches have been done in recent years to improve the adversarial robustness of learning models, but most of them are limited to deep neural networks (DNNs) and the work for kernel SVM is still vacant. In this paper, we aim at kernel SVM and propose adv-SVM to improve its adversarial robustness via adversarial training, which has been demonstrated to be the most promising defense techniques. To the best of our knowledge, this is the first work that devotes to the fast and scalable adversarial training of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications
MethodsSupport Vector Machine
