CLFeb 16, 2022

EdgeFormer: A Parameter-Efficient Transformer for On-Device Seq2seq Generation

arXiv:2202.07959v3293 citations
Originality Incremental advance
AI Analysis

This addresses the problem of deploying seq2seq models on resource-constrained devices for practitioners, though it appears incremental over existing parameter-efficient Transformers.

The authors tackled the problem of on-device sequence-to-sequence generation under strict computation and memory constraints by introducing EdgeFormer, a parameter-efficient Transformer that outperforms previous baselines and achieves competitive results. They also released EdgeLM, the first publicly available pretrained on-device seq2seq model that can be fine-tuned for strong performance.

We introduce EdgeFormer -- a parameter-efficient Transformer for on-device seq2seq generation under the strict computation and memory constraints. Compared with the previous parameter-efficient Transformers, EdgeFormer applies two novel principles for cost-effective parameterization, allowing it to perform better given the same parameter budget; moreover, EdgeFormer is further enhanced by layer adaptation innovation that is proposed for improving the network with shared layers. Extensive experiments show EdgeFormer can effectively outperform previous parameter-efficient Transformer baselines and achieve competitive results under both the computation and memory constraints. Given the promising results, we release EdgeLM -- the pretrained version of EdgeFormer, which is the first publicly available pretrained on-device seq2seq model that can be easily fine-tuned for seq2seq tasks with strong results, facilitating on-device seq2seq generation in practice.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes