Pith. sign in

REVIEW 3 major objections 4 minor 1 cited by

Robust Learning of Multi-index Models via Iterative Subspace Approximation

T0 review · 3 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read Low-degree moments decide when noisy multi-index models are efficiently learnable.

desk verdict Strong new algorithm for agnostic MIM learning, but the promised SQ characterization has a proof gap and the intersections small-OPT case is underjustified. read the letter →

arxiv 2502.09525 v2 pith:XPGVLTNR submitted 2025-02-13 cs.LG cs.DSmath.STstat.MLstat.TH

classification cs.LGcs.DSmath.STstat.MLstat.TH MSC 68Q32
keywords multi-indexmodelsagnosticlearningstatisticalquerylowerboundsGaussianmarginalssubspaceapproximationmulticlasslinearclassifiersintersectionsofhalfspaceslabelnoise
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper claims that noisy, low-dimensional structure in high-dimensional Gaussian data can be learned efficiently exactly when low-degree conditional moments can see the missing directions. For any class of well-behaved $K$-MIMs, meaning functions that depend only on an unknown $K$-dimensional subspace and satisfy a conditional-moment condition, the paper gives an algorithm that draws $d^{O(m)} 2^{\mathrm{poly}(mK\Gamma|Y|/(\epsilon\alpha\sigma))}$ samples, runs in polynomial time in $d$, and returns a hypothesis with 0-1 error at most $\tau+\mathrm{OPT}+\epsilon$. It also proves a Statistical Query lower bound of $d^{\Omega(m)}$ for classes that fail the condition, so the parameter $m$, the lowest moment degree that reveals a missing direction, becomes the exponent controlling complexity. The payoff is concrete: the first constant-factor agnostic learners with fixed-degree polynomial dimension dependence for multiclass linear classifiers, and the first such near-linear-in-$\mathrm{OPT}$ learner for intersections of halfspaces. This matters because prior noise-tolerant learners either had dimension-dependent polynomial time with near-optimal error or fixed polynomial time with much worse error.

What carries the argument

The engine is iterative subspace approximation. The algorithm maintains a subspace $V$, partitions $V$ into small cubes of non-negligible Gaussian mass, and on each cube fits degree-$\le m$ polynomials to each label indicator in the orthogonal complement $V^\perp$; it then forms a weighted matrix from the gradients of those polynomials and adds the unit eigenvectors with large eigenvalues to $V$, repeating until a piecewise-constant function over $V$ has error at most $\tau+\mathrm{OPT}+\epsilon$. The load-bearing object is the well-behaved condition, Definition 3.2: for every $V$, either $V$ already supports a $\tau$-approximation to $f$, or with probability at least $\alpha$ over conditioning points $x_0$, some degree-$m$ polynomial on $U=(V+W)\cap V^\perp$ has a conditional moment with a label exceeding $\sigma$. This condition guarantees that each non-terminal iteration decreases the potential $\Phi_t=\sum_i \|(w^*_i)_{\perp V_t}\|^2$ by a fixed polynomial amount, so the number of iterations is bounded by a polynomial in the relevant parameters. Supporting machinery includes the Gaussian surface area bound to keep functions nearly constant on small cubes, Hermite polynomial regression to estimate moments, and a spectral filtering claim that keeps the dimension of $V$ polynomial rather than exponential.

What would settle it

Find a family $\mathcal{F}$ of $K$-MIMs with bounded Gaussian surface area and a noisy label distribution such that for some subspace $V$ with no $\tau$-approximation, every degree-$m$ conditional moment is at most $\sigma$, yet an SQ algorithm with $d^{O(1)}$ queries learns $\mathcal{F}$ to error below $\tau-O(\mathrm{OPT})$; such a family would directly contradict Theorem 5.2. Concretely, for the rotated hard family $\mathcal{F}_Q$ constructed in that theorem, compute the pairwise correlation $\chi_{D_0}(D_P,D_Q)$ between two rotated noisy distributions: if any pair with $P\ne Q$ exhibits correlation larger than $d^{-\Omega(m)}|\mathcal{Y}|$, the lower-bound proof's core estimate fails.

Watch

Extended reading notes

Core claim

