Skip to main content

Showing 1–10 of 10 results for author: Kacham, P

.
  1. arXiv:2406.02910  [pdf, other

    cs.DS

    High-Dimensional Geometric Streaming for Nearly Low Rank Data

    Authors: Hossein Esfandiari, Vahab Mirrokni, Praneeth Kacham, David P. Woodruff, Peilin Zhong

    Abstract: We study streaming algorithms for the $\ell_p$ subspace approximation problem. Given points $a_1, \ldots, a_n$ as an insertion-only stream and a rank parameter $k$, the $\ell_p$ subspace approximation problem is to find a $k$-dimensional subspace $V$ such that $(\sum_{i=1}^n d(a_i, V)^p)^{1/p}$ is minimized, where $d(a, V)$ denotes the Euclidean distance between $a$ and $V$ defined as… ▽ More

    Submitted 5 June, 2024; originally announced June 2024.

    Comments: ICML 2024

  2. arXiv:2403.20307  [pdf, ps, other

    cs.DS

    Optimal Communication for Classic Functions in the Coordinator Model and Beyond

    Authors: Hossein Esfandiari, Praneeth Kacham, Vahab Mirrokni, David P. Woodruff, Peilin Zhong

    Abstract: In the coordinator model of communication with $s$ servers, given an arbitrary non-negative function $f$, we study the problem of approximating the sum $\sum_{i \in [n]}f(x_i)$ up to a $1 \pm \varepsilon$ factor. Here the vector $x \in R^n$ is defined to be $x = x(1) + \cdots + x(s)$, where $x(j) \ge 0$ denotes the non-negative vector held by the $j$-th server. A special case of the problem is whe… ▽ More

    Submitted 29 March, 2024; originally announced March 2024.

    Comments: 52 pages. To appear in STOC 2024

  3. arXiv:2311.17281  [pdf, ps, other

    cs.DS cs.IT

    Lower Bounds on Adaptive Sensing for Matrix Recovery

    Authors: Praneeth Kacham, David P Woodruff

    Abstract: We study lower bounds on adaptive sensing algorithms for recovering low rank matrices using linear measurements. Given an $n \times n$ matrix $A$, a general linear measurement $S(A)$, for an $n \times n$ matrix $S$, is just the inner product of $S$ and $A$, each treated as $n^2$-dimensional vectors. By performing as few linear measurements as possible on a rank-$r$ matrix $A$, we hope to construct… ▽ More

    Submitted 19 February, 2024; v1 submitted 28 November, 2023; originally announced November 2023.

    Comments: Fixed minor typos

  4. arXiv:2310.01655  [pdf, other

    cs.LG

    PolySketchFormer: Fast Transformers via Sketching Polynomial Kernels

    Authors: Praneeth Kacham, Vahab Mirrokni, Peilin Zhong

    Abstract: The quadratic time and memory complexity inherent to self-attention mechanisms, with respect to sequence length, presents a critical computational bottleneck in the training and deployment of large-scale Transformer-based language models. Recent theoretical results indicate the intractability of sub-quadratic softmax attention approximation under reasonable complexity assumptions. This paper addre… ▽ More

    Submitted 17 March, 2024; v1 submitted 2 October, 2023; originally announced October 2023.

    Comments: Added results of more experiments. Added a link to our JAX implementation of models

  5. arXiv:2304.06853  [pdf, ps, other

    cs.DS

    Pseudorandom Hashing for Space-bounded Computation with Applications in Streaming

    Authors: Praneeth Kacham, Rasmus Pagh, Mikkel Thorup, David P. Woodruff

    Abstract: We revisit Nisan's classical pseudorandom generator (PRG) for space-bounded computation (STOC 1990) and its applications in streaming algorithms. We describe a new generator, HashPRG, that can be thought of as a symmetric version of Nisan's generator over larger alphabets. Our generator allows a trade-off between seed length and the time needed to compute a given block of the generator's output. H… ▽ More

    Submitted 4 January, 2024; v1 submitted 13 April, 2023; originally announced April 2023.

    Comments: Minor writing improvements

  6. arXiv:2212.00642  [pdf, other

    cs.LG cs.DS

    Sub-quadratic Algorithms for Kernel Matrices via Kernel Density Estimation

    Authors: Ainesh Bakshi, Piotr Indyk, Praneeth Kacham, Sandeep Silwal, Samson Zhou

    Abstract: Kernel matrices, as well as weighted graphs represented by them, are ubiquitous objects in machine learning, statistics and other related fields. The main drawback of using kernel methods (learning and inference using kernel matrices) is efficiency -- given $n$ input points, most kernel-based algorithms need to materialize the full $n \times n$ kernel matrix before performing any subsequent comput… ▽ More

    Submitted 1 December, 2022; originally announced December 2022.

  7. arXiv:2204.06653  [pdf, other

    cs.DS cs.LG

    Sketching Algorithms and Lower Bounds for Ridge Regression

    Authors: Praneeth Kacham, David P. Woodruff

    Abstract: We give a sketching-based iterative algorithm that computes a $1+\varepsilon$ approximate solution for the ridge regression problem $\min_x \|Ax-b\|_2^2 +λ\|x\|_2^2$ where $A \in R^{n \times d}$ with $d \ge n$. Our algorithm, for a constant number of iterations (requiring a constant number of passes over the input), improves upon earlier work (Chowdhury et al.) by requiring that the sketching matr… ▽ More

    Submitted 16 June, 2022; v1 submitted 13 April, 2022; originally announced April 2022.

    Comments: To appear at ICML 2022

  8. arXiv:2107.08090  [pdf, ps, other

    cs.DS cs.LG

    Near-Optimal Algorithms for Linear Algebra in the Current Matrix Multiplication Time

    Authors: Nadiia Chepurko, Kenneth L. Clarkson, Praneeth Kacham, David P. Woodruff

    Abstract: In the numerical linear algebra community, it was suggested that to obtain nearly optimal bounds for various problems such as rank computation, finding a maximal linearly independent subset of columns (a basis), regression, or low-rank approximation, a natural way would be to resolve the main open question of Nelson and Nguyen (FOCS, 2013). This question is regarding the logarithmic factors in the… ▽ More

    Submitted 2 November, 2021; v1 submitted 16 July, 2021; originally announced July 2021.

    Comments: Accepted to SODA 2022

  9. arXiv:2011.04564  [pdf, ps, other

    cs.DS

    Reduced-Rank Regression with Operator Norm Error

    Authors: Praneeth Kacham, David P. Woodruff

    Abstract: A common data analysis task is the reduced-rank regression problem: $$\min_{\textrm{rank-}k \ X} \|AX-B\|,$$ where $A \in \mathbb{R}^{n \times c}$ and $B \in \mathbb{R}^{n \times d}$ are given large matrices and $\|\cdot\|$ is some norm. Here the unknown matrix $X \in \mathbb{R}^{c \times d}$ is constrained to be of rank $k$ as it results in a significant parameter reduction of the solution when… ▽ More

    Submitted 30 June, 2021; v1 submitted 9 November, 2020; originally announced November 2020.

    Comments: 38 pages. To appear at COLT 2021

  10. arXiv:1912.12003  [pdf, other

    cs.DS

    Dimensionality Reduction for Sum-of-Distances Metric

    Authors: Zhili Feng, Praneeth Kacham, David P. Woodruff

    Abstract: We give a dimensionality reduction procedure to approximate the sum of distances of a given set of $n$ points in $R^d$ to any "shape" that lies in a $k$-dimensional subspace. Here, by "shape" we mean any set of points in $R^d$. Our algorithm takes an input in the form of an $n \times d$ matrix $A$, where each row of $A$ denotes a data point, and outputs a subspace $P$ of dimension $O(k^{3}/ε^6)$ s… ▽ More

    Submitted 24 June, 2021; v1 submitted 27 December, 2019; originally announced December 2019.

    Comments: 27 pages, 2 figures. To appear at ICML 2021