paper-with-me

Papers

Multi-split Reversible Transformers Can Enhance Neural Machine Translation

2021-04-01 · EACL 2021 2 · Yuekai Zhao, Shuchang Zhou, Zhihua Zhang

Large-scale transformers have been shown the state-of-the-art on neural machine translation. However, training these increasingly wider and deeper models could be tremendously memory intensive. We reduce the memory burden by employing the idea of reversible networks that a layer{'}s input can be reconstructed from its output. We design three types of multi-split based reversible transformers. We also devise a corresponding backpropagation algorithm, which does not need to store activations for most layers. Furthermore, we present two fine-tuning techniques: splits shuffle and self ensemble, to boost translation accuracy. Specifically, our best models surpass the vanilla transformer by at least 1.4 BLEU points in three datasets. Our large-scale reversible models achieve 30.0 BLEU in WMT{'}14 En-De and 43.5 BLEU in WMT{'}14 En-Fr, beating several very strong baselines with less than half of the training memory.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Reversible Residual Block 설명 없음
RevNet A Reversible Residual Network, or RevNet, is a variant of a ResNet where each layer’s activations can be reconstructed exactly…

Similar Papers 제목 키워드 기반

Reversible Vision Transformers

2023-02-09 · CVPR 2022 1 · Karttikeya Mangalam, Haoqi Fan, Yanghao Li, Chao-yuan Wu 외

We present Reversible Vision Transformers, a memory efficient architecture design for visual recognition. By decoupling the GPU memory requirement from the depth of the model, Reversible Vision Transformers enable scalin…

GPUimage-classificationImage Classificationobject-detection+2

Memory-Efficient Differentiable Transformer Architecture Search

2021-05-31 · Findings (ACL) 2021 8 · Yuekai Zhao, Li Dong, Yelong Shen, Zhihua Zhang 외

Differentiable architecture search (DARTS) is successfully applied in many vision tasks. However, directly using DARTS for Transformers is memory-intensive, which renders the search process infeasible. To this end, we pr…

Duplex Sequence-to-Sequence Learning for Reversible Machine Translation

2021-05-07 · NeurIPS 2021 12 · Zaixiang Zheng, Hao Zhou, ShuJian Huang, Jiajun Chen 외

Sequence-to-sequence learning naturally has two directions. How to effectively utilize supervision signals from both directions? Existing approaches either require two separate models, or a multitask-learned model but wi…

Machine TranslationTranslation

Atomix: Timely, Transactional Tool Use for Reliable Agentic Workflows

2026-02-16 · Bardia Mohammadi, Nearchos Potamitis, Lars Klein, Akhil Arora 외 arxiv

LLM agents execute multi-step workflows that mutate external state through tools. Common orchestrators treat tool return as the settlement trigger, so faults, speculation, and concurrent agents can leave partial effects,…

On Exact Bit-level Reversible Transformers Without Changing Architectures

2024-07-12 · Guoqiang Zhang, J. P. Lewis, W. B. Kleijn

Various reversible deep neural networks (DNN) models have been proposed to reduce memory consumption in the training process. However, almost all existing reversible DNNs either require special non-standard architectures…

image-classificationImage ClassificationQuantization