paper-with-me

홈 › Papers

Rethinking Pruning Large Language Models: Benefits and Pitfalls of Reconstruction Error Minimization

2024-06-21 · Sungbin Shin, Wonpyo Park, Jaeho Lee, Namhoon Lee

This work suggests fundamentally rethinking the current practice of pruning large language models (LLMs). The way it is done is by divide and conquer: split the model into submodels, sequentially prune them, and reconstruct predictions of the dense counterparts on small calibration data one at a time; the final model is obtained simply by putting the resulting sparse submodels together. While this approach enables pruning under memory constraints, it generates high reconstruction errors. In this work, we first present an array of reconstruction techniques that can significantly reduce this error by more than $90\%$. Unwittingly, however, we discover that minimizing reconstruction error is not always ideal and can overfit the given calibration data, resulting in rather increased language perplexity and poor performance at downstream tasks. We find out that a strategy of self-generating calibration data can mitigate this trade-off between reconstruction and generalization, suggesting new directions in the presence of both benefits and pitfalls of reconstruction for pruning LLMs.

📄 PDF Abstract BibTeX arXiv:2406.15524

Code (1)

log-postech/rethinking-llm-pruning 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Cascade Weight Shedding in Deep Neural Networks: Benefits and Pitfalls for Network Pruning

2021-03-19 · Kambiz Azarian, Fatih Porikli

We report, for the first time, on the cascade weight shedding phenomenon in deep neural networks where in response to pruning a small percentage of a network's weights, a large percentage of the remaining is shed over a …

Network Pruning

Rethinking Table Pruning in TableQA: From Sequential Revisions to Gold Trajectory-Supervised Parallel Search

2026-01-07 · Yu Guo, Shenghao Ye, Shuangwu Chen, Zijian Wen 외 arxiv

Table Question Answering (TableQA) benefits significantly from table pruning, which extracts compact sub-tables by eliminating redundant cells to streamline downstream reasoning. However, existing pruning methods typical…

Question Answering

Pruning All-Rounder: Rethinking and Improving Inference Efficiency for Large Vision Language Models

2024-12-09 · Wei Suo, Ji Ma, Mengyang Sun, Lin Yuanbo Wu 외

Although Large Vision-Language Models (LVLMs) have achieved impressive results, their high computational cost poses a significant barrier to wider application. To enhance inference efficiency, most existing approaches de…

AllSelf-Supervised Learning

Rethinking Visual Dependency in Long-Context Reasoning for Large Vision-Language Models

2024-10-25 · Yucheng Zhou, Zhi Rao, Jun Wan, Jianbing Shen

Large Vision-Language Models (LVLMs) excel in cross-model tasks but experience performance declines in long-context reasoning due to overreliance on textual information and reduced visual dependency. In this study, we em…

OmniSelect: Dynamic Modality-Aware Token Compression for Efficient Omni-modal Large Language Models

2026-05-18 · Morunliu Yang, Ruotao Xu, Le Li, Yue Wang 외 arxiv

Omnimodal large language models (OmniLLMs) have recently gained increasing attention for unified audio-video understanding. However, processing long multimodal token sequences introduces substantial computational overhea…