Optimal Approximate Matrix Multiplication over Sliding Window
Haoming Xian, Qintian Guo, Jun Zhang, Sibo Wang

TL;DR
This paper introduces SO-COD, an efficient algorithm for approximate matrix multiplication over sliding windows in streaming data, achieving optimal space complexity and practical accuracy in both normalized and unnormalized data settings.
Contribution
The paper presents SO-COD, a novel sliding-window algorithm for approximate matrix multiplication with optimal space complexity, improving efficiency over existing methods.
Findings
Achieves optimal space complexity in normalized setting.
Matches theoretical lower bounds in unnormalized setting.
Demonstrates effective performance on synthetic and real datasets.
Abstract
Matrix multiplication is a core operation in numerous applications, yet its exact computation becomes prohibitively expensive as data scales, especially in streaming environments where timeliness is critical. In many real-world scenarios, data arrives continuously, making it essential to focus on recent information via sliding windows. While existing approaches offer approximate solutions, they often suffer from suboptimal space complexities when extended to the sliding-window setting. In this work, we introduce SO-COD, a novel algorithm for approximate matrix multiplication (AMM) in the sliding-window streaming setting, where only the most recent data is retained for computation. Inspired by frequency estimation over sliding windows, our method tracks significant contributions, referred to as snapshots, from incoming data and efficiently updates them as the window advances. Given…
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
TopicsDigital Image Processing Techniques · Stochastic Gradient Optimization Techniques · Matrix Theory and Algorithms