The central discovery is Theorem 3.3: for a class $\mathcal{F}$ of $(m,\zeta,\alpha,K,\tau,\sigma,\Gamma)$-well-behaved $K$-MIMs, whenever $\zeta \ge \mathrm{OPT}+\epsilon$, Algorithm 3 uses $N = d^{O(m)} 2^{\mathrm{poly}(mK\Gamma|Y|/(\epsilon\alpha\sigma))}$ i.i.d. samples and $\mathrm{poly}(N)$ time to output a hypothesis $h$ with $\mathrm{err}(h) \le \tau+\mathrm{OPT}+\epsilon$. The matching negative result, Theorem 5.2, says that if a rotationally invariant class contains a bounded-surface-area MIM that is not well-behaved at degree $m$, no SQ algorithm can learn it to error below $\tau-O(\zeta)$ with fewer than $d^{\Omega(m)}$ queries or without a query of tolerance $d^{-\Omega(m)}$. Read together, the two theorems assert a qualitative characterization: the smallest degree $m^*$ at which conditional moments can reveal a missing direction determines whether the class admits a fixed-degree polynomial-time learner, and this is essentially optimal in the SQ model. The applications, Theorem 1.8 for multiclass linear classifiers and Theorem 1.13 for intersections of halfspaces, are obtained by proving that these classes satisfy the well-behaved condition with $m \le 2$.

Load-bearing premise

The load-bearing premise is the well-behaved condition's guarantee that whenever the current subspace $V$ cannot already approximate the target to error $\tau$, a degree-$m$ conditional moment reveals a missing direction with probability at least $\alpha$ and magnitude at least $\sigma$; if such moments are rarer or weaker in practice, the algorithm has no way to add directions and the $d^m$ complexity guarantee collapses.

Editorial extensions

If this is right

  • Multiclass linear classifiers become agnostically learnable in $O(d)\,2^{\mathrm{poly}(K/\epsilon)}$ samples and $\mathrm{poly}(d,N)$ time with 0-1 error $O(\mathrm{OPT})+\epsilon$; this is the first constant-factor agnostic learner for this class with fixed-degree polynomial complexity in $d$ (Theorem 1.8).
  • Intersections of $K$ halfspaces become agnostically learnable in $O(d^2)\,2^{\mathrm{poly}(K/\epsilon)}$ samples and $\mathrm{poly}(d,N)$ time with error $K\,\tilde{O}(\mathrm{OPT})+\epsilon$, the first near-linear-in-$\mathrm{OPT}$ error bound for this class with fixed-degree polynomial dimension complexity (Theorem 1.13).
  • Under random classification noise, the same machinery runs in only $O(K)$ subspace iterations and scales polynomially in $1/\epsilon$, giving for multiclass linear classifiers $O(d)(1/\epsilon)^{\mathrm{poly}(K)}$ samples with error $O(\mathrm{OPT})+\epsilon$ (Theorem 1.11).
  • Achieving the optimal error $\mathrm{OPT}+\epsilon$ for multiclass linear classifiers under RCN requires SQ complexity $d^{\Omega(K)}$ (Theorem 1.9), so the constant-factor relaxation is necessary for any fixed-degree polynomial-time SQ learner.
  • For any rotationally invariant MIM family, the minimal moment degree $m^*$ in the well-behaved condition separates feasible from infeasible: learning is possible with resources $d^{m^*}$ times other parameters, and impossible for any SQ algorithm with resources $d^{o(m^*)}$ (Remark 1.7).

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • An implication the paper leaves implicit is that computational hardness for Gaussian MIMs is governed by the lowest moment that can expose a direction, not by the complexity of the link function; a testable design consequence is that adding a small random perturbation that creates low-degree moments could make otherwise hard classes efficiently learnable.
  • The algorithm is non-proper and relies only on moments, so a parallel result may hold for regression losses or continuous labels, provided an analogue of Condition 3(b) is satisfied; this is an extension the paper does not pursue.
  • The gap between the RCN and agnostic results suggests that structured noise can be dramatically easier than adversarial noise; a concrete experiment would measure, on synthetic multiclass linear classifiers, how the sample complexity of gradient methods scales with $\epsilon$ under RCN compared with the paper's prediction.
  • For a concrete family of MIMs, one could compute empirical conditional moments on random subspaces to estimate the minimal $m$; the paper predicts any such $m$ yields sample complexity roughly $d^m$, and no SQ algorithm can do $d^{o(m)}$.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. The paper proposes an iterative subspace-approximation algorithm for learning finite-range multi-index models (MIMs) under the Gaussian distribution with label noise. For classes satisfying a 'well-behaved' condition (Definition 3.2), the algorithm uses low-degree conditional moments over cubes in the current estimated subspace to discover new directions, and Theorem 3.3 gives sample complexity d^{O(m)} \cdot 2^{poly(mK\Gamma|Y|/(\epsilon\alpha\sigma))} and error \tau + OPT + \epsilon. The authors apply this framework to obtain a constant-factor agnostic learner for multiclass linear classifiers and a K\tilde{O}(OPT)+\epsilon agnostic learner for intersections of K halfspaces, both with fixed-degree polynomial dependence on d. A variant for random classification noise (Theorem 4.9) gives polynomially better dependence on 1/\epsilon. Section 5 contains SQ lower bounds: Theorem 5.2 for MIMs with exactly vanishing low-degree conditional moments, and Theorem 5.4 for multiclass linear classifiers under RCN. The paper additionally claims, in Theorem 1.6 and Remark 1.7, an exact SQ characterization of MIM learning in terms of the smallest m for which the class is well-behaved.

