paper-with-me

Papers

Pruning Pretrained Encoders with a Multitask Objective

2021-12-10 · Patrick Xia, Richard Shin

The sizes of pretrained language models make them challenging and expensive to use when there are multiple desired downstream tasks. In this work, we adopt recent strategies for model pruning during finetuning to explore the question of whether it is possible to prune a single encoder so that it can be used for multiple tasks. We allocate a fixed parameter budget and compare pruning a single model with a multitask objective against the best ensemble of single-task models. We find that under two pruning strategies (element-wise and rank pruning), the approach with the multitask objective outperforms training models separately when averaged across all tasks, and it is competitive on each individual one. Additional analysis finds that using a multitask objective during pruning can also be an effective method for reducing model sizes for low-resource tasks.

📄 PDF Abstract BibTeX arXiv:2112.05705

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Performance-aware Approximation of Global Channel Pruning for Multitask CNNs

2023-03-21 · Hancheng Ye, Bo Zhang, Tao Chen, Jiayuan Fan 외

Global channel pruning (GCP) aims to remove a subset of channels (filters) across different layers from a deep model without hurting the performance. Previous works focus on either single task model pruning or simply ada…

Model Compression

Pruning-aware Loss Functions for STOI-Optimized Pruned Recurrent Autoencoders for the Compression of the Stimulation Patterns of Cochlear Implants at Zero Delay

2025-02-04 · Reemt Hinrichs, Jörn Ostermann

Cochlear implants (CIs) are surgically implanted hearing devices, which allow to restore a sense of hearing in people suffering from profound hearing loss. Wireless streaming of audio from external devices to CI signal p…

Pruning-Aware Merging for Efficient Multitask Inference

2019-05-23 · Xiaoxi He, Dawei Gao, Zimu Zhou, Yongxin Tong 외

Many mobile applications demand selective execution of multiple correlated deep learning inference tasks on resource-constrained platforms. Given a set of deep neural networks, each pre-trained for a single task, it is d…

Network Pruning

What Language Model Architecture and Pretraining Objective Work Best for Zero-Shot Generalization?

2022-04-12 · Thomas Wang, Adam Roberts, Daniel Hesslow, Teven Le Scao 외

Large pretrained Transformer language models have been shown to exhibit zero-shot generalization, i.e. they can perform a wide variety of tasks that they were not explicitly trained on. However, the architectures and pre…

DecoderLanguage ModelingLanguage ModellingMasked Language Modeling+1

DiSparse: Disentangled Sparsification for Multitask Model Compression

2022-06-09 · CVPR 2022 1 · Xinglong Sun, Ali Hassani, Zhangyang Wang, Gao Huang 외

Despite the popularity of Model Compression and Multitask Learning, how to effectively compress a multitask model has been less thoroughly analyzed due to the challenging entanglement of tasks in the parameter space. In …

modelModel Compression