LGAIPFMay 15

Ghosted Layers: Unconstrained Activation Alignment for Recovering Layer-Pruned LLMs

arXiv:2605.1549155.5
Predicted impact top 31% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners deploying layer-pruned LLMs, this method offers a simple, training-free fix to recover performance degradation without additional fine-tuning.

Ghosted Layers introduces a training-free recovery module that solves a boundary activation alignment problem via a closed-form optimal linear operator, consistently improving accuracy and perplexity over prior training-free baselines across multiple LLMs and pruning strategies.

Layer pruning removes entire Transformer decoder blocks from large language models, but introduces a mismatch between the hidden state received by the next surviving layer and the distribution it was trained to process, leading to significant performance degradation. We propose Ghosted Layers, a training-free recovery module that addresses this issue by solving a boundary activation alignment problem. Our method derives a closed-form optimal linear operator from a small calibration set to reconstruct the activation discrepancy introduced by the pruned layers. We show that this solution corresponds to the unconstrained optimum of the alignment objective, whereas existing methods are restricted to constrained solutions over limited operator subspaces. Experiments across multiple LLM backbones and pruning strategies demonstrate that our method consistently improves accuracy and perplexity over prior training-free baselines, while preserving the efficiency gains of layer pruning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes