Learning with Smooth Hinge Losses
JunRu Luo, Hong Qiao, Bo Zhang

TL;DR
This paper introduces two smooth approximations to the Hinge loss, enabling the development of smooth support vector machines that converge faster with modern optimization methods, demonstrated through text classification experiments.
Contribution
It proposes two new smooth Hinge loss functions and a general framework for smoothing convex loss functions, improving optimization efficiency for SVMs.
Findings
Smooth Hinge losses enable faster convergence in SVM training.
Experiments show effectiveness of smooth SVMs in text classification.
Unified framework for smoothing various convex loss functions.
Abstract
Due to the non-smoothness of the Hinge loss in SVM, it is difficult to obtain a faster convergence rate with modern optimization algorithms. In this paper, we introduce two smooth Hinge losses and which are infinitely differentiable and converge to the Hinge loss uniformly in as tends to . By replacing the Hinge loss with these two smooth Hinge losses, we obtain two smooth support vector machines(SSVMs), respectively. Solving the SSVMs with the Trust Region Newton method (TRON) leads to two quadratically convergent algorithms. Experiments in text classification tasks show that the proposed SSVMs are effective in real-world applications. We also introduce a general smooth convex loss function to unify several commonly-used convex loss functions in machine learning. The general framework provides smooth approximation…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
MethodsSupport Vector Machine
