paper-with-me

Papers

Even Simpler Deterministic Matrix Sketching

2022-02-03 · Edo Liberty

This paper provides a one-line proof of Frequent Directions (FD) for sketching streams of matrices. The simpler proof arises from sketching the covariance of the stream of matrices rather than the stream itself.

📄 PDF Abstract BibTeX arXiv:2202.01780

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Co-Occuring Directions Sketching for Approximate Matrix Multiply

2016-10-25 · Youssef Mroueh, Etienne Marcheret, Vaibhava Goel

We introduce co-occurring directions sketching, a deterministic algorithm for approximate matrix product (AMM), in the streaming model. We show that co-occuring directions achieves a better error bound for AMM than other…

Optimal Matrix Sketching over Sliding Windows

2024-05-13 · Hanyan Yin, Dongxie Wen, Jiajun Li, Zhewei Wei 외

Matrix sketching, aimed at approximating a matrix $\boldsymbol{A} \in \mathbb{R}^{N\times d}$ consisting of vector streams of length $N$ with a smaller sketching matrix $\boldsymbol{B} \in \mathbb{R}^{\ell\times d}, \ell…

Distributed Least Squares in Small Space via Sketching and Bias Reduction

2024-05-08 · Sachin Garg, Kevin Tan, Michał Dereziński

Matrix sketching is a powerful tool for reducing the size of large data matrices. Yet there are fundamental limitations to this size reduction when we want to recover an accurate estimator for a task such as least square…

Matrix Sketching in Bandits: Current Pitfalls and New Framework

2024-10-14 · Dongxie Wen, Hanyan Yin, Xiao Zhang, Zhewei Wei

The utilization of sketching techniques has progressively emerged as a pivotal method for enhancing the efficiency of online learning. In linear bandit settings, current sketch-based approaches leverage matrix sketching …

Revisiting Co-Occurring Directions: Sharper Analysis and Efficient Algorithm for Sparse Matrices

2020-09-05 · Luo Luo, Cheng Chen, Guangzeng Xie, Haishan Ye

We study the streaming model for approximate matrix multiplication (AMM). We are interested in the scenario that the algorithm can only take one pass over the data with limited memory. The state-of-the-art deterministic …