Rapid Learning with Stochastic Focus of Attention
Raphael Pelossof, Zhiliang Ying

TL;DR
This paper introduces a method to halt feature evaluation early for easy-to-classify examples, significantly reducing computation in online margin-based learning algorithms like Pegasos without sacrificing accuracy.
Contribution
It proposes an attention mechanism that stops feature evaluation early, reducing computational cost from linear to square root order in the number of features.
Findings
Reduces feature evaluation from O(n) to O(√n) on average
Maintains prediction accuracy despite early stopping
Demonstrates effectiveness on MNIST dataset
Abstract
We present a method to stop the evaluation of a decision making process when the result of the full evaluation is obvious. This trait is highly desirable for online margin-based machine learning algorithms where a classifier traditionally evaluates all the features for every example. We observe that some examples are easier to classify than others, a phenomenon which is characterized by the event when most of the features agree on the class of an example. By stopping the feature evaluation when encountering an easy to classify example, the learning algorithm can achieve substantial gains in computation. Our method provides a natural attention mechanism for learning algorithms. By modifying Pegasos, a margin-based online learning algorithm, to include our attentive method we lower the number of attributes computed from to an average of features without loss in…
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 · Machine Learning and Data Classification · Advanced Bandit Algorithms Research
