paper-with-me

Papers

On Importance of Pruning and Distillation for Efficient Low Resource NLP

2024-09-21 · Aishwarya Mirashi, Purva Lingayat, Srushti Sonavane, Tejas Padhiyar, Raviraj Joshi, Geetanjali Kale

The rise of large transformer models has revolutionized Natural Language Processing, leading to significant advances in tasks like text classification. However, this progress demands substantial computational resources, escalating training duration, and expenses with larger model sizes. Efforts have been made to downsize and accelerate English models (e.g., Distilbert, MobileBert). Yet, research in this area is scarce for low-resource languages. In this study, we explore the case of the low-resource Indic language Marathi. Leveraging the marathi-topic-all-doc-v2 model as our baseline, we implement optimization techniques to reduce computation time and memory usage. Our focus is on enhancing the efficiency of Marathi transformer models while maintaining top-tier accuracy and reducing computational demands. Using the MahaNews document classification dataset and the marathi-topic-all-doc-v2 model from L3Cube, we apply Block Movement Pruning, Knowledge Distillation, and Mixed Precision methods individually and in combination to boost efficiency. We demonstrate the importance of strategic pruning levels in achieving desired efficiency gains. Furthermore, we analyze the balance between efficiency improvements and environmental impact, highlighting how optimized model architectures can contribute to a more sustainable computational ecosystem. Implementing these techniques on a single GPU system, we determine that the optimal configuration is 25\% pruning + knowledge distillation. This approach yielded a 2.56x speedup in computation time while maintaining baseline accuracy levels.

📄 PDF Abstract BibTeX arXiv:2409.14162

Code (0)

등록된 구현이 없습니다.

Tasks

Document ClassificationGPUKnowledge Distillationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Movement Pruning Movement Pruning is a simple, deterministic first-order weight pruning method that is more adaptive to pretrained model fine-tuning. Magnitude pruning can be seen as utilizing…
Pruning 설명 없음
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.…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Teacher-Guided One-Shot Pruning via Context-Aware Knowledge Distillation

2025-11-20 · Md. Samiul Alim, Sharjil Khan, Amrijit Biswas, Fuad Rahman 외 arxiv

Unstructured pruning remains a powerful strategy for compressing deep neural networks, yet it often demands iterative train-prune-retrain cycles, resulting in significant computational overhead. To address this challenge…

Knowledge DistillationImage Classification

Fine-tune Before Structured Pruning: Towards Compact and Accurate Self-Supervised Models for Speaker Diarization

2025-05-30 · Jiangyu Han, Federico Landini, Johan Rohdin, Anna Silnova 외

Self-supervised learning (SSL) models like WavLM can be effectively utilized when building speaker diarization systems but are often large and slow, limiting their use in resource constrained scenarios. Previous studies …

GPUKnowledge DistillationSelf-Supervised Learningspeaker-diarization+1

Pluggable Pruning with Contiguous Layer Distillation for Diffusion Transformers

2025-11-20 · Jian Ma, Qirong Peng, Xujie Zhu, Peixing Xie 외 arxiv

Diffusion Transformers (DiTs) have shown exceptional performance in image generation, yet their large parameter counts incur high computational costs, impeding deployment in resource-constrained settings. To address this…

Image Generation

Comb, Prune, Distill: Towards Unified Pruning for Vision Model Compression

2024-08-06 · Jonas Schmitt, Ruiping Liu, Junwei Zheng, Jiaming Zhang 외

Lightweight and effective models are essential for devices with limited resources, such as intelligent vehicles. Structured pruning offers a promising approach to model compression and efficiency enhancement. However, ex…

image-classificationImage ClassificationKnowledge DistillationModel Compression+1

Lightweight Alpha Matting Network Using Distillation-Based Channel Pruning

2022-10-14 · Donggeun Yoon, Jinsun Park, Donghyeon Cho

Recently, alpha matting has received a lot of attention because of its usefulness in mobile applications such as selfies. Therefore, there has been a demand for a lightweight alpha matting model due to the limited comput…

Image MattingSemantic Segmentation