LGJul 28, 2022

Adaptive Second Order Coresets for Data-efficient Machine Learning

arXiv:2207.13887v184 citationsh-index: 29
Originality Incremental advance
AI Analysis

This work addresses data-efficient training for machine learning practitioners by providing a method with theoretical guarantees and practical improvements, though it is incremental as it builds on existing coreset techniques.

The paper tackles the problem of high computational costs in training machine learning models on large datasets by proposing AdaCore, a method that selects weighted subsets (coresets) to approximate full data gradients with Hessian preconditioning, resulting in speedups of over 2.9x compared to full data and 4.5x compared to random subsets.

Training machine learning models on massive datasets incurs substantial computational costs. To alleviate such costs, there has been a sustained effort to develop data-efficient training methods that can carefully select subsets of the training examples that generalize on par with the full training data. However, existing methods are limited in providing theoretical guarantees for the quality of the models trained on the extracted subsets, and may perform poorly in practice. We propose AdaCore, a method that leverages the geometry of the data to extract subsets of the training examples for efficient machine learning. The key idea behind our method is to dynamically approximate the curvature of the loss function via an exponentially-averaged estimate of the Hessian to select weighted subsets (coresets) that provide a close approximation of the full gradient preconditioned with the Hessian. We prove rigorous guarantees for the convergence of various first and second-order methods applied to the subsets chosen by AdaCore. Our extensive experiments show that AdaCore extracts coresets with higher quality compared to baselines and speeds up training of convex and non-convex machine learning models, such as logistic regression and neural networks, by over 2.9x over the full data and 4.5x over random subsets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes