Prox Boosts LLM Inference Speed with Training-Free FFN Sparsity

Jinyi Liu, Wei Chen, Pengyu Chen, Xinyi Yuan, Minghe Bai, Guoquan Wu, Jun Wei· July 31, 2026 View original

Key takeaways

  • FFNs are a major bottleneck in LLM inference.
  • Prox is a training-free method for FFN activation sparsity.
  • It uses approximate intermediate-channel salience for effective channel selection.
  • Prox achieves significant decoding speedups (up to 1.99x) with minimal quality loss.

Who benefits

AI DevelopmentCloud ComputingData CentersSoftware Development

Summary

Researchers introduce Prox, a two-stage, training-free framework that significantly improves the inference speed of large language models by applying activation sparsity to Feed-Forward Networks (FFNs). Prox leverages an approximate intermediate-channel salience signal to achieve high sparsity with minimal model quality degradation.

This paper introduces Prox, an innovative training-free framework designed to enhance the efficiency of large language model (LLM) inference by introducing sparsity in Feed-Forward Networks (FFNs). FFNs are a major bottleneck in LLM computation and memory usage, making them a prime target for optimization. Existing training-free sparsity methods often compromise model quality at high sparsity levels due to ineffective channel selection. Prox addresses this by recognizing that the SwiGLU intermediate state provides a strong signal for channel selection, even if its exact values are computationally expensive to obtain. The framework operates in two stages: first, it uses input sparsity and quantized proxy weights to construct a shared channel mask. Second, it computes only the selected channels precisely, enabling sparse execution across all three projections within the FFN. Evaluated across ten LLMs from six different families, Prox consistently outperformed other training-free baselines across all sparsity levels. It achieved up to a 1.99x end-to-end decoding speedup at 70% FFN sparsity, demonstrating compatibility with other optimization techniques like quantization and sparse attention.

Why it matters

Prox offers a practical and effective way to significantly reduce the computational cost and memory footprint of LLM inference, making large models more accessible and faster to deploy without requiring extensive retraining.

How to implement this in your domain

  1. 1Evaluate Prox for optimizing the inference performance of deployed or in-development LLMs.
  2. 2Integrate Prox into existing LLM serving infrastructure to reduce GPU memory consumption and latency.
  3. 3Compare Prox's performance and quality trade-offs against other sparsity and quantization techniques.
  4. 4Explore combining Prox with other inference optimizations to achieve maximum speedups.

Original post by Jinyi Liu, Wei Chen, Pengyu Chen, Xinyi Yuan, Minghe Bai, Guoquan Wu, Jun Wei

"arXiv:2607.27591v1 Announce Type: new Abstract: Feed-forward networks (FFNs) dominate memory traffic and computation in large language model (LLM) inference, making them a primary target for activation sparsification. However, existing training-free methods suffer substantial mod…"

View on X

Originally posted by Jinyi Liu, Wei Chen, Pengyu Chen, Xinyi Yuan, Minghe Bai, Guoquan Wu, Jun Wei on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses