paper-with-me

홈 › Papers

Fully Quantized Transformer for Machine Translation

2019-10-17 · Findings of the Association for Computational Linguistics 2020 · Gabriele Prato, Ella Charlaix, Mehdi Rezagholizadeh

State-of-the-art neural machine translation methods employ massive amounts of parameters. Drastically reducing computational costs of such methods without affecting performance has been up to this point unsuccessful. To this end, we propose FullyQT: an all-inclusive quantization strategy for the Transformer. To the best of our knowledge, we are the first to show that it is possible to avoid any loss in translation quality with a fully quantized Transformer. Indeed, compared to full-precision, our 8-bit models score greater or equal BLEU on most tasks. Comparing ourselves to all previously proposed methods, we achieve state-of-the-art quantization results.

📄 PDF Abstract BibTeX arXiv:1910.10485

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationQuantizationTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

DiscreTalk: Text-to-Speech as a Machine Translation Problem

2020-05-12 · Tomoki Hayashi, Shinji Watanabe

This paper proposes a new end-to-end text-to-speech (E2E-TTS) model based on neural machine translation (NMT). The proposed model consists of two components; a non-autoregressive vector quantized variational autoencoder …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModellingMachine Translation+6

FQ-ViT: Post-Training Quantization for Fully Quantized Vision Transformer

2021-11-27 · Yang Lin, Tianyu Zhang, Peiqin Sun, Zheng Li 외

Network quantization significantly reduces model inference complexity and has been widely used in real-world deployments. However, most existing quantization methods have been developed mainly on Convolutional Neural Net…

Quantization

Representation Collapse in Machine Translation Through the Lens of Angular Dispersion

2026-02-19 · Evgeniia Tokarchuk, Maya K. Nachesa, Sergey Troshin, Vlad Niculae arxiv

Modern neural translation models based on the Transformer architecture are known for their high performance, particularly when trained on high-resource datasets. A standard next-token prediction training strategy, while …

Machine Translation

Efficient 8-Bit Quantization of Transformer Neural Machine Language Translation Model

2019-06-03 · Aishwarya Bhandare, Vamsi Sripathi, Deepthi Karkada, Vivek Menon 외

In this work, we quantize a trained Transformer machine language translation model leveraging INT8/VNNI instructions in the latest Intel$^\circledR$ Xeon$^\circledR$ Cascade Lake processors to improve inference performan…

CPUQuantizationTranslation

Inducing Systematicity in Transformers by Attending to Structurally Quantized Embeddings

2024-02-09 · Yichen Jiang, Xiang Zhou, Mohit Bansal

Transformers generalize to novel compositions of structures and entities after being trained on a complex dataset, but easily overfit on datasets of insufficient complexity. We observe that when the training set is suffi…

Machine TranslationQuantizationSemantic ParsingWord Embeddings