paper-with-me

홈 › Papers

On Accelerated Perceptrons and Beyond

2022-10-17 · Guanghui Wang, Rafael Hanashiro, Etash Guha, Jacob Abernethy

The classical Perceptron algorithm of Rosenblatt can be used to find a linear threshold function to correctly classify $n$ linearly separable data points, assuming the classes are separated by some margin $\gamma > 0$. A foundational result is that Perceptron converges after $\Omega(1/\gamma^{2})$ iterations. There have been several recent works that managed to improve this rate by a quadratic factor, to $\Omega(\sqrt{\log n}/\gamma)$, 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 $O(\log t/t^2)$ to $O(1/t^2)$, where $t$ 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 $O(1/t^2)$ rate; c) For the classical $p$-norm Perceptron problem, we provide an algorithm with $\Omega(\sqrt{(p-1)\log n}/\gamma)$ convergence rate, while existing algorithms suffer the $\Omega({(p-1)}/\gamma^2)$ convergence rate.

📄 PDF Abstract BibTeX arXiv:2210.09371

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Discrete perceptrons

2013-06-17 · Mihailo Stojnic

Perceptrons have been known for a long time as a promising tool within the neural networks theory. The analytical treatment for a special class of perceptrons started in seminal work of Gardner \cite{Gar88}. Techniques i…

Extrapolation of Periodic Functions Using Binary Encoding of Continuous Numerical Values

2025-12-11 · Brian P. Powell, Jordan A. Caraballo-Vega, Mark L. Carroll, Thomas Maxwell 외 arxiv

We report the discovery that binary encoding allows neural networks to extrapolate periodic functions beyond their training bounds. We introduce Normalized Base-2 Encoding (NB2E) as a method for encoding continuous numer…

On Accelerated Mixing of the No-U-turn Sampler

2025-07-17 · Stefan Oberdörster

Recent progress on the theory of variational hypocoercivity established that Randomized Hamiltonian Monte Carlo -- at criticality -- can achieve pronounced acceleration in its convergence and hence sampling performance o…

Autoencoders, Kernels, and Multilayer Perceptrons for Electron Micrograph Restoration and Compression

2018-08-29 · Jeffrey M. Ede

We present 14 autoencoders, 15 kernels and 14 multilayer perceptrons for electron micrograph restoration and compression. These have been trained for transmission electron microscopy (TEM), scanning transmission electron…

Denoising

Higher-Order Accelerated Methods for Faster Non-Smooth Optimization

2019-06-04 · Brian Bullins, Richard Peng

We provide improved convergence rates for various \emph{non-smooth} optimization problems via higher-order accelerated methods. In the case of $\ell_\infty$ regression, we achieves an $O(\epsilon^{-4/5})$ iteration compl…