Scale-Independent Robust
Multivariate Polynomial Regression
Abstract
We resolve the sample-versus-scale tradeoff posed by Arora, Bhattacharyya, Boban, Guruswami, and Kelman [1, Remark 1.9] in robust multivariate polynomial regression, giving scale-independent recovery with optimal degree exponents in an exact-real LP-oracle model. The unknown polynomial has degree at most in each of coordinates. Covariates are i.i.d. product-Chebyshev or uniform, and outlier indicators are mutually independent, independent of the covariates, and have probabilities at most a known . Inlier errors are bounded by an unknown ; admissible labels may otherwise be adversarial. For , our algorithm returns with with probability at least , using product-Chebyshev samples or uniform samples. It does not use , recovers exactly at zero noise, and makes a predetermined number of LP calls independent of signal magnitude. For fixed dimension, accuracy, positive contamination rate, and success probability, the Chebyshev rate matches the known dependence on , while the uniform rate has the optimal degree exponent up to an occupancy logarithm. The key ingredient is an arbitrary-representative product-Chebyshev norming inequality, which enables a Chebyshev-mass-weighted least-absolute-deviations initializer followed by fixed-budget median refinements.
Note. This paper was generated entirely by AI, including MiMo, using an automated research pipeline developed by Chenghua Liu and Hanyu Li.
1 Introduction and main result
Robust polynomial regression asks whether a bounded-degree polynomial can be recovered in supremum norm when a minority of responses are arbitrary. We formalize this question under product-Chebyshev and uniform random designs, compare with the prior sample-versus-scale tradeoff, and state our guarantee.
Fix integers , and let
Here , so the degree is at most in each coordinate and . The two design laws are the normalized uniform probability measure and the product-Chebyshev probability measure
| (1.1) |
An unknown is observed through a batch , where the are i.i.d. from one of these laws. Let be mutually independent outlier indicators, independent of , with for every , where . If , then
Conditional on , the inlier errors and outlier labels may be chosen arbitrarily, and may depend on , subject only to this inlier bound. The algorithm observes the batch and is given , the design law, and the valid upper bound , but it does not observe the and is not given or . Every probability statement is over and holds uniformly over all admissible conditional choices of the labels. We write .
The unresolved tradeoff in Arora et al. [1] is summarized below. Their Theorem 3.1 (ESA version) achieves the target degree exponents but returns error for , with a call bound that can be written uniformly as . Their randomized scale-independent result, ESA Theorem 5.1, corresponds to Theorem 6.1 of arXiv:2403.09465v1; its deterministic core, ESA Theorem 5.2, corresponds to v1 Theorem 6.4.
| Method | Grid scale | error | Optimization dependence |
|---|---|---|---|
| Arora et al., ESA Thm. 3.1 | |||
| Arora et al., ESA Thm. 5.1 | independent of signal scale | ||
| This work | at most LP-oracle calls |
Remark 1.9 of the ESA version (Remark 1.6 of arXiv v1) asks whether the optimal-degree sample rates and the pure error can be combined without scale-dependent refinement. The improvement requires a different weighting and norming primitive, not merely a retuning of constants.
We work in an exact-real LP-oracle model. Real arithmetic and comparisons, exact access to and comparison with the prescribed algebraic Chebyshev endpoints, and calls to an exact LP optimizer are primitives. Any optimizer returned by the oracle is admissible. We count oracle calls, LP combinatorial description size, and arithmetic work outside the oracle separately; we make no end-to-end finite-precision or bit-complexity claim for arbitrary real-valued continuous-design inputs.
The following theorem resolves the stated tradeoff in this model. The algorithm and the predetermined refinement budget are specified in Section 2.
Theorem 1.1 (Main theorem).
Fix integers , , , and . Under the statistical model above, there is an algorithm that is not given and has the following guarantees.
- 1.
Under product-Chebyshev locations it uses
samples. Under normalized uniform locations it uses
samples.
- 2.
With probability at least , it outputs satisfying
In particular, when , the same event gives identically.
- 3.
On every input, the algorithm makes at most exact-LP oracle calls, where the predetermined integer is independent of and . On the no-empty-cell branch it makes exactly calls. For fixed , the LP descriptions and all work outside the oracle calls are polynomial in the corresponding sample count or .
Here optimality refers only to the dependence on for fixed dimension, fixed accuracy, fixed positive contamination rate, and constant success probability. We do not claim jointly optimal dependence on ; under uniform sampling the upper bound retains the displayed occupancy logarithm. The case is recorded in Appendix A.
Proof overview.
Use the Chebyshev partition for both location laws, but assign every cell its product-Chebyshev mass in the LAD objective. An arbitrary-point norming lemma turns the strict inlier majority in each cell into a coercive LAD lower bound with a positive coefficient. Its multivariate proof tensorizes the reproducing kernel and cell-supremum sum, not a representative-selection operator: each representative coordinate may depend on the full cell index. This yields . A fixed number of median refinements then reaches . Randomness is used only to ensure that every cell is occupied and has an inlier majority; the deterministic argument thereafter applies simultaneously to every iterate.
2 Partition and algorithm
We now specify the common product grid, weighted-LAD initializer, and fixed-budget median refinement used for both designs. The design law affects only the batch size; the deterministic optimization steps are shared.
For a positive integer , write . For a positive integer , partition into intervals , . Under , these induce the Chebyshev intervals
and the product cells , indexed by . Let . Closed cells are used in the analysis. A fixed half-open convention assigns any location on a common boundary to one cell, so the algorithm is defined everywhere. Every cell in has -mass .
Set
| (2.1) |
Thus , , , and . Choose once and for all a constant , depending only on , as guaranteed by Corollary 3.4, and take to be the least positive integer satisfying
| (2.2) |
Since is the least such integer and ,
| (2.3) |
Set
| (2.4) |
The choice of gives . Use
| (2.5) |
where , as justified in Lemma 6.1. Thus for the product-Chebyshev design and for the uniform design.
For , let , with membership interpreted according to the fixed boundary convention, and let . For the analysis, also set
The algorithm does not observe these two sets. Call the sample set good if every is positive and for every .
The algorithm first checks for an empty cell and, if one exists, returns without calling the LP oracle. Otherwise it defines the weighted LAD initializer by
| (2.6) |
The cell weight is , regardless of the location law.
For each cell fix a representative , for instance the observed location of its smallest-index sample. Let be the least nonnegative integer such that
| (2.7) |
For , let be any median of the residual labels
Here a median is any number for which at least half the observations lie on each weak side. Compute
| (2.8) |
On this branch it returns . Both objectives attain their minima, and any optimizer returned by the LP oracle is admissible: Corollary 3.4 makes the full-sample evaluation functional a norm, while Lemma 5.1 with does the same for representative evaluation. Details and LP sizes appear in Proposition 6.2. Consequently every input uses at most LP-oracle calls, and the no-empty-cell branch uses exactly .
3 Product-Chebyshev norming with arbitrary cell representatives
This section proves the deterministic norming inequality underlying the initializer. We lift to the torus, establish localized kernel bounds, and pass from arbitrary representatives to arbitrary finite multisets. The proofs are included here because this norming chain is the main new analytic ingredient.
For , write
| (3.1) |
Then is an even trigonometric polynomial of degree at most in each coordinate. Set and let be normalized Haar measure; product torus norms use . We use the conventions
After even -periodic extension, this normalization gives the exact identity
| (3.2) |
We first construct the localized reproducing kernel used in the arbitrary-representative estimate.
Lemma 3.1 (One-dimensional kernel bounds).
For every integer , let
be the Fejér kernel, with the quotient defined by continuous extension at , so . For every integer , set . Then
| (3.3) |
for an absolute constant .
Proof.
We first verify reproduction from the Fourier multipliers and then estimate the derivative directly in the spatial variable. For , the multiplier of is
and for it is . This proves reproduction on all frequencies , including the endpoints. Since and , the triangle inequality gives .
It remains to prove the derivative bound without a logarithmic loss. On , differentiating the finite Fourier expansion gives
For , differentiating the sine quotient and using gives
Both regions contribute after integration, so . Applying this estimate to completes the proof. ∎
Lemma 3.2 (Local supremum and endpoint Bernstein bounds).
There exists , depending only on , with the following property. Let be integers with , set , and let be a trigonometric polynomial on of degree at most in each coordinate. If is the product partition of with intervals of length in each coordinate, then
| (3.4) | ||||
| (3.5) |
Proof.
We first obtain a shift-uniform one-dimensional cell-supremum bound, then tensorize it, and finally differentiate one kernel factor. For every absolutely continuous periodic function and every interval of length ,
Summing over the torus intervals and applying Lemma 3.1 shows, uniformly in , that
| (3.6) |
where is an absolute constant and we used .
Lemma 3.3 (Arbitrary representatives).
There exists , depending only on , such that the following holds for all integers . For every , choose an arbitrary representative for each , and define on the fixed half-open partition to be constant on , with value . Then
| (3.7) |
The representatives may be adversarial; in particular, their coordinates may depend jointly on the full cell index.
Proof.
We transfer the representatives to angular coordinates, reflect them to the torus, and integrate a coordinatewise path estimate. For , map its representative to
Reflect the angular partition and these representatives evenly to . On each reflected product interval , let have the constant value . For , a coordinatewise line-segment path within gives
Integrating over all cells, using (3.4) for each , and then applying (3.5), we obtain
Choose . Up to measure-zero boundaries, decomposes into reflected copies of ; hence the normalized identity (3.2) applies equally to and . This proves (3.7). ∎
Corollary 3.4 (Arbitrary multisets in every cell).
Let be as in Lemma 3.3. For every , every integer , and every family of nonempty finite multisets , define
Here cardinalities and sums count multiplicity. Simultaneously for all and all such families,
| (3.8) |
Proof.
Remark 3.5 (Why a sufficiently fine grid is necessary).
In one dimension, take and let be the first-kind Chebyshev polynomial, defined by . For , let . The point belongs to and satisfies . Choosing these representatives makes every discrete value vanish although . Thus the constant oversampling required for a relative norming estimate cannot be replaced by the bare condition .
4 Signal-scale-independent weighted-LAD initialization
On the good event, arbitrary-multiset norming turns cellwise inlier majorities into a coercive LAD lower bound. An -to- inequality then gives an initializer whose tuning does not use the unknown signal or noise scale.
Proposition 4.1 (Coercive LAD bound and initialization).
On a good sample set, for every ,
| (4.1) |
Consequently, is coercive and attains its minimum. Every minimizer satisfies
| (4.2) |
Combining this with the -to- bound below gives
| (4.3) |
When , every LAD minimizer equals identically.
Proof.
We compare the objective at and , apply Corollary 3.4 separately to the inlier and outlier locations, and then convert the resulting bound to . Fix . For an inlier , the reverse triangle inequality gives
For an outlier, with no restriction on its label,
The accumulated noise term is at most
Thus summing the samplewise inequalities gives
| (4.4) |
Every is nonempty and . Since , applying Corollary 3.4 to the family of inlier-location multisets gives
| (4.5) |
For each cell, let be the multiset of its outlier locations when , and otherwise let consist of one arbitrary dummy point in . Cellwise,
for a nonempty this factors out , while for an empty the left side is zero. Applying Corollary 3.4 to the ’s yields
| (4.6) |
The coefficient is , proving (4.1). Since is a norm on the finite-dimensional space , its closed bounded sets are compact. Thus (4.1) makes every sublevel set of compact, and continuity gives existence of a minimizer. For any minimizer , substitute into (4.1) and use to obtain (4.2).
The following example shows that cellwise majority alone is insufficient. Take . Put two inliers at each of and , and one outlier at each of and . For , give the outliers labels from . Each cell has outlier fraction , but the weighted LAD objective is zero at and equals at . The condition (2.2) rules out exactly this type of concentration.
More generally, at zero noise the obstruction to weighted LAD is a nonzero direction whose weighted evaluation mass on the corrupted observations is at least its mass on the inliers: scaling the corrupted labels along that direction makes the truth non-unique or suboptimal. The coercive bound (4.1) excludes every such direction simultaneously: its right side is independent of the outlier-label magnitudes, while normalizes each cell separately.
5 Median refinement and contraction
We next convert the initializer bound into the target error. A cell-oscillation bound and a median-witness lemma yield a uniform one-step contraction, which is iterated a predetermined number of times.
Lemma 5.1 (Cell oscillation).
For every and every ,
| (5.1) |
Proof.
For the angular lift , the trigonometric Bernstein inequality in each coordinate gives . Two points in the same angular product cell differ by at most in each coordinate. Integrating along coordinatewise line segments gives (5.1). ∎
Lemma 5.2 (Median witness).
Let be a nonempty finite index set, let and for , where , and let satisfy . If and for every , then any median of has a witness such that
| (5.2) |
The witness need not be one of the sample locations .
Proof.
Let and . The median property gives , so choose and . Write , , , and . The noise bounds give the one-sided consequences
If either value already lies in , that location proves the claim. Otherwise and . The line segment from to lies in the rectangular cell, and continuity supplies a point on it at which . This continuity witness need not equal any . ∎
Proposition 5.3 (One-step contraction).
On a good sample set, let , , and define by (2.8). If , then
| (5.3) |
Proof.
The median witness first controls the target residual at an unknown point in each cell. Oscillation moves this control to the fixed representatives; minimax optimality and a second oscillation step then give a term , which we absorb.
The choice (2.2) gives . Iterating (5.3) and using (4.3),
| (5.5) |
Since ,
| (5.6) |
| (5.7) |
Equations (5.5)–(5.7) prove the target error on every good sample set. No step divides by ; at , Proposition 4.1 already gives . Moreover, after the good event is fixed the contraction is deterministic and uniform over , so reusing the same samples introduces no adaptive probability issue.
6 Probability, sample complexity, and computational scope
We now show that the good event holds with high probability, derive the two design-specific sample bounds, and delimit the exact-real LP-oracle complexity. The only design-dependent quantity is the least cell mass.
Lemma 6.1 (A good product grid).
Let be positive integers and . Suppose the locations are i.i.d., the indicators satisfy the independence assumptions of Section 1, and every has probability , where . With ,
| (6.1) |
makes the sample set good with probability at least .
Proof.
For a fixed cell, a Chernoff bound gives
Conditional on the selected locations and on , the outlier indicators in the cell are independent Bernoulli variables with means at most . Hoeffding’s inequality therefore gives
Consequently,
Let . Since , (6.1) bounds the two failure terms for each cell by and , respectively. A union bound over cells gives total failure at most . ∎
For product-Chebyshev locations, every cell has probability exactly
| (6.2) |
For the normalized uniform law, the smallest one-dimensional Chebyshev cell is an endpoint cell and has probability
| (6.3) |
Consequently, under the -dimensional uniform product distribution,
| (6.4) |
Combining Lemma 6.1 with (6.2) and (6.4) gives
| (6.5) |
For uniform designs, the conditional distribution inside a Chebyshev cell is not the Chebyshev law. No such assumption is used: Corollary 3.4 is deterministic and holds for every finite collection of locations in the cell. The design law affects only the occupancy probability.
Because , , and ,
Substitution in (6.5), followed by the deterministic analysis of Sections 4 and 5, proves the statistical and error claims in Theorem 1.1.
Proposition 6.2 (LP size and computational scope).
Let . On the no-empty-cell branch, the initializer LP has variables, residual constraints, and nonzero coefficients. Each of the refinement LPs has variables, constraints, and nonzero coefficients. Every input uses at most LP-oracle calls. For fixed , these combinatorial description sizes and all work outside the oracle calls are polynomial in .
Proof.
Introduce one nonnegative slack for each absolute residual in (2.6). For (2.8), introduce a variable and the two linear inequalities for each cell. Each residual constraint contains at most potentially nonzero coefficients in the dense monomial representation, which gives the stated description bounds.
The norming estimate proves coercivity for the first LP. For the second, suppose for every , and choose a maximizer . By Lemma 5.1, ; since , this forces . Thus representative evaluation defines a norm on . Finite-dimensional norm equivalence makes the translated minimax objective coercive, so both LP objectives attain their minima.
Since and ,
Moreover,
Assigning the samples to cells takes comparisons after the grid is formed. In each refinement, naive evaluation of all residuals takes arithmetic operations, and all cell medians can be found in comparisons, or in linear time by selection. Thus the work outside the LP-oracle calls is polynomial in .
The call budget and combinatorial LP structure contain no , signal magnitude, or additive tolerance. When , the call count is in particular independent of and . Numerical LP coefficients include the observed labels , however, so their values and encoding lengths may depend on label scale. As stated in Section 1, no end-to-end finite-precision guarantee is claimed. ∎
This completes the proof of Theorem 1.1.
7 Significance, related work, and limitations
We compare the theorem with prior upper and lower bounds, identify the source of the improved degree exponent, and delimit the result’s scope. Extensions and boundary cases are collected in Appendix A.
In the stated exact-real LP-oracle model, Theorem 1.1 attains the target rates posed in Remark 1.9 of the ESA version of Arora et al. [1]. Their optimal-degree scheme retains an additive accuracy parameter and a scale-dependent refinement count, whereas their scale-independent initializer uses a much finer grid. Product-Chebyshev cell weighting instead gives
so the refinement budget can be fixed in advance. The same coercive argument applies directly at ; exact recovery is not obtained by taking a limit as .
The quantitative improvement comes from changing the norm targeted by the initializer. Here denotes unnormalized Lebesgue measure on , and suppress positive constants that depend only on . With Lebesgue-volume cell weights, ESA Theorems 1.11–1.12 of Arora et al. [1] (Theorems 1.8–1.9 in arXiv v1) give
| (7.1) |
Thus a relative Lebesgue- proxy requires . In contrast, Lemma 3.3 directly gives
| (7.2) |
The remaining loss occurs only in the initializer’s -to- conversion. It therefore affects the logarithmic refinement count, not the grid size or the sample exponent.
The proof therefore separates deterministic norming from random occupancy. In angular coordinates, arbitrary cell representatives discretize with relative error , independently of the location law or the conditional distribution within a cell. The law enters only through the least cell probability: for Chebyshev sampling and for uniform sampling. This produces the and degree exponents, respectively.
For the lower-bound comparison, set . At constant success probability exceeding , fixed , and fixed , ESA Theorem 1.7 of Arora et al. [1] gives a constant , independent of , and the distribution-free lower bound . Thus the product-Chebyshev rate matches the known -dependence. Under uniform sampling, ESA Theorem 1.6 gives and a lower bound for every outlier rate, including zero. The uniform upper bound therefore has the optimal polynomial exponent in , up to the occupancy logarithm. These fixed-parameter comparisons do not assert joint optimality in the other parameters.
Earlier work on robust algebraic curve fitting and polynomial regression includes Arora and Khot [2], Guruswami and Zuckerman [9], Daltrophe et al. [5]. The closest algorithmic precedents are Kane et al. [11], who combine arbitrary Chebyshev-cell representatives, weighted LAD, and median refinement in one dimension, and Arora et al. [1], who extend robust regression to several variables. The latter’s scale-independent Lebesgue-weighted initializer requires . Our new step is the product-Chebyshev norming inequality for jointly chosen multivariate representatives, which gives the cellwise LAD bound at .
Adjacent robust-regression methods use different corruption models and loss criteria. Klivans et al. [12] allow adaptive replacement of complete covariate–label pairs under hypercontractivity and control population prediction loss. Diakonikolas et al. [7] treat strong contamination for general stochastic objectives and obtain approximate population critical points under gradient-regularity assumptions. Diakonikolas et al. [8] study Gaussian linear regression with full-pair replacement and Euclidean parameter error, while Prasad et al. [15] use robust gradient estimation for population-risk minimization under Huber contamination or heavy-tailed gradients. These settings and targets do not directly yield uniform recovery of a bounded-noise polynomial on a fixed cube under the present clean-design, label-corruption model.
These norming estimates are part of the Marcinkiewicz–Zygmund and Plancherel–Polya literature. Bounds for nonuniform grids and perturbed nodes are given in [16, 14]. De Marchi and Kroó [6] treat multivariate domains, using selected nodes and weights rather than arbitrary points in prescribed product cells. Other sampling-discretization results include [13, 4, 3], and Kämmerer [10] studies structured Chebyshev grids for noiseless reconstruction.
The argument does not settle the analogous arbitrary-representative question for unweighted Lebesgue ; in angular coordinates that norm carries the non-translation-invariant weight . This issue is unnecessary for Theorem 1.1, because the initializer may target even under uniform locations. The theorem also assumes independent random outlier support and an exact-real LP oracle; it does not provide an end-to-end finite-precision guarantee. The source-version detail behind the median witness is recorded in Section A.2.
In summary, weighting cells by their product-Chebyshev mass separates deterministic norming from distribution-dependent occupancy. It yields the and degree exponents without using as an algorithmic input, under the statistical and computational model stated above.
References
- [1] V. Arora, A. Bhattacharyya, M. Boban, V. Guruswami, and E. Kelman. Outlier robust multivariate polynomial regression. In 32nd Annual European Symposium on Algorithms (ESA 2024), volume 308 of LIPIcs, pages 12:1–12:17, 2024. doi:10.4230/LIPIcs.ESA.2024.12. Extended version: arXiv:2403.09465v1.
- [2] S. Arora and S. Khot. Fitting algebraic curves to noisy data. Journal of Computer and System Sciences, 67(2):325–340, 2003. doi:10.1016/S0022-0000(03)00012-6.
- [3] F. Dai, E. Kosov, and N. Murasko. Empirical approximation of norms. arXiv:2606.00347, 2026.
- [4] F. Dai, E. Kosov, and V. Temlyakov. Some improved bounds in sampling discretization of integral norms. Journal of Functional Analysis, 285(4):109951, 2023. doi:10.1016/j.jfa.2023.109951.
- [5] H. Daltrophe, S. Dolev, and Z. Lotker. Big data interpolation using functional representation. Acta Informatica, 55:213–225, 2018. doi:10.1007/s00236-016-0288-8.
- [6] S. De Marchi and A. Kroó. Marcinkiewicz–Zygmund type results in multivariate domains. Acta Mathematica Hungarica, 154(1):69–89, 2018. doi:10.1007/s10474-017-0769-4.
- [7] I. Diakonikolas, G. Kamath, D. Kane, J. Li, J. Steinhardt, and A. Stewart. SEVER: A robust meta-algorithm for stochastic optimization. In Proceedings of the 36th International Conference on Machine Learning, volume 97 of Proceedings of Machine Learning Research, pages 1596–1606, 2019. https://proceedings.mlr.press/v97/diakonikolas19a.html.
- [8] I. Diakonikolas, W. Kong, and A. Stewart. Efficient algorithms and lower bounds for robust linear regression. In Proceedings of the Thirtieth Annual ACM-SIAM Symposium on Discrete Algorithms, pages 2745–2754, 2019. doi:10.1137/1.9781611975482.170.
- [9] V. Guruswami and D. Zuckerman. Robust Fourier and polynomial curve fitting. In 2016 IEEE 57th Annual Symposium on Foundations of Computer Science (FOCS), pages 751–759, 2016. doi:10.1109/FOCS.2016.75.
- [10] L. Kämmerer. Constructing efficient spatial discretizations of spans of multivariate Chebyshev polynomials. arXiv:2406.03281, 2024.
- [11] D. Kane, S. Karmalkar, and E. Price. Robust polynomial regression up to the information theoretic limit. In 2017 IEEE 58th Annual Symposium on Foundations of Computer Science (FOCS), pages 391–402, 2017. doi:10.1109/FOCS.2017.43.
- [12] A. Klivans, P. K. Kothari, and R. Meka. Efficient algorithms for outlier-robust regression. In Proceedings of the 31st Conference on Learning Theory, volume 75 of Proceedings of Machine Learning Research, pages 1420–1430, 2018. https://proceedings.mlr.press/v75/klivans18a.html.
- [13] E. D. Kosov. Marcinkiewicz-type discretization of -norms under the Nikol’skii-type inequality assumption. Journal of Mathematical Analysis and Applications, 504(1):125358, 2021. doi:10.1016/j.jmaa.2021.125358.
- [14] J. Ortega-Cerdà and J. Saludes. Marcinkiewicz–Zygmund inequalities. Journal of Approximation Theory, 145(2):237–252, 2007. doi:10.1016/j.jat.2006.09.001.
- [15] A. Prasad, A. S. Suggala, S. Balakrishnan, and P. Ravikumar. Robust estimation via robust gradient estimation. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 82(3):601–627, 2020. doi:10.1111/rssb.12364.
- [16] K. V. Runovski and W. Sickel. Marcinkiewicz–Zygmund-type inequalities, trigonometric interpolation on non-uniform grids and unconditional Schauder bases in Besov spaces on the torus. Zeitschrift für Analysis und ihre Anwendungen, 16(3):669–687, 1997. doi:10.4171/ZAA/784.
Appendix A Boundary cases, source note, and extensions
This appendix records results that are useful for scope and reproducibility but are not needed in the main proof. None changes the parameter regime of Theorem 1.1.
A.1 Constant polynomials
The convention in Theorem 1.1 avoids the expression . When , the kernel construction is unnecessary: every polynomial is constant, and both the representative-norming error and cell-oscillation constant are zero. Taking , any weighted-LAD minimizer is a median of the labels. On the strict-majority event it lies in , and it equals when . A Chernoff bound makes this event hold with probability using samples under either design.
A.2 Source-version note for the median witness
Claim B.1 of arXiv:2403.09465v1 in Arora et al. [1] is correct, but the displayed proof in that version reverses the signs of the one-sided noise terms in its interval endpoints. The valid implications are precisely those used in Lemma 5.2; continuity then supplies a witness that need not be an observed sample location or correspond to an observed inlier residual.
A.3 Other design laws and polynomial spaces
For any i.i.d. design under which every Chebyshev cell has probability at least , the same estimator succeeds under the independent outlier model with samples. Conditioned on the good-grid event, the deterministic proof also permits any cellwise corruption pattern with outlier fraction at most ; independent indicators are used only to establish that event.
The theorem remains valid when is replaced by the space of polynomials of total degree at most . This is a linear subspace of , so every analytic and probabilistic estimate restricts to it; the sample bounds are unchanged and the coefficient dimension becomes .
For coordinate degrees and positive integers , the product-kernel proof gives
and the cell-oscillation factor is at most . Use in coordinate , with ; the path argument contributes , and the Bernstein bound contributes .
More abstractly, the proof separates four modules: arbitrary-multiset weighted norming, an -to- inequality, a compatible cell-oscillation bound, and a lower bound on cell probabilities. A global empirical margin or an algebraic error-locator could provide other routes, but neither is analyzed or used in Theorem 1.1.