paper-with-me

홈 › Papers

Multi-Layer Softmaxing during Training Neural Machine Translation for Flexible Decoding with Fewer Layers

2019-08-27 · Raj Dabre, Atsushi Fujita

This paper proposes a novel procedure for training an encoder-decoder based deep neural network which compresses NxM models into a single model enabling us to dynamically choose the number of encoder and decoder layers for decoding. Usually, the output of the last layer of the N-layer encoder is fed to the M-layer decoder, and the output of the last decoder layer is used to compute softmax loss. Instead, our method computes a single loss consisting of NxM losses: the softmax loss for the output of each of the M decoder layers derived using the output of each of the N encoder layers. A single model trained by our method can be used for decoding with an arbitrary fewer number of encoder and decoder layers. In practical scenarios, this (a) enables faster decoding with insignificant losses in translation quality and (b) alleviates the need to train NxM models, thereby saving space. We take a case study of neural machine translation and show the advantage and give a cost-benefit analysis of our approach.

📄 PDF Abstract BibTeX arXiv:1908.10118

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Dynamic Multi-Branch Layers for On-Device Neural Machine Translation

2021-05-14 · Zhixing Tan, Zeyuan Yang, Meng Zhang, Qun Liu 외

With the rapid development of artificial intelligence (AI), there is a trend in moving AI applications, such as neural machine translation (NMT), from cloud to mobile devices. Constrained by limited hardware resources an…

Machine TranslationNMTTranslation

Chebyshev Feature Neural Network for Accurate Function Approximation

2024-09-27 · Zhongshu Xu, Yuan Chen, Dongbin Xiu

We present a new Deep Neural Network (DNN) architecture capable of approximating functions up to machine accuracy. Termed Chebyshev Feature Neural Network (CFNN), the new structure employs Chebyshev functions with learna…

CLIP-ReIdent: Contrastive Training for Player Re-Identification

2023-03-21 · Konrad Habel, Fabian Deuser, Norbert Oswald

Sports analytics benefits from recent advances in machine learning providing a competitive advantage for teams or individuals. One important task in this context is the performance measurement of individual players to pr…

Optical Character Recognition (OCR)Sports Analytics

An Infinite Restricted Boltzmann Machine

2015-02-09 · Marc-Alexandre Côté, Hugo Larochelle

We present a mathematical construction for the restricted Boltzmann machine (RBM) that doesn't require specifying the number of hidden units. In fact, the hidden layer size is adaptive and can grow during training. This …

Weighted Transformer Network for Machine Translation

2017-11-06 · ICLR 2018 1 · Karim Ahmed, Nitish Shirish Keskar, Richard Socher

State-of-the-art results on neural machine translation often use attentional sequence-to-sequence models with some form of convolution or recursion. Vaswani et al. (2017) propose a new architecture that avoids recurrence…

Machine TranslationTranslation