Time-Constrained Learning
Sergio Filho, Eduardo Laber, Pedro Lazera, Marco Molinaro

TL;DR
This paper introduces TCT, a novel algorithm for time-constrained learning that optimally balances training time and accuracy, outperforming existing methods across multiple datasets and learners.
Contribution
The paper proposes TCT, an innovative algorithm based on Machine Teaching principles, for efficiently training classifiers within a fixed time limit, with proven theoretical guarantees.
Findings
TCT consistently outperforms existing algorithms in accuracy within time constraints.
TCT shows superior performance compared to stochastic gradient descent in experiments.
Theoretical analysis indicates TCT's efficiency is close to or better than batch teaching under certain conditions.
Abstract
Consider a scenario in which we have a huge labeled dataset and a limited time to train some given learner using . Since we may not be able to use the whole dataset, how should we proceed? Questions of this nature motivate the definition of the Time-Constrained Learning Task (TCL): Given a dataset sampled from an unknown distribution , a learner and a time limit , the goal is to obtain in at most units of time the classification model with highest possible accuracy w.r.t. to , among those that can be built by using the dataset . We propose TCT, an algorithm for the TCL task designed based that on principles from Machine Teaching. We present an experimental study involving 5 different Learners and 20 datasets where we show that TCT consistently outperforms two other algorithms: the first is a Teacher for…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Machine Learning and Algorithms · Data Mining Algorithms and Applications
