REVIEW 2 major objections 7 minor 278 references
First robust polylog-space F_p estimation for all p in [0,2]
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · glm-5.2
2026-07-08 10:02 UTC pith:TZMGVZRT
load-bearing objection First (1+ε)-approximation for F_p (p in [0,2)) in adversarially robust turnstile streams; the convergence argument in Lemma 3.9 has a gap that needs explicit verification. the 2 major comments →
Adversarial Robustness for Small Frequency Moments and a Weak Equivalence Theorem for Turnstile Streams
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central discovery is that the estimator-corrector-learner framework, previously limited to F_2 estimation in Hilbert space, can be extended to all F_p moments for p in [0,2] by exploiting the existence of isometric embeddings from L_p into L_2. The algorithm operates entirely in the original space, estimating inner products in the embedded Hilbert space indirectly through F_p norm sketches, and using regularized regression to maintain bounded-coefficient iterates that converge to the target vector. This convergence argument, combined with a multi-scale stratification converting additive error to multiplicative error, yields the first (1+epsilon)-approximation for F_0 and all F_p (p in [0
What carries the argument
Isometric embedding of L_p into L_2 (Schoenberg/Robertson), enabling implicit Hilbert-space geometry via F_p sketch estimates of embedded inner products; regularized kernel ridge regression over adaptively discovered hard queries to maintain bounded-coefficient iterates; multi-scale stratification converting additive to multiplicative error; L_1 embeddability as the bridge between oblivious sketching and adversarial robustness (via the Andoni-Krauthgamer-Razenshteyn equivalence of sketching and embedding for norms)
Load-bearing premise
The convergence argument in Lemma 3.9 requires that each time the estimator is inaccurate, the potential measuring distance to the target decreases by a factor of (1 - O(eta^2)), where eta = epsilon/H. But the algorithm only has access to approximate values of this potential through F_p sketches, with estimation error of the same order Theta(eta^2 * A) as the progress made. The net progress per step is determined by constant-factor differences between these two quantities, so
What would settle it
Construct an adaptive adversary that forces the learner to update its iterate on queries where the estimation error in the projected vector is at the high end of its allowed range, so that the potential decreases by less than the error incurred, causing the list size to grow unboundedly and the space to exceed poly(1/epsilon, log n).
If this is right
- Any streaming statistic that can be reduced to F_p estimation for p in [0,2] now inherits adversarial robustness in the turnstile model, including entropy, EMD, k-median, and Bernstein-function losses.
- The weak equivalence theorem means that classical sketching lower bounds now transfer to the robust setting, and new robust algorithms imply new linear sketches, providing a bidirectional tool for proving impossibility results.
- The deterministic derandomization technique for EMD embeddings (concatenating over all grid shifts) may be applicable to other randomized embeddings that fail under adaptive inputs.
- The implicit embedding approach suggests a general recipe: whenever an isometric embedding into L_2 exists but is nonconstructive, one can still design robust algorithms by estimating embedded-space inner products through oblivious sketches in the original space.
Where Pith is reading between the lines
- The tightest part of the analysis is Lemma 3.9 (bounded list size), where the progress per learner update and the estimation error are both of order Theta(eta^2 * A). The paper asserts the constants work out, but the margin is thin: if the error in computing the projected iterate is slightly larger than the progress made, the list size could be unbounded, breaking the space bound. A cleaner separa
- The weak equivalence is stated for sub-multiplicative norms and uses an advice model for the (possibly nonconstructive) embedding matrix. Whether the advice can be removed or made efficient for specific norms beyond the explicit cases (EMD, total variation) remains open.
- The recursion depth H = O(log n) and the per-level error budget eta = epsilon/H suggest that the poly(1/epsilon, log n) space bound may have a high polynomial degree in 1/epsilon. Tightening the dependence on epsilon, perhaps through a more efficient recursion or a direct (non-recursive) estimator, would be a natural next step.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper studies adversarially robust streaming algorithms in the insertion-deletion (turnstile) model, where future updates may depend on past algorithm outputs. The main result (Theorem 1.2) establishes that for any constant p in [0,2] and any epsilon in (0,1), there exists an adversarially robust turnstile streaming algorithm that outputs a (1+epsilon)-approximation to the p-th frequency moment F_p at all times using poly(1/epsilon, log n) bits of space. This closes a significant gap: prior work achieved this guarantee only for p=2, while for p in [0,2) (including the distinct elements problem F_0), only constant-factor approximations were known in sublinear space. The approach generalizes the estimator-corrector-learner framework of prior work (GLW+26) to non-Hilbert spaces by using isometric embeddings of L_p into L_2, performing regularized kernel ridge regression over adaptively discovered hard queries, and carefully managing the recursion. The paper also establishes a weak equivalence theorem (Theorem 1.3) between classical oblivious sketching and adversarial robustness for sub-multiplicative norms, and gives applications to EMD, k-median clustering, entropy estimation, and Bernstein-function losses.
Significance. The central result—achieving (1+epsilon)-approximation for F_p (p in [0,2]) in the adversarially robust turnstile model with polylogarithmic space—is a substantial advance. The F_0 (distinct elements) case alone is a major open problem. The technical approach of implicitly simulating the estimator-corrector-learner framework in an embedded Hilbert space, without ever materializing the embedding, is novel and non-trivial. The recursion reduction (Lemma 3.1) that collapses O(L^2) potential recursive calls to a single one is a clean and important ingredient. The weak equivalence theorem (Theorem 1.3) provides a useful structural perspective. The applications to EMD, k-median, entropy, and Bernstein-function losses demonstrate the generality of the framework. The paper provides full pseudocode (Algorithms 1-4) and detailed proofs of the key lemmas.
major comments (2)
- Lemma 3.9 (Bounded list size), final paragraph: The convergence argument derives the multiplicative decrease ||y-y'||^2 <= (1 - eta^2/16) * ||y-w||^2 for the *exact* projection y' onto the augmented subspace. The algorithm, however, computes y' via GetIterate (Algorithm 4), which solves the regularized regression using approximate inner products from F_p sketches. The paper acknowledges this in the final paragraph: 'the argument above assumes that we compute the new projection y' exactly. However, Algorithm 1 computes distances to y' up to additive error Theta(epsilon^2 A / H^2).' This sentence conflates two distinct error sources: (a) the error in the algorithm's *estimate* of ||y-y'||^2 (which affects the corrector's decision), and (b) the error in y' *itself* due to solving the regression with approximate inner products (which affects the actual progress ||y - tilde{v}||^2). Source (b
- Theorem 1.3 (Weak equivalence), reverse direction: The proof of the reverse direction (robust to oblivious) is dispatched in a single sentence citing known results [LNW14, AHLW16, HLY19, JLY26]. However, these results typically show that turnstile streaming algorithms (under certain conditions) can be simulated by linear sketches, but the connection to the specific norm structure and the D-gap problem on the oblivious side is not made explicit. The theorem statement claims the resulting sketch achieves a D-approximation using O(s log n) bits, but the relationship between the robust algorithm's approximation factor D and the sketch's parameters is unclear from the cited results. A more detailed justification, even if standard, would strengthen this direction of the equivalence.
minor comments (7)
- Algorithm 1, line 14: The condition '(P_i + Q_i) in A_i ± 6i*epsilon/(100H)*A' uses ambiguous notation. It should specify whether this means |P_i + Q_i - A_i| <= 6i*epsilon*A/(100H) or something else. The same notation appears in Algorithm 2, line 6.
- Lemma 3.3, final inequality chain: The step from ||sum alpha_i f(q_i - q_L) - f(q_{L+1})||^2 <= ||v||^2 + O(A) + ||v||*O(sqrt(A)) to ||v||^2 + O(A) uses the bound ||v||^2 <= ||z||_p^p + O(A) from Lemma 2.5, but the intermediate step involving ||v||*O(sqrt(A)) is dropped without explicit justification. This should be made explicit.
- Section 1.2.1: The Hadamard code example is insightful but the transition from it to the embedding-based approach is somewhat abrupt. A sentence explicitly stating that the embedding into L_2 resolves the issue (because the L_2 geometry allows Pythagorean-type arguments) would help the reader.
- Lemma 3.6: The statement conditions on 'v being a fixed iterate vector in block C_{i,j} at level i, at a fixed time in the stream, conditioned on the previous times.' The precise meaning of 'conditioned on the previous times' could be stated more formally (e.g., conditioned on the sigma-algebra generated by the algorithm's randomness and adversary's choices up to this point).
- The space complexity analysis at the end of Theorem 1.2's proof sets B = O(1/eta^2 * log n) and H = O(log n), yielding log(1/delta) = O(1/eta^6 * log^4 n). A brief remark on how the final poly(1/epsilon, log n) bound emerges from these parameters (since eta = epsilon/H = epsilon/O(log n)) would aid verification.
- The paper uses both 'EstDot' (in the description following Lemma 2.4) and 'DotEst' (in Figure 1 and Algorithm 3) for the same subroutine. Pick one name.
- Reference [GLW+26] is cited as appearing in STOC 2026. If this is a forthcoming publication, please ensure the bibliographic details are complete and correct upon finalization.
Simulated Author's Rebuttal
We thank the referee for the careful reading and the positive assessment of our contributions. The referee raises two major comments, both concerning proof details: one about the convergence argument in Lemma 3.9 (Bounded list size) and one about the reverse direction of Theorem 1.3 (Weak equivalence). We address both below and will revise the manuscript accordingly.
read point-by-point responses
-
Referee: Lemma 3.9 (Bounded list size), final paragraph: The convergence argument derives the multiplicative decrease ||y-y'||^2 <= (1 - eta^2/16) * ||y-w||^2 for the *exact* projection y' onto the augmented subspace. The algorithm, however, computes y' via GetIterate (Algorithm 4), which solves the regularized regression using approximate inner products from F_p sketches. The paper acknowledges this in the final paragraph but conflates two distinct error sources: (a) the error in the algorithm's *estimate* of ||y-y'||^2 (which affects the corrector's decision), and (b) the error in y' *itself* due to solving the regression with approximate inner products (which affects the actual progress ||y - tilde{v}||^2).
Authors: The referee is correct that the final paragraph of Lemma 3.9 does not adequately distinguish between the two error sources (a) and (b), and that a more careful argument is needed. We will revise this paragraph to separate the two concerns and address each explicitly. revision: yes
-
Referee: Theorem 1.3 (Weak equivalence), reverse direction: The proof of the reverse direction (robust to oblivious) is dispatched in a single sentence citing known results [LNW14, AHLW16, HLY19, JLY26]. However, these results typically show that turnstile streaming algorithms (under certain conditions) can be simulated by linear sketches, but the connection to the specific norm structure and the D-gap problem on the oblivious side is not made explicit. The theorem statement claims the resulting sketch achieves a D-approximation using O(s log n) bits, but the relationship between the robust algorithm's approximation factor D and the sketch's parameters is unclear from the cited results. A more detailed justification, even if standard, would strengthen this direction of the equivalence.
Authors: The referee is right that the reverse direction is dispatched too briefly. We will expand the proof to make the connection between the robust algorithm's approximation factor D and the resulting sketch's parameters explicit, rather than relying on a single citation. revision: yes
Circularity Check
No significant circularity; self-citation to [GLW+26] provides structural framework but central technical content is independent
full rationale
The paper builds on the estimator-corrector-learner framework of [GLW+26] (overlapping authors), but this citation provides a structural template rather than a result that makes the current claims true by construction. The central technical contributions — implicit isometric embeddings into L₂ via Schoenberg's theorem (Theorem 2.1, citing [Sch38, Sch35, Rob24] with no author overlap), regularized kernel ridge regression in sketch space (Algorithm 4, Lemma 3.4–3.5), the recursive decomposition reducing to a single squared-norm (Lemma 3.1), and the convergence analysis via Pythagorean theorem in the embedded space (Lemma 3.9) — are genuinely new and do not reduce to the F₂ result of [GLW+26]. The oblivious F_p sketches (Theorem 2.3) cite [Ind06, Li08, KNW10a, KNW10b, KNPW11] with no author overlap. The weak equivalence theorem (Theorem 1.3) relies on [AKR18] (no author overlap) for the forward direction and on [LNW14, AHLW16, HLY19, JLY26] for the reverse direction. Lemma 4.15 cites [GLW+26] for a non-robust Bernstein-function streaming algorithm, but this provides only the estimator subroutine; the robust guarantee comes from the new embedding and framework. No step in the derivation chain reduces to its own inputs by definition or by self-citation. The convergence argument in Lemma 3.9 has a potential correctness gap (approximation error Θ(η²A) vs. progress Θ(η²A)), but this is a rigor concern, not circularity — the output is not defined in terms of the input by construction.
Axiom & Free-Parameter Ledger
free parameters (5)
- ε =
input parameter
- ν = ν₀√A where ν₀ = O(ε²/(H²√L)) =
O(ε²/(H²√L))
- H = O(log n) =
O(log n)
- B = O(1/η² log n) =
O(H²/ε² · log n)
- K = O(1/ε log n) =
O(1/ε log n)
axioms (5)
- standard math Existence of isometric embeddings of L_p into Hilbert space (Theorem 2.1, citing [Sch38, Sch35, Rob24])
- standard math Oblivious F_p sketches achieve (1+ε)-approximation in O(1/ε² log²n) space (Theorem 2.3, citing [Ind06, Li08, KNW10a, KNW10b, KNPW11])
- domain assumption Sketching and embedding are equivalent for norms (Theorem 4.2, citing [AKR18])
- domain assumption Bounded computation paths argument for robustness (used in proof of Theorem 1.2)
- domain assumption Frequency vector entries bounded by poly(n) (implicit throughout)
invented entities (1)
-
Implicit embedded iterate v = Σα_i·f(q_i) (no pre-image in original space)
no independent evidence
read the original abstract
We study adversarially robust algorithms for insertion-deletion (turnstile) streams, where future updates may depend on past algorithm outputs. While recent work achieved a robust $(1+\epsilon)$-approximation for the second moment $F_2$ in polylogarithmic space, achieving high accuracy for other frequency moments remained a major open question; for $p\in[0,2)$, including the fundamental distinct elements problem ($F_0$), only constant-factor approximations were known in sublinear space. We close this gap, showing that $(1+\epsilon)$-approximate robustness can be achieved in polylogarithmic space for all $p\in[0,2]$. Our approach generalizes the estimator-corrector-learner framework to non-Hilbert spaces by dynamically maintaining implicit isometric embeddings into $L_2$ and performing regularized kernel ridge regression over adaptively discovered hard queries, yielding the first insertion-deletion algorithms that approximate: (1) the $p$-th frequency moment $F_p$ up to a $(1+\epsilon)$-factor in poly$(1/\epsilon, \log n)$ space for all $p\in[0,2]$, including the support size $F_0$, (2) metric and information-theoretic quantities, including the Earth Mover Distance (EMD) and $k$-median clustering cost over $[\Delta]^d$ up to an $O(d \log \Delta)$-factor, and the Shannon entropy up to an $\epsilon$-additive error, and (3) non-normed symmetric losses defined by Bernstein functions up to a $(1+\epsilon)$-factor. For the $F_p$ moments, our algorithm is optimal up to poly$(1/\epsilon, \log n)$ factors. Furthermore, we establish a weak equivalence between classical oblivious sketching and adversarial robustness. We prove that for any sub-multiplicative norm, the existence of an efficient classical linear sketch is equivalent to the existence of an efficient robust turnstile algorithm, up to polynomial factors, formalizing $L_1$ embeddability as the fundamental mechanism governing both models.
Figures
Reference graph
Works this paper leans on
-
[1]
STOC 2021 Workshop , title =
work page 2021
-
[2]
Turnstile Streaming Algorithms Might (Still) as Well Be Linear Sketches, for Polynomial-Length Streams , author =. 2026 , eprint=
work page 2026
-
[3]
FOCS 2023 Workshop , title =
work page 2023
-
[4]
EnCORE Workshop , title =
- [5]
-
[6]
Omri Ben-Eliezer and Sandeep Silwal and Krzysztof Onak , title =. CoRR , volume =
-
[7]
Classical Banach spaces II: function spaces , author=. 2013 , publisher=
work page 2013
-
[8]
Kane and Jelani Nelson and Ely Porat and David P
Daniel M. Kane and Jelani Nelson and Ely Porat and David P. Woodruff , title =. Proceedings of the 43rd
- [9]
-
[10]
Bulletin of the Malaysian Mathematical Sciences Society , volume=
Negative type and bi-lipschitz embeddings into Hilbert space , author=. Bulletin of the Malaysian Mathematical Sciences Society , volume=. 2024 , publisher=
work page 2024
-
[11]
Transactions of the American Mathematical Society , volume=
Metric spaces and positive definite functions , author=. Transactions of the American Mathematical Society , volume=. 1938 , publisher=
work page 1938
-
[12]
Shiyuan Feng and William Swartworth and David P. Woodruff , title =. 52nd International Colloquium on Automata, Languages, and Programming,
-
[13]
Proceedings of the 57th Annual
Mark Braverman and Or Zamir , title =. Proceedings of the 57th Annual
-
[14]
Vladimir Braverman and Emanuele Viola and David P. Woodruff and Lin F. Yang , title =. 45th International Colloquium on Automata, Languages, and Programming,
-
[15]
Approximation, Randomization, and Combinatorial Optimization
Vladimir Braverman and Jonathan Katzman and Charles Seidell and Gregory Vorsanger , title =. Approximation, Randomization, and Combinatorial Optimization. Algorithms and Techniques,
-
[16]
Woodruff and Samson Zhou , title =
Rajesh Jayaram and David P. Woodruff and Samson Zhou , title =. Proc
-
[17]
33rd Computational Complexity Conference,
Sampath Kannan and Elchanan Mossel and Swagato Sanyal and Grigory Yaroslavtsev , title =. 33rd Computational Complexity Conference,
-
[18]
Proccedings of the 52nd Annual
John Kallaugher and Eric Price , title =. Proccedings of the 52nd Annual
-
[19]
Nick Littlestone , title =. Mach. Learn. , volume =
-
[20]
Procopiuc and Divesh Srivastava and Thanh T
Graham Cormode and Cecilia M. Procopiuc and Divesh Srivastava and Thanh T. L. Tran , title =. 15th International Conference on Database Theory,
-
[21]
Alexander Wei , title =
-
[22]
Thomas Dybdahl Ahle , title =. 58th
-
[23]
Rasmus Pagh , title =
-
[24]
Eyal Kushilevitz and Rafail Ostrovsky and Yuval Rabani , title =
-
[25]
Proceedings of the Thirtieth Annual
Piotr Indyk and Rajeev Motwani , title =. Proceedings of the Thirtieth Annual
-
[26]
Robert Krauthgamer and James R. Lee , title =. Proceedings of the Fifteenth Annual
-
[27]
Kakade and John Langford , title =
Alina Beygelzimer and Sham M. Kakade and John Langford , title =. Machine Learning, Proceedings of the Twenty-Third International Conference
-
[28]
Karger and Matthias Ruhl , title =
David R. Karger and Matthias Ruhl , title =. Proceedings on 34th Annual
- [29]
- [30]
-
[31]
Computational geometry algorithms and applications , author=. 2008 , publisher=
work page 2008
-
[32]
Eric Price and Zhao Song and David P. Woodruff , title =. 44th International Colloquium on Automata, Languages, and Programming,
-
[33]
Mark Dilman and Danny Raz , title =
-
[34]
Brian Babcock and Chris Olston , title =. Proceedings of the 2003
work page 2003
-
[35]
Andrej Bogdanov and Alon Rosen and Neekon Vafa and Vinod Vaikuntanathan , title =. CoRR , volume =
-
[36]
Yi Li and Huy L. Nguyen and David P. Woodruff , title =. Symposium on Theory of Computing,
-
[37]
Yuqing Ai and Wei Hu and Yi Li and David P. Woodruff , title =. 31st Conference on Computational Complexity,
-
[38]
Crouch and Andrew McGregor and Daniel M
Michael S. Crouch and Andrew McGregor and Daniel M. Stubbs , title =. Algorithms -
-
[39]
The best constants in the Khintchine inequality , author=. Studia Mathematica , volume=. 1981 , publisher=
work page 1981
-
[40]
Ilya Mironov and Moni Naor and Gil Segev , title =
-
[41]
Cameron Musco and Christopher Musco , title =. Advances in Neural Information Processing Systems 28: Annual Conference on Neural Information Processing Systems , pages =
-
[42]
13th Innovations in Theoretical Computer Science Conference,
Boaz Menuhin and Moni Naor , title =. 13th Innovations in Theoretical Computer Science Conference,
-
[43]
Theory of Cryptography - 20th International Conference,
Moni Naor and Noa Oved , title =. Theory of Cryptography - 20th International Conference,
-
[44]
Gilbert and Brett Hemenway and Martin J
Anna C. Gilbert and Brett Hemenway and Martin J. Strauss and David P. Woodruff and Mary Wootters , title =
-
[45]
Gilbert and Brett Hemenway and Atri Rudra and Martin J
Anna C. Gilbert and Brett Hemenway and Atri Rudra and Martin J. Strauss and Mary Wootters , title =. 2012 Information Theory and Applications Workshop,
work page 2012
-
[46]
Dmitrii Avdiukhin and Slobodan Mitrovic and Grigory Yaroslavtsev and Samson Zhou , title =. Proceedings of the 25th
-
[47]
Proceedings of the 35th International Conference on Machine Learning,
Ehsan Kazemi and Morteza Zadimoghaddam and Amin Karbasi , title =. Proceedings of the 35th International Conference on Machine Learning,
-
[48]
Streaming Robust Submodular Maximization:
Slobodan Mitrovic and Ilija Bogunovic and Ashkan Norouzi. Streaming Robust Submodular Maximization:. Advances in Neural Information Processing Systems 30: Annual Conference on Neural Information Processing Systems , pages =
-
[49]
Mathematical Programming , volume=
Robust monotone submodular function maximization , author=. Mathematical Programming , volume=. 2018 , publisher=
work page 2018
- [50]
- [51]
-
[52]
Eric Price and David P. Woodruff , title =. Proceedings of the Twenty-Fourth Annual
-
[53]
Deanna Needell and William Swartworth and David P. Woodruff , title =. 63rd
-
[54]
William Swartworth and David P. Woodruff , title =. Proceedings of the 55th Annual
-
[55]
Conference modern analysis and probability, 1984 , pages=
Extensions of Lipschitz mapping into Hilbert space , author=. Conference modern analysis and probability, 1984 , pages=
work page 1984
-
[56]
David P. Woodruff , title =. Found. Trends Theor. Comput. Sci. , volume =
-
[57]
Graham Cormode and S. Muthukrishnan , title =. J. Algorithms , volume =
-
[58]
Nicholas J. A. Harvey and Jelani Nelson and Krzysztof Onak , title =. 49th Annual
-
[59]
Meghal Gupta and Mihir Singhal and Hongxun Wu , title =. 65th
-
[60]
Shunhua Jiang and Binghui Peng and Omri Weinstein , title =. 64th
-
[61]
Cohen and Cameron Musco and Jakub Pachocki , title =
Michael B. Cohen and Cameron Musco and Jakub Pachocki , title =. Theory Comput. , volume =
-
[62]
Derivations for linear algebra and optimization. 2007 , author=. URL: http://web. stanford. edu/\
work page 2007
-
[63]
Woodruff and Taisuke Yasuda , title =
David P. Woodruff and Taisuke Yasuda , title =. Proceedings of the 2023
work page 2023
-
[64]
Varadarajan and Xin Xiao , title =
Kasturi R. Varadarajan and Xin Xiao , title =. Proceedings of the Twenty-Third Annual
- [65]
-
[66]
A new coreset framework for clustering , booktitle =
Vincent Cohen. A new coreset framework for clustering , booktitle =
-
[67]
Unmasking Vulnerabilities: Cardinality Sketches under Adaptive Inputs , author=. 2024 , eprint=
work page 2024
-
[68]
Improved Coresets for Euclidean k-Means , booktitle =
Vincent Cohen. Improved Coresets for Euclidean k-Means , booktitle =
-
[69]
Towards optimal lower bounds for k-median and k-means coresets , booktitle =
Vincent Cohen. Towards optimal lower bounds for k-median and k-means coresets , booktitle =
-
[70]
Kenneth L. Clarkson and David P. Woodruff , title =. Symposium on Theory of Computing Conference, STOC , pages =
-
[71]
Cohen and Cameron Musco and Christopher Musco , title =
Michael B. Cohen and Cameron Musco and Christopher Musco , title =. Proceedings of the Twenty-Eighth Annual
-
[72]
Fast approximation of matrix coherence and statistical leverage , journal =
Petros Drineas and Malik Magdon. Fast approximation of matrix coherence and statistical leverage , journal =
-
[73]
Petros Drineas and Michael W. Mahoney and S. Muthukrishnan , title =. Proceedings of the Seventeenth Annual
-
[74]
Cohen and Richard Peng , title =
Michael B. Cohen and Richard Peng , title =. Proceedings of the Forty-Seventh Annual
-
[75]
Woodruff and Samson Zhou , title =
Vladimir Braverman and Petros Drineas and Cameron Musco and Christopher Musco and Jalaj Upadhyay and David P. Woodruff and Samson Zhou , title =. 61st
-
[76]
Lingxiao Huang and Nisheeth K. Vishnoi , title =. Proccedings of the 52nd Annual
-
[77]
International Conference on Machine Learning,
Murad Tukan and Samson Zhou and Alaa Maalouf and Daniela Rus and Vladimir Braverman and Dan Feldman , title =. International Conference on Machine Learning,
-
[78]
7th International Conference on Learning Representations,
Cenk Baykal and Lucas Liebenwein and Igor Gilitschenski and Dan Feldman and Daniela Rus , title =. 7th International Conference on Learning Representations,
-
[79]
8th International Conference on Learning Representations,
Ben Mussay and Margarita Osadchy and Vladimir Braverman and Samson Zhou and Dan Feldman , title =. 8th International Conference on Learning Representations,
-
[80]
Theory and Applications of Models of Computation, 16th International Conference,
Murad Tukan and Cenk Baykal and Dan Feldman and Daniela Rus , title =. Theory and Applications of Models of Computation, 16th International Conference,
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.