Incremental and Parallel Machine Learning Algorithms with Automated Learning Rate Adjustments
Kazuhiro Hishinuma, Hideaki Iiduka

TL;DR
This paper introduces two new incremental and parallel machine learning algorithms that automatically adjust learning rates using line search, leading to faster convergence in convex optimization tasks like SVM training.
Contribution
The paper presents novel algorithms with automated learning rate adjustments via line search, improving convergence speed over existing methods for convex optimization.
Findings
Algorithms outperform existing methods in speed.
They achieve comparable or better prediction accuracy.
They demonstrate practical efficiency in SVM training.
Abstract
The existing machine learning algorithms for minimizing the convex function over a closed convex set suffer from slow convergence because their learning rates must be determined before running them. This paper proposes two machine learning algorithms incorporating the line search method, which automatically and algorithmically finds appropriate learning rates at run-time. One algorithm is based on the incremental subgradient algorithm, which sequentially and cyclically uses each of the parts of the objective function; the other is based on the parallel subgradient algorithm, which uses parts independently in parallel. These algorithms can be applied to constrained nonsmooth convex optimization problems appearing in tasks of learning support vector machines without adjusting the learning rates precisely. The proposed line search method can determine learning rates to satisfy weaker…
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.