Significance. If the characterization claim were established, the paper would resolve the qualitative SQ complexity of learning noise-tolerant discrete MIMs and would provide the first fixed-degree polynomial-time constant-factor agnostic learners for multiclass linear classifiers and near-optimal-error learners for intersections of halfspaces. The constructive upper bounds are substantial: the potential-function argument (Claim 2.16), the cube-correlation arguments (Claims 2.11, 2.12, and 3.9), and the moment-matching construction of Lemma 5.5 are detailed and internally coherent. The RCN lower bound for MLC (Theorem 5.4) is a notable contribution in its own right. However, the claimed exact characterization is not supported by the stated theorems: the SQ lower bound proves hardness only for a strictly smaller set of functions than the complement of the well-behaved condition.

major comments (3)
  1. [Section 5.1, Theorem 5.2 vs. Definition 3.2 and Remark 1.7] The claimed converse to Theorem 3.3 is not established. Definition 3.2(3)(b) is refuted only when, for every subspace V admitting no \tau-approximation, all degree-m conditional moments are at most \sigma on all but an \alpha fraction of cylinders. The lower bound Theorem 5.2 instead assumes Assumption (iii), which requires the conditional moments to be exactly zero for every x0 and every degree-m polynomial. These are different conditions, and nothing in the proof bridges the gap between 'bounded by \sigma' and 'equal to zero'. The displayed correlation computation in the proof of Theorem 5.2 uses exact vanishing of all Hermite degrees below m to obtain the bound \chi_{D0}(D_P,D_Q) \le \|PQ^T\|_2^m |Y|; if moments are merely at most \sigma, an additive residual of order |Y|\sigma^2 appears, which dominates the claimed d^{-\Omega(m)} bound when \sigma = d^{-m/3}. Thus Theorem 1.6 and Remark 1.7, which assert that the smallest m in Definition 3.2 exactly characterizes the SQ complexity, overstate what is proved.
  2. [Theorem 3.3 and intermediate moment sizes] The upper bound does not cover the intermediate regime either. The sample complexity in Theorem 3.3 is d^{O(m)} 2^{poly(mK\Gamma|Y|/(\epsilon\alpha\sigma))}, and the exponent depends on 1/\sigma. If \sigma is as small as d^{-m/3}, this is not a fixed-degree polynomial in d. Consequently, a rotationally invariant family with conditional moments of size roughly d^{-m/3} would fail Definition 3.2 for that m but would evade both the stated upper bound and the stated lower bound. A transfer argument showing that such intermediate cases are impossible, or are absorbed into a larger value of m*, is needed to support the exact characterization; none is provided.
  3. [Theorem 5.2, statement and proof] Even as a standalone lower bound, Theorem 5.2 is stated more narrowly than Theorem 1.6 suggests: it requires a particular noisy random variable y with exactly vanishing moments, rather than quantifying over all y with Pr[f(x) \ne y] \le \zeta as Definition 3.2 does. The proof's reduction from learning to the decision problem B(D,D0) is standard, but the hardness conclusion applies only to the constructed family F_Q, not to all classes that violate Definition 3.2. The paper should state the lower bound with its actual hypothesis and remove or substantially soften the 'essentially characterize' claim in Remark 1.7.
