paper-with-me

홈 › Papers

Approximate Vanishing Ideal Computations at Scale

2022-07-04 · Elias Wirth, Hiroshi Kera, Sebastian Pokutta

The vanishing ideal of a set of points $X = \{\mathbf{x}_1, \ldots, \mathbf{x}_m\}\subseteq \mathbb{R}^n$ is the set of polynomials that evaluate to $0$ over all points $\mathbf{x} \in X$ 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 $m$. In addition, we propose two modifications that accelerate OAVI's training time: Our analysis reveals that replacing the pairwise conditional gradients algorithm, one of the solvers used in OAVI, with the faster blended pairwise conditional gradients algorithm leads to an exponential speed-up in the number of features $n$. Finally, using a new inverse Hessian boosting approach, intermediate convex optimization problems can be solved almost instantly, improving OAVI's training time by multiple orders of magnitude in a variety of numerical experiments.

📄 PDF Abstract BibTeX arXiv:2207.01236

Code (1)

ZIB-IOL/avi_at_scale 공식 구현

Similar Papers 제목 키워드 기반

Spurious Vanishing Problem in Approximate Vanishing Ideal

2019-01-25 · Hiroshi Kera, Yoshihiko Hasegawa

Approximate vanishing ideal is a concept from computer algebra that studies the algebraic varieties behind perturbed data points. To capture the nonlinear structure of perturbed points, the introduction of approximation …

General Classification

Conditional Gradients for the Approximately Vanishing Ideal

2022-02-07 · Elias Wirth, Sebastian Pokutta

The vanishing ideal of a set of points $X\subseteq \mathbb{R}^n$ is the set of polynomials that evaluate to $0$ over all points $\mathbf{x} \in X$ and admits an efficient representation by a finite set of polynomials cal…

Approximate Vanishing Ideal via Data Knotting

2018-01-29 · Hiroshi Kera, Yoshihiko Hasegawa

The vanishing ideal is a set of polynomials that takes zero value on the given data points. Originally proposed in computer algebra, the vanishing ideal has been recently exploited for extracting the nonlinear structures…

ClassificationGeneral Classification

Gradient Boosts the Approximate Vanishing Ideal

2019-11-11 · Hiroshi Kera, Yoshihiko Hasegawa

In the last decade, the approximate vanishing ideal and its basis construction algorithms have been extensively studied in computer algebra and machine learning as a general model to reconstruct the algebraic variety on …

BIG-bench Machine LearningTranslation

Vanishing Component Analysis with Contrastive Normalization

2022-10-27 · Ryosuke Masuya, Yuichi Ike, Hiroshi Kera

Vanishing component analysis (VCA) computes approximate generators of vanishing ideals of samples, which are further used for extracting nonlinear features of the samples. Recent studies have shown that normalization of …