paper-with-me

홈 › Papers

AutoCompress: Critical Layer Isolation for Efficient Transformer Compression

2026-04-04 · Archit Thorat arxiv

We present AutoCompress, a transformer compression method motivated by an empirical finding: in small transformers, Layer 0 carries disproportionately high task-critical information, with an NTK-based importance score of 3.6 compared to a maximum of 0.054 for all other layers -- a gap of over 60x. Based on this finding, we propose Critical Layer Isolation (CLI), an architecture that protects Layer 0 at full dimensionality, compresses all intermediate layers through a learned bottleneck, and restores the full dimension at the final layer. Applied to GPT-2 Medium (354.8M parameters), CLI-GPT2 achieves 204.5 perplexity on WikiText-103 with only 143.8M parameters -- a 2.47x compression ratio and 59.5% parameter reduction. Crucially, an ablation study demonstrates that a uniform bottleneck baseline of comparable size achieves only 571.8 perplexity under identical training conditions, confirming that the architectural decision to protect Layer 0 -- rather than simply reducing model size -- is the primary driver of performance. Code and checkpoints are publicly available.

📄 PDF Abstract BibTeX arXiv:2604.22786

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AutoCompress: An Automatic DNN Structured Pruning Framework for Ultra-High Compression Rates

2019-07-06 · Ning Liu, Xiaolong Ma, Zhiyuan Xu, Yanzhi Wang 외

Structured weight pruning is a representative model compression technique of DNNs to reduce the storage and computation requirements and accelerate inference. An automatic hyperparameter determination process is necessar…

Deep Reinforcement LearningHeuristic SearchModel CompressionReinforcement Learning

Adapting Language Models to Compress Contexts

2023-05-24 · Alexis Chevalier, Alexander Wettig, Anirudh Ajith, Danqi Chen

Transformer-based language models (LMs) are powerful and widely-applicable tools, but their usefulness is constrained by a finite context window and the expensive computational cost of processing long text documents. We …

In-Context LearningLanguage ModelingLanguage ModellingPassage Re-Ranking+2

GeoPair: Geometry-Preserving Cross-Layer Factorization for Training-Free Transformer Compression

2026-09-22 · Baher Mohammad, Ammar Ali, Stamatios Lefkimmiatis hf

Transformer architectures exhibit cross-layer redundancies, yet post-training compression pipelines typically optimize layers in isolation or rely on heuristic grouping strategies that disregard layer-specific activation…

Complementary Attention Head Pruning for Efficient Transformers

2026-06-17 · Yaniv Livertovsky, Shahar Somin, Gonen Singer arxiv

The remarkable success of Transformer-based models in natural language processing stems from architectural scaling, which leads to a large number of parameters and hinders deployment in resource-constrained environments.…

Modular Transformers: Compressing Transformers into Modularized Layers for Flexible Efficient Inference

2023-06-04 · Wangchunshu Zhou, Ronan Le Bras, Yejin Choi

Pre-trained Transformer models like T5 and BART have advanced the state of the art on a wide range of text generation tasks. Compressing these models into smaller ones has become critically important for practical use. C…

DecoderKnowledge DistillationModel CompressionNeural Network Compression+2