A Tighter Complexity Analysis of SparseGPT
Xiaoyu Li, Yingyu Liang, Zhenmei Shi, Zhao Song

TL;DR
This paper refines the complexity analysis of SparseGPT, reducing its theoretical running time from cubic to approximately quadratic, by leveraging advanced matrix multiplication exponents and analyzing lazy update behaviors.
Contribution
It provides a tighter, more precise complexity bound for SparseGPT's running time, improving upon previous analyses and applying to iterative maintenance problems.
Findings
Reduced SparseGPT complexity from O(d^3) to O(d^{2.53}) with current matrix multiplication exponents.
Introduced a generalized analysis framework for lazy update behaviors in iterative algorithms.
Demonstrated the applicability of the analysis to related problems in matrix maintenance.
Abstract
In this work, we improved the analysis of the running time of SparseGPT [Frantar, Alistarh ICML 2023] from to for any , where is the exponent of matrix multiplication. In particular, for the current [Alman, Duan, Williams, Xu, Xu, Zhou 2024], our running time boils down to . This running time is due to the analysis of the lazy update behavior in iterative maintenance problems such as [Deng, Song, Weinstein 2022; Brand, Song, Zhou ICML 2024].
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
TopicsHuman Mobility and Location-Based Analysis
