English

Subformer: Exploring Weight Sharing for Parameter Efficiency in Generative Transformers

Computation and Language 2021-09-09 v3 Machine Learning

Abstract

Transformers have shown improved performance when compared to previous architectures for sequence processing such as RNNs. Despite their sizeable performance gains, as recently suggested, the model is computationally expensive to train and with a high parameter budget. In light of this, we explore parameter-sharing methods in Transformers with a specific focus on generative models. We perform an analysis of different parameter sharing/reduction methods and develop the Subformer. Our model combines sandwich-style parameter sharing, which overcomes naive cross-layer parameter sharing in generative models, and self-attentive embedding factorization (SAFE). Experiments on machine translation, abstractive summarization and language modeling show that the Subformer can outperform the Transformer even when using significantly fewer parameters.

Keywords

Cite

@article{arxiv.2101.00234,
  title  = {Subformer: Exploring Weight Sharing for Parameter Efficiency in Generative Transformers},
  author = {Machel Reid and Edison Marrese-Taylor and Yutaka Matsuo},
  journal= {arXiv preprint arXiv:2101.00234},
  year   = {2021}
}

Comments

EMNLP 2021 Findings

R2 v1 2026-06-23T21:41:13.217Z