Approximate Vanishing Ideal Computations at Scale
Elias Wirth, Hiroshi Kera, Sebastian Pokutta

TL;DR
This paper enhances the scalability of the approximate vanishing ideal algorithm (OAVI) by proving its linear complexity, introducing faster optimization methods, and demonstrating significant speed-ups in training time through new techniques.
Contribution
The paper proves the linear complexity of OAVI, introduces two modifications for faster training, and applies inverse Hessian boosting to greatly accelerate computations.
Findings
OAVI's complexity is linear in the number of samples.
Replacing the solver with blended pairwise conditional gradients speeds up features.
Inverse Hessian boosting reduces training time by orders of magnitude.
Abstract
The vanishing ideal of a set of points is the set of polynomials that evaluate to over all points and admits an efficient representation by a finite subset of generators. In practice, to accommodate noise in the data, algorithms that construct generators of the approximate vanishing ideal are widely studied but their computational complexities remain expensive. In this paper, we scale up the oracle approximate vanishing ideal algorithm (OAVI), the only generator-constructing algorithm with known learning guarantees. We prove that the computational complexity of OAVI is not superlinear, as previously claimed, but linear in the number of samples . In addition, we propose two modifications that accelerate OAVI's training time: Our analysis reveals that replacing the pairwise conditional gradients…
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
Taxonomy
TopicsPolynomial and algebraic computation · Numerical Methods and Algorithms · Advanced Numerical Analysis Techniques
