Linear Separation via Optimism
Rafael Hanashiro, Jacob Abernethy

TL;DR
This paper introduces the Optimistic Perceptron, an algorithm that finds a separating hyperplane with fewer updates than traditional methods, supported by theoretical bounds and experimental results.
Contribution
The paper proposes the Optimistic Perceptron algorithm, achieving a linear separator in fewer updates than classical Perceptron, with theoretical guarantees and empirical validation.
Findings
Achieves separation in at most 1/γ updates
Outperforms classical Perceptron in experiments
Provides theoretical bounds for the new algorithm
Abstract
Binary linear classification has been explored since the very early days of the machine learning literature. Perhaps the most classical algorithm is the Perceptron, where a weight vector used to classify examples is maintained, and additive updates are made as incorrect examples are discovered. The Perceptron has been thoroughly studied and several versions have been proposed over many decades. The key theoretical fact about the Perceptron is that, so long as a perfect linear classifier exists with some margin , the number of required updates to find such a perfect linear separator is bounded by . What has never been fully addressed is: does there exist an algorithm that can achieve this with fewer updates? In this paper we answer this in the affirmative: we propose the Optimistic Perceptron algorithm, a simple procedure that finds a separating hyperplane…
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
TopicsMachine Learning and Algorithms · Advanced Bandit Algorithms Research · Blind Source Separation Techniques
