paper-with-me

Papers

Parameter-Efficient Fine-Tuning with Layer Pruning on Free-Text Sequence-to-Sequence Modeling

2023-05-15 · Yunqi Zhu, Xuebing Yang, Yuanyuan Wu, Wensheng Zhang

The increasing size of language models raises great research interests in parameter-efficient fine-tuning such as LoRA that freezes the pre-trained model, and injects small-scale trainable parameters for multiple downstream tasks (e.g., summarization, question answering and translation). To further enhance the efficiency of fine-tuning, we propose a framework that integrates LoRA and structured layer pruning. The integrated framework is validated on two created deidentified medical report summarization datasets based on MIMIC-IV-Note and two public medical dialogue datasets. By tuning 0.6% parameters of the original model and pruning over 30% Transformer-layers, our framework can reduce 50% of GPU memory usage and speed up 100% of the training phase, while preserving over 92% generation qualities on free-text sequence-to-sequence tasks.

📄 PDF Abstract BibTeX arXiv:2305.08285

Code (1)

zhuyunqi96/LoraLPrun 공식 구현 pytorch

Tasks

Dialogue GenerationGPUparameter-efficient fine-tuningQuestion Answering

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Adapter 설명 없음
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…

Similar Papers 제목 키워드 기반

Towards Data-free and Training-free Compression for Speech Foundation Models Using Parameter Clustering

2026-06-10 · Haoning Xu, Zhaoqing Li, Huimeng Wang, Youjun Chen 외 arxiv

This paper presents a novel data-free and training-free compression approach for speech foundation models using channelwise clustering via k-means. More fine-grained, mixed sparsity pruning by layer-level varying number …

INTERLACE: Interleaved Layer Pruning and Efficient Adaptation in Large Vision-Language Models

2025-11-24 · Parsa Madinei, Ryan Solgi, Ziqi Wen, Jonathan Skaza 외 arxiv

We introduce INTERLACE, a novel framework that prunes redundant layers in VLMs while maintaining performance through sample-efficient finetuning. Existing layer pruning methods lead to significant performance drop when a…

Structural Anchor Pruning: Training-Free Multi-Vector Compression for Visual Document Retrieval

2026-01-27 · Zhuchenyang Liu, Ziyu Hu, Yao Zhang, Yu Xiao arxiv

Recent Vision-Language Models (e.g., ColPali) enable fine-grained Visual Document Retrieval (VDR) but incur prohibitive multi-vector index storage overhead. Existing training-free pruning methods either rely on heuristic…

ICE-Pruning: An Iterative Cost-Efficient Pruning Pipeline for Deep Neural Networks

2025-05-12 · Wenhao Hu, Paul Henderson, José Cano

Pruning is a widely used method for compressing Deep Neural Networks (DNNs), where less relevant parameters are removed from a DNN model to reduce its size. However, removing parameters reduces model accuracy, so pruning…

Few Sample Knowledge Distillation for Efficient Network Compression

2018-12-05 · CVPR 2020 6 · Tianhong Li, Jianguo Li, Zhuang Liu, Chang-Shui Zhang

Deep neural network compression techniques such as pruning and weight tensor decomposition usually require fine-tuning to recover the prediction accuracy when the compression ratio is high. However, conventional fine-tun…

Knowledge DistillationNetwork PruningNeural Network CompressionTensor Decomposition