Improved Deterministic Length Reduction
Amihood Amir, Klim Efremenko, Oren Kapah, Ely Porat, Amir, Rothschild

TL;DR
This paper introduces a deterministic length reduction technique that accelerates sparse convolution algorithms to match the best randomized times, with improved preprocessing efficiency.
Contribution
The paper presents a new deterministic length reduction method that improves sparse convolution time complexity to match randomized algorithms, with faster preprocessing.
Findings
Achieves $O(n_1 \log^2 n_1)$ convolution time deterministically.
Maintains $O(n_1^2)$ preprocessing time for the technique.
Reduces preprocessing time for polynomial reduction from $O(n_1^4)$ to $O(n_1^3 ext{polylog}(n_1))$.
Abstract
This paper presents a new technique for deterministic length reduction. This technique improves the running time of the algorithm presented in \cite{LR07} for performing fast convolution in sparse data. While the regular fast convolution of vectors whose sizes are respectively, takes using FFT, using the new technique for length reduction, the algorithm proposed in \cite{LR07} performs the convolution in , where is the number of non-zero values in . The algorithm assumes that is given in advance, and is given in running time. The novel technique presented in this paper improves the convolution time to {\sl deterministically}, which equals the best running time given achieved by a {\sl randomized} algorithm. The preprocessing time of the new technique remains the same as the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Advanced Data Compression Techniques · Advanced Image and Video Retrieval Techniques
