On Accelerated Perceptrons and Beyond
Guanghui Wang, Rafael Hanashiro, Etash Guha, Jacob Abernethy

TL;DR
This paper unifies and extends accelerated perceptron algorithms using modern optimization techniques, achieving faster convergence rates for margin maximization, implicit bias identification, and p-norm perceptrons.
Contribution
It introduces a unified framework based on optimistic online learning to improve convergence rates for perceptron variants and related problems.
Findings
Improved margin maximization rate to O(1/t^2)
First analysis of Nesterov's accelerated gradient descent bias
Enhanced convergence for p-norm perceptron with rate depending on p
Abstract
The classical Perceptron algorithm of Rosenblatt can be used to find a linear threshold function to correctly classify linearly separable data points, assuming the classes are separated by some margin . A foundational result is that Perceptron converges after iterations. There have been several recent works that managed to improve this rate by a quadratic factor, to , with more sophisticated algorithms. In this paper, we unify these existing results under one framework by showing that they can all be described through the lens of solving min-max problems using modern acceleration techniques, mainly through optimistic online learning. We then show that the proposed framework also lead to improved results for a series of problems beyond the standard Perceptron setting. Specifically, a) For the margin maximization…
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
Taxonomy
TopicsMachine Learning and Algorithms · Sparse and Compressive Sensing Techniques · Face and Expression Recognition
