paper-with-me

Papers

Jointly Reparametrized Multi-Layer Adaptation for Efficient and Private Tuning

2023-05-30 · Umang Gupta, Aram Galstyan, Greg Ver Steeg

Efficient finetuning of pretrained language transformers is becoming increasingly prevalent for solving natural language processing tasks. While effective, it can still require a large number of tunable parameters. This can be a drawback for low-resource applications and training with differential-privacy constraints, where excessive noise may be introduced during finetuning. To this end, we propose a novel language transformer finetuning strategy that introduces task-specific parameters in multiple transformer layers. These parameters are derived from fixed random projections of a single trainable vector, enabling finetuning with significantly fewer parameters while maintaining performance. We achieve within 5% of full finetuning performance on GLUE tasks with as few as 4,100 parameters per task, outperforming other parameter-efficient finetuning approaches that use a similar number of per-task parameters. Besides, the random projections can be precomputed at inference, avoiding additional computational latency. All these make our method particularly appealing for low-resource applications. Finally, our method achieves the best or comparable utility compared to several recent finetuning methods when training with the same privacy constraints, underscoring its effectiveness and potential real-world impact.

📄 PDF Abstract BibTeX arXiv:2305.19264

Code (1)

umgupta/jointly-reparametrized-finetuning 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Unsupervised Adaptation with Domain Separation Networks for Robust Speech Recognition

2017-11-21 · Zhong Meng, Zhuo Chen, Vadim Mazalov, Jinyu Li 외

Unsupervised domain adaptation of speech signal aims at adapting a well-trained source-domain acoustic model to the unlabeled data from target domain. This can be achieved by adversarial training of deep neural network (…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Domain Adaptationdomain classification+5

Dual reparametrized Variational Generative Model for Time-Series Forecasting

2022-03-11 · Ziang Chen

This paper propose DualVDT, a generative model for Time-series forecasting. Introduced dual reparametrized variational mechanisms on variational autoencoder (VAE) to tighter the evidence lower bound (ELBO) of the model, …

DenoisingTime SeriesTime Series AnalysisTime Series Forecasting

Causality-Driven Disentangled Representation Learning in Multiplex Graphs

2026-03-25 · Saba Nasiri, Selin Aviyente, Dorina Thanou arxiv

Learning representations from multiplex graphs, i.e., multi-layer networks where nodes interact through multiple relation types, is challenging due to the entanglement of shared (common) and layer-specific (private) info…

Graph Representation LearningCausal Inference

Actionable Email Intent Modeling with Reparametrized RNNs

2017-12-26 · Chu-Cheng Lin, Dongyeop Kang, Michael Gamon, Madian Khabsa 외

Emails in the workplace are often intentional calls to action for its recipients. We propose to annotate these emails for what action its recipient will take. We argue that our approach of action-based annotation is more…

Action Classification

Active Universal Domain Adaptation

2021-01-01 · ICCV 2021 10 · Xinhong Ma, Junyu Gao, Changsheng Xu

Most unsupervised domain adaptation methods rely on rich prior knowledge about the source-target label set relationship, and they cannot recognize categories beyond the source classes, which limits their applicabilit…

Active LearningDomain AdaptationUniversal Domain AdaptationUnsupervised Domain Adaptation