Dropout Training for SVMs with Data Augmentation
Ning Chen, Jun Zhu, Jianfei Chen, Ting Chen

TL;DR
This paper introduces dropout training algorithms for both linear and nonlinear SVMs using data augmentation, improving classification accuracy and providing insights into loss functions under data corruption.
Contribution
It develops novel IRLS algorithms for dropout training of linear and nonlinear SVMs, extending data augmentation techniques to handle intractable expectations of hinge and logistic losses.
Findings
Dropout training significantly boosts SVM classification accuracy.
Nonlinear SVMs outperform linear models on image datasets.
Algorithms connect hinge loss and logistic loss in dropout context.
Abstract
Dropout and other feature noising schemes have shown promising results in controlling over-fitting by artificially corrupting the training data. Though extensive theoretical and empirical studies have been performed for generalized linear models, little work has been done for support vector machines (SVMs), one of the most successful approaches for supervised learning. This paper presents dropout training for both linear SVMs and the nonlinear extension with latent representation learning. For linear SVMs, to deal with the intractable expectation of the non-smooth hinge loss under corrupting distributions, we develop an iteratively re-weighted least square (IRLS) algorithm by exploring data augmentation techniques. Our algorithm iteratively minimizes the expectation of a re-weighted least square problem, where the re-weights are analytically updated. For nonlinear latent SVMs, we…
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
TopicsSparse and Compressive Sensing Techniques · Image Enhancement Techniques · Advanced Image Processing Techniques
MethodsLogistic Regression · Dropout
