A Tighter Complexity Analysis of SparseGPT

Abstract

In this work, we improved the analysis of the running time of SparseGPT [Frantar, Alistarh ICML 2023] from O(d3) to O(dω + d2+a+o(1) + d1+ω(1,1,a)-a) for any a ∈ [0, 1], where ω is the exponent of matrix multiplication. In particular, for the current ω ≈ 2.371 [Alman, Duan, Williams, Xu, Xu, Zhou 2024], our running time boils down to O(d2.53). 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].

0

Discussion (0)

Sign in to join the discussion.

Loading comments…