Output-Space Allocation Costs for Calibration-Guided LLM Compression: An Empirical Study

📅 2026-06-26
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Existing training-free compression methods for large language models suffer from suboptimal performance due to a misalignment between the allocation cost in weight space and the output reconstruction objective. This work presents the first empirical investigation into how allocation costs defined in output space influence compression efficacy. We propose aligning the allocation cost—formulated as a multiple-choice knapsack problem—from weight space to output space, integrating sparse dictionary decomposition with an output reconstruction objective calibrated on representative data. Evaluated on Qwen3-8B at 50% compression, our method yields a 0.8 percentage point average improvement in zero-shot accuracy (with marginal gains at lower compression ratios) while revealing a trade-off between accuracy and perplexity, as perplexity increases by 16%.
📝 Abstract
Training-free compression methods for large language models (LLMs) often use calibration data to guide compression decisions. ROCKET, a recent method combining sparse-dictionary factorization with multi-choice knapsack problem (MCKP) allocation, derives its per-layer factorization from an output reconstruction objective but uses weight-space Frobenius error as the MCKP allocation cost. We investigate whether aligning the allocation cost with the output-space objective improves compressed model fidelity. On Qwen3-8B at 50\% compression, our ROCKET-ActCost achieves +0.8 percentage points higher average accuracy across 8 zero-shot benchmarks (53.1\% vs 52.3\%), but increases WikiText perplexity by 16\% (61.46 vs 52.98). This accuracy-perplexity tradeoff reveals that different allocation objectives favor different downstream metrics. The high correlation ($>$0.99) between weight-space and output-space errors limits allocation divergence, explaining the modest effect size. On Llama-3.2-1B at 20\% compression, the two methods produce near-identical results (53.3\% vs 53.5\% accuracy, 14.45 vs 14.66 PPL), suggesting that the effect of the cost function is minor at lower compression ratios.
Problem

Research questions and friction points this paper is trying to address.

LLM compression
calibration-guided
allocation cost
output-space reconstruction
accuracy-perplexity tradeoff
Innovation

Methods, ideas, or system contributions that make the work stand out.

output-space allocation
LLM compression
calibration-guided
MCKP
training-free