paper-with-me

Papers

NutePrune: Efficient Progressive Pruning with Numerous Teachers for Large Language Models

2024-02-15 · Shengrui Li, Junzhe Chen, Xueting Han, Jing Bai

The considerable size of Large Language Models (LLMs) presents notable deployment challenges, particularly on resource-constrained hardware. Structured pruning, offers an effective means to compress LLMs, thereby reducing storage costs and enhancing inference speed for more efficient utilization. In this work, we study data-efficient and resource-efficient structure pruning methods to obtain smaller yet still powerful models. Knowledge Distillation is well-suited for pruning, as the intact model can serve as an excellent teacher for pruned students. However, it becomes challenging in the context of LLMs due to memory constraints. To address this, we propose an efficient progressive Numerous-teacher pruning method (NutePrune). NutePrune mitigates excessive memory costs by loading only one intact model and integrating it with various masks and LoRA modules, enabling it to seamlessly switch between teacher and student roles. This approach allows us to leverage numerous teachers with varying capacities to progressively guide the pruned model, enhancing overall performance. Extensive experiments across various tasks demonstrate the effectiveness of NutePrune. In LLaMA-7B zero-shot experiments, NutePrune retains 97.17% of the performance of the original model at 20% sparsity and 95.07% at 25% sparsity. Our code is available at https://github.com/Lucius-lsr/NutePrune.

📄 PDF Abstract BibTeX arXiv:2402.09773

Code (1)

lucius-lsr/nuteprune 공식 구현

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

PMQ-VE: Progressive Multi-Frame Quantization for Video Enhancement

2025-05-18 · Zhanfeng Feng, Long Peng, Xin Di, Yong Guo 외

Multi-frame video enhancement tasks aim to improve the spatial and temporal resolution and quality of video sequences by leveraging temporal information from multiple frames, which are widely used in streaming video proc…

QuantizationVideo Enhancement

Progressive Gradient Pruning for Classification, Detection and DomainAdaptation

2019-06-20 · Le Thanh Nguyen-Meidine, Eric Granger, Madhu Kiran, Louis-Antoine Blais-Morin 외

Although deep neural networks (NNs) have achievedstate-of-the-art accuracy in many visual recognition tasks,the growing computational complexity and energy con-sumption of networks remains an issue, especially for ap-pli…

ClassificationGeneral Classificationobject-detectionObject Detection

Distilling the Knowledge in Data Pruning

2024-03-12 · Emanuel Ben-Baruch, Adam Botach, Igor Kviatkovsky, Manoj Aggarwal 외

With the increasing size of datasets used for training neural networks, data pruning becomes an attractive field of research. However, most current data pruning algorithms are limited in their ability to preserve accurac…

Knowledge Distillation

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…

Progressive Correspondence Pruning by Consensus Learning

2021-01-03 · ICCV 2021 10 · Chen Zhao, Yixiao Ge, Feng Zhu, Rui Zhao 외

Correspondence selection aims to correctly select the consistent matches (inliers) from an initial set of putative correspondences. The selection is challenging since putative matches are typically extremely unbalanced, …

Camera Pose EstimationDenoisingPose EstimationRetrieval