paper-with-me

홈 › Papers

COMPACT: Common-token Optimized Model Pruning Across Channels and Tokens

2025-09-08 · Eugene Kwek, Wenpeng Yin arxiv

Making large language models (LLMs) more efficient in memory, latency, and serving cost is crucial for edge deployment, interactive applications, and sustainable inference at scale. Pruning is a promising technique, but existing pruning methods are limited: width pruning often breaks the standard transformer layout, requiring custom inference code, while depth pruning can cause abrupt accuracy drops. Also, while many pruning approaches are effective against LLMs, they struggle to maintain performance on small language models (SLMs). In this work, we propose COMPACT, which jointly (i) prunes rare vocabulary to shrink embedding/LM head layers and (ii) prunes FFN intermediate channels using common-token-weighted activations, aligning importance with the post-pruning token distribution. COMPACT inherits strengths of both depth and width pruning, such as: deployment-friendliness (keeps a standard transformer architecture), scale-adaptivity (trade off vocab. vs. FFN pruning), competitive pruning times, and strong memory savings alongside throughput gains. Experiments across Qwen, LLaMA, and Gemma families (0.5B-70B) show state-of-the-art downstream performance, with substantial reductions in parameters, GPU memory, and latency.

📄 PDF Abstract BibTeX arXiv:2509.06836

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Infor-Coef: Information Bottleneck-based Dynamic Token Downsampling for Compact and Efficient language model

2023-05-21 · Wenxi Tan

The prevalence of Transformer-based pre-trained language models (PLMs) has led to their wide adoption for various natural language processing tasks. However, their excessive overhead leads to large latency and computatio…

Language ModelingLanguage Modelling

VFlowOpt: A Token Pruning Framework for LMMs with Visual Information Flow-Guided Optimization

2025-08-07 · Sihan Yang, Runsen Xu, Chenhang Cui, Tai Wang 외 arxiv

Large Multimodal Models (LMMs) excel in visual-language tasks by leveraging numerous visual tokens for fine-grained visual information, but this token redundancy results in significant computational costs. Previous resea…

TF3-RO-50M: Training Compact Romanian Language Models from Scratch on Synthetic Moral Microfiction

2026-01-15 · Mihai Dan Nadas, Laura Diosan, Andreea Tomescu, Andrei Piscoran arxiv

Recent advances in synthetic data generation have shown that compact language models can be trained effectively when the underlying corpus is structurally controlled and linguistically coherent. However, for morphologica…

Synthetic Data GenerationKnowledge Distillation

LAST: The Last Query Token Guides Visual Token Pruning for Edge-Cloud Collaborative MLLM Inference

2026-07-30 · Feng Yang, Xinrui Ju, Keyang Zhang, Xiandong Meng 외 arxiv

Multimodal foundation models are reshaping edge-cloud visual intelligence from task-specific feature pipelines into token-based interfaces, where edge devices encode visual inputs into tokens for a general-purpose cloud …

ResPrune: Text-Conditioned Subspace Reconstruction for Visual Token Pruning in Large Vision-Language Models

2026-03-22 · Xu Li, Yi Zheng, Yuxuan Liang, Zhe Liu 외 arxiv

Large Vision-Language Models (LVLMs) rely on dense visual tokens to capture fine-grained visual information, but processing all these tokens incurs substantial computational and memory overhead during inference. To addre…