minor comments (4)
  1. [Remark 1.7] The definition of m* omits the parameters \alpha and \sigma that appear in Definition 3.2; as written, 'well-behaved' is not a property of m alone, so the claimed dichotomy is not well-defined.
  2. [Theorem 5.2] The theorem statement uses i \in [K] for labels in Assumption (iii), although Y is an arbitrary finite set; this should be i \in Y.
  3. [Proof of Theorem 4.1] The sentence 'without loss of generality we can assume that OPT \ge \epsilon^2 by randomly flipping an \epsilon^2 fraction of the labels with probability 1/2' is too terse: the proof should explicitly explain how a hypothesis with small error on the flipped distribution is converted back to a hypothesis with the stated error on the original distribution.
  4. [Proof of Lemma 3.4] The concluding step says 'considering that Pr[x \notin A] \le \eta (recall that \eta \le \epsilon'^2)', but the displayed choice \eta = \epsilon'\rho/(C|Y|\sqrt{k}) does not by itself imply \eta \le \epsilon'^2; the needed bound on \rho should be stated explicitly.

Circularity Check

0 steps flagged · score 1.0 of 10

No constructional circularity: the upper bound is an explicit conditional on Definition 3.2 with in-paper structural derivations for the applications; a genuine sigma-vs-zero gap in the claimed SQ characterization is flagged as a correctness concern, not as circularity.

full rationale

The paper's derivation chain is self-contained and not circular in the constructional sense. The central upper bound (Theorem 3.3) is an explicit conditional: its premise (Definition 3.2, condition 3(b)) states that whenever a subspace V is not already tau-good, low-degree moments reveal a new direction, and the conclusion (error tau + OPT + epsilon, complexity d^{O(m)}) is obtained by a genuine potential-function argument (Propositions 2.8 and 3.7, Claims 2.15-2.16, 3.9) rather than by restating the premise. The parameters tau, m, sigma appear both in the assumption and in the guarantee; this is transparent parameter-passing, and the substance lies in the applications, where Propositions 2.4 and 4.4 derive the required moment conditions from Gaussian geometry, so the O(OPT) and K*O(OPT log(1/OPT)) error guarantees are not imported from the well-behaved definition. Self-citations ([DKK+23], [DKS18], [DKPZ21]) are used as baselines or as standard, parameter-free analytic tools (Hermite correlation bounds, rotation packings, GSA bounds); none carries the main argument. Flagged per the reviewing rule: the claimed exact characterization (informal Theorem 1.6 and Remark 1.7) is not established because the complement of Definition 3.2 only yields conditional moments bounded by sigma, whereas Theorem 5.2 (Assumption iii) requires exact vanishing (equality to 0) of all degree-at-most-m conditional moments, and no transfer argument covers the intermediate regime 0 < |moment| <= sigma with sigma = d^{-omega(1)}; the d^{O(m)} upper bound and the d^{Omega(m)} lower bound therefore leave a genuine gap in the central claim. This is a completeness gap, not a reduction of the conclusion to the inputs, so it is recorded here as a correctness risk and does not raise the circularity score.

Assumptions & free parameters 0 free parameters · 5 assumptions · 0 invented entities

The central claim rests on Gaussianity, bounded Gaussian surface area, the well-behaved moment condition, finiteness of the label set, and the SQ model for the lower bounds. No numerical constants are fitted to data; all constants are universal quantities chosen sufficiently large or small. The well-behaved condition is the main ad hoc assumption, though the paper independently verifies it for the two concrete applications and proves a converse lower bound for classes that violate it.

assumptions (5)
  • domain assumption The input marginal is the standard Gaussian N(0,I) and the target is a K-MIM with a hidden subspace W of dimension at most K.
    Used throughout: Algorithm 1/3/5 partition by Gaussian cubes, Hermite analysis and rotational invariance in Section 5 require Gaussian marginals. Stated in Theorem 1.5/3.3 and Definition 3.2.
  • domain assumption The concept class has Gaussian surface area bounded by Γ.
    Definition 3.2 condition 2; used in Lemma 3.4 and Lemma 3.5 to show small cube partitions preserve moments; bounded GSA for MLC and intersections is proven via [KOS08] (O(sqrt(log K)) for intersections).
  • ad hoc to paper The well-behaved moment condition (Definition 3.2 condition 3(b)) holds with parameters m, α, σ.
    This is the load-bearing structural condition: either V gives a τ-approximation or an α-fraction of cubes has a degree-m moment exceeding σ. It is not derived for general MIMs; the algorithm's correctness and the d^m complexity depend on it. Applications prove it for MLC (m=1) and intersections (m=2).
  • domain assumption The label set Y is finite and the noisy label y satisfies Pr[f(x)≠y] ≤ ζ (with ζ ≥ OPT+ε).
    Definition 1.2/3.2 and Theorem 3.3; used to define the noise model and in the conditional moment analysis.
  • standard math SQ model assumptions for lower bounds: algorithms access VSTAT-type queries and distributions are rotationally invariant, as in Fact C.3.
    The lower bounds are relative to the SQ model; they use standard pairwise-correlation machinery from [FGR+13] and Fact C.4.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Robust Learning of Multi-index Models via Iterative Subspace Approximation." pith.science (2026). https://pith.science/paper/XPGVLTNR

@misc{pith2026250209525,
  author       = {Pith},
  title        = {Pith review of: Robust Learning of Multi-index Models via Iterative Subspace Approximation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/XPGVLTNR}},
  note         = {Machine review of arXiv:2502.09525}
}
abstract

We study the task of learning Multi-Index Models (MIMs) with label noise under the Gaussian distribution. A $K$-MIM is any function $f$ that only depends on a $K$-dimensional subspace. We focus on well-behaved MIMs with finite ranges that satisfy certain regularity properties. Our main contribution is a general robust learner that is qualitatively optimal in the Statistical Query (SQ) model. Our algorithm iteratively constructs better approximations to the defining subspace by computing low-degree moments conditional on the projection to the subspace computed thus far, and adding directions with relatively large empirical moments. This procedure efficiently finds a subspace $V$ so that $f(\mathbf{x})$ is close to a function of the projection of $\mathbf{x}$ onto $V$. Conversely, for functions for which these conditional moments do not help, we prove an SQ lower bound suggesting that no efficient learner exists. As applications, we provide faster robust learners for the following concept classes: * {\bf Multiclass Linear Classifiers} We give a constant-factor approximate agnostic learner with sample complexity $N = O(d) 2^{\mathrm{poly}(K/\epsilon)}$ and computational complexity $\mathrm{poly}(N ,d)$. This is the first constant-factor agnostic learner for this class whose complexity is a fixed-degree polynomial in $d$. * {\bf Intersections of Halfspaces} We give an approximate agnostic learner for this class achieving 0-1 error $K \tilde{O}(\mathrm{OPT}) + \epsilon$ with sample complexity $N=O(d^2) 2^{\mathrm{poly}(K/\epsilon)}$ and computational complexity $\mathrm{poly}(N ,d)$. This is the first agnostic learner for this class with near-linear error dependence and complexity a fixed-degree polynomial in $d$. Furthermore, we show that in the presence of random classification noise, the complexity of our algorithm scales polynomially with $1/\epsilon$.

Figures

Figures reproduced from arXiv: 2502.09525 by the authors.

Figure 1
Figure 1. Illustration of two consecutive steps of our iterative subspace approximation procedure [PITH_FULL_IMAGE:figures/full_fig_p016_1.png] view at source ↗

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Approximate Message Passing with Random Initialization for Phase Retrieval

    math.ST 2026-08 conditional novelty 7.0 of 10

    Randomly initialized Bayes-optimal AMP provably achieves the weak-recovery threshold δ=1/2 and arbitrarily accurate recovery for δ>1.13 in proportional-regime noiseless phase retrieval.

Reference graph

Works this paper leans on

12 extracted references · 12 canonical work pages · cited by 1 Pith paper

  1. [1]

    For anyt >0, it holdse−t2/2/4 ≤ Prz∼N [z > t] ≤ e−t2/2/2

  2. [2]

    Fact A.2(see, e.g., Lemma 6 in [KTZ19])

    For anya, b∈ R with a ≤ b, it holdsPrz∼N [a ≤ z ≤ b] ≤ (b − a)/ √ 2π. Fact A.2(see, e.g., Lemma 6 in [KTZ19]). Let f ∈ L2(Rd, N (0, I)) with its k-degree Hermite expan- sion f (x) = P α∈Nd,∥α∥1≤k bf (α)Hα(x). It holds thatEx∼N (0,I) (∇f (x) · ei)2 = P α∈Nd∥α∥1≤k αi( bf (α))2. Definition A.3 (Ornstein-Uhlenbeck Noise Operator). Let k ∈ N and ρ ∈ [0, 1]. We...

  3. [3]

    For anyf, g∈ L1 and ρ ∈ (0, 1), it holds thatEx∼N [(Tρf )g] = Ex∼N [(Tρg(x))f (x)]

  4. [4]

    (b) For any ρ ∈ (0, 1) the Tρg(x) is ∥g∥∞/ρ-Lipschitz, i.e., ∥∇Tρg(x)∥ ≤ ∥g∥∞/ρ for all x ∈ Rd

    For anyg ∈ L1, it holds: (a) For anyρ ∈ (0, 1), Tρg(x) is differentiable at every pointx. (b) For any ρ ∈ (0, 1) the Tρg(x) is ∥g∥∞/ρ-Lipschitz, i.e., ∥∇Tρg(x)∥ ≤ ∥g∥∞/ρ for all x ∈ Rd. (c) For any p ≥ 1, Tρ is a contraction with respect to the norm ∥ · ∥Lp, i.e., it holds ∥Tρg∥Lp ≤ ∥g∥Lp. Fact A.5(Ledoux-Pisier [Pis86, Led94]). Let f : Rd 7→ {±1} be a Bo...

  5. [5]

    Pk is a k-degree polynomial andP0(x) = 1 and P1(x) = x. 2. R 1 −1 Pi(x)Pj(x)dx = 2/(2i + 1)1(i = j), for all i, j∈ Z

  6. [6]

    |Pk(x)| ≤1 for all |x| ≤1

  7. [7]

    Pk(x) = 2−k P⌈k/2⌉ i=1 k i 2k−2i k xk−2i. 63 B Omitted Content from Sections 2 to 4 The following claim shows that if a matrix has a small Frobenius norm but exhibits a large quadratic form in some direction, then by selecting those eigenvectors whose eigenvalues exceed a given threshold, one obtains a short list of vectors among which at least one correl...

  8. [8]

    Therefore, with access to O(1)-moments, we can only extract the directionv. We show that for any vectorw so thatw · u ≤ c1 where c1 > 0 is a sufficiently small absolute constant, then the hypothesisA(w(3) · x, w(4) · x) achieves large L2 2 error where w(3) = v/ √ 2 + w/ √ 2 and w(4) = v/ √ 2 − w/ √

Show all 12 references
  1. [9]

    First, we choosew so that w · u = 0. Note that from Jensen’s inequality it holds that E x∼N (0,I) [(A(w(1) · x, w(2) · x) − A(w(3) · x, w(4) · x))2] ≥ E x∼N (0,I) " E v·x∼N (0,1) [A(w(1) · x, w(2) · x) − A(w(3) · x, w(4) · x)] 2# , (8) where the last term corresponds to the va...

  2. [10]

    This completes the proof

    Next if we conditioning on the event{w · x ≥ δ} where δ >0 is chosen so thatA(w(1) · x, w(2) · x) does not match moments with respectu, which such exists and it is an absolute constant as it reweighs the probability mass of the intervals, therefore E y xx⊤ | w · x ≥ δ reveals ...

  3. [11]

    A matches its firstk moments with the 2-dimensional standard Gaussian

  4. [12]

    for all x ∈ supp(A) it holds that |x1|, |x2| ≤ck and A is a union ofk + 3 intervals (in each orthogonal direction). Proof. Let x, ybe two orthogonal directions. DefineA(x, y) = U (x)U (y)/ Pr[x ∈ U ]2 where U is the set from Proposition F.3. Then, we have thatA satisfies Items...

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.