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 problem, we improve the state-of-the-art result from to , where is the number of iterations; b) We provide the first result on identifying the implicit bias property of the classical Nesterov's accelerated gradient descent (NAG) algorithm, and show NAG can maximize the margin with an rate; c) For the classical -norm Perceptron problem, we provide an algorithm with convergence rate, while existing algorithms suffer the convergence rate.
View on arXiv