COEC Improves LLM Pruning Accuracy with Orthogonal Compensation

Peiqi Yu, Nam Ling, Wei Wang, Wei Jiang· August 24, 2026 View original

Key takeaways

  • COEC is a new training-free method for compensating performance loss after LLM structured pruning.
  • It uses alternating left and right orthogonal rotations and singular value rescaling.
  • COEC significantly improves perplexity and zero-shot accuracy across various LLMs.
  • It enables more effective and accurate deployment of smaller, pruned LLMs.

Who benefits

AI/ML DevelopmentCloud ComputingEdge AISoftware DevelopmentTech

Summary

COEC (Calibrated Orthogonal-Equivalence Compensation) is a new training-free framework for structured pruning of Large Language Models (LLMs) that significantly recovers performance loss. It applies alternating left and right orthogonal rotations to retained weights, optimizing on a Stiefel manifold and rescaling singular values, outperforming existing compensation methods across various LLM families and sparsity levels.

Structured pruning is a technique used to reduce the size and inference cost of Large Language Models (LLMs) by removing weight columns. However, this process often leads to a degradation in model accuracy due to output error. Existing compensation methods, which typically add a bias or apply a single orthogonal rotation, are limited because they don't modify the input singular frame of the retained weights. A new training-free compensation framework called COEC (Calibrated Orthogonal-Equivalence Compensation) addresses this limitation. COEC applies alternating left and right orthogonal rotations to the retained weight, with the right rotation optimized on a reduced Stiefel manifold. It also rescales singular values using generalized cross-validation to determine the regularization strength for each layer. COEC further enhances compensation by tempering the calibration Gram matrix to reduce the influence of high-energy activation directions and introduces an alignment penalty to preserve the geometric relationship between adjacent attention projections. All these components rely on second-order statistics from a small calibration set, requiring no backpropagation or retraining. Experiments on Llama-3, Llama-3.1, and Qwen2.5 models showed that COEC consistently improves perplexity and zero-shot accuracy over other compensation methods, especially at higher sparsity levels, demonstrating its effectiveness in recovering performance after pruning.

Why it matters

COEC offers a significant advancement in making large language models more efficient and cost-effective for deployment by recovering performance lost during structured pruning, enabling wider adoption of smaller, faster LLMs.

How to implement this in your domain

  1. 1Integrate COEC into your LLM structured pruning pipelines to improve post-pruning model accuracy.
  2. 2Benchmark COEC against current training-free compensation methods on your specific LLM architectures and tasks.
  3. 3Experiment with different sparsity levels to determine the optimal balance between model size reduction and performance recovery using COEC.
  4. 4Develop internal guidelines for applying COEC, considering its independence from the column pruning criterion, to various pruning strategies.

Original post by Peiqi Yu, Nam Ling, Wei Wang, Wei Jiang

"arXiv:2608.21142v1 Announce Type: new Abstract: Structured pruning reduces the size and inference cost of large language models (LLMs) by removing weight columns, but the resulting output error can degrade accuracy. Existing training-free compensation methods use an additive bias…"

View on X

Originally posted by Peiqi Yu, Nam Ling, Wei Wang, Wei Jiang on X · view source

Want to go deeper?

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

Explore courses

More in AI Engineering & DevTools