NYTRO: When Subsampling Meets Early Stopping
Tomas Angles, Raffaello Camoriano, Alessandro Rudi, Lorenzo Rosasco

TL;DR
This paper explores combining early stopping and subsampling techniques in least squares regression to improve computational efficiency and statistical performance, supported by theoretical analysis and experiments.
Contribution
It introduces a novel randomized iterative regularization method that merges early stopping with subsampling, enhancing large-scale learning efficiency.
Findings
The method reduces training time significantly.
It maintains competitive statistical accuracy.
Experimental results validate theoretical predictions.
Abstract
Early stopping is a well known approach to reduce the time complexity for performing training and model selection of large scale learning machines. On the other hand, memory/space (rather than time) complexity is the main constraint in many applications, and randomized subsampling techniques have been proposed to tackle this issue. In this paper we ask whether early stopping and subsampling ideas can be combined in a fruitful way. We consider the question in a least squares regression setting and propose a form of randomized iterative regularization based on early stopping and subsampling. In this context, we analyze the statistical and computational properties of the proposed method. Theoretical results are complemented and validated by a thorough experimental analysis.
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 Algorithms · Domain Adaptation and Few-Shot Learning · Stochastic Gradient Optimization Techniques
MethodsEarly Stopping
