POP: Online Structural Pruning Enables Efficient Inference of Large Foundation Models
Yi Chen, Wonjin Shin, Shuhong Liu, Tho Mai, Jeongmo Lee, Chuanbo Hua, Kun Wang, Jun Liu, Joo-Young Kim
TL;DR
POP presents a practical online structural pruning framework that leverages contextual sparsity during autoregressive decoding by partitioning FFN channels into Retained, Candidate, and Pruned regions established at a prefilling pass. During decoding, only the Candidate region is evaluated to produce a context-conditioned mask, enabling fine-grained adaptation with minimal overhead and no offline calibration. Empirical results across dense LLMs, MoEs, and VLMs show POP consistently improves accuracy over state-of-the-art pruning methods while delivering meaningful latency reductions and modest FLOPs overhead. The method’s plug-and-play nature and robust performance across modalities underscore the importance of dynamic pruning decisions aligned with generation context for efficient, scalable inference of large foundation models.
Abstract
Large foundation models (LFMs) achieve strong performance through scaling, yet current structural pruning methods derive fixed pruning decisions during inference, overlooking sparsity patterns that emerge in the autoregressive token generation. In this paper, we propose POP (Partition-guided Online Pruning), an efficient online structural pruning framework that enables context-conditioned dynamic pruning with minimal computational overhead. POP partitions model channels into retained, candidate, and pruned regions, where prefilling defines a coarse pruning partition, and the decoding stage generates a fine-grained mask within the candidate region, avoiding full-channel re-evaluation. The coarse pruning partition preserves consistently important weights, while the fine-grained masking provides context-conditioned variation during decoding. Moreover, POP is a lightweight, plug-and-play method that requires no preprocessing, including offline calibration, retraining, or learning predictors. Extensive evaluations across diverse LFMs, including large language models (LLMs), mixture-of-experts models (MoEs), and vision-language models (VLMs), demonstrate that POP consistently delivers higher accuracy than existing pruning approaches while incurring smaller computational overhead and minimizing inference latency.
