paper-with-me

Papers

Hybrid Data-Model Parallel Training for Sequence-to-Sequence Recurrent Neural Network Machine Translation

2019-09-02 · WS 2019 8 · Junya Ono, Masao Utiyama, Eiichiro Sumita

Reduction of training time is an important issue in many tasks like patent translation involving neural networks. Data parallelism and model parallelism are two common approaches for reducing training time using multiple graphics processing units (GPUs) on one machine. In this paper, we propose a hybrid data-model parallel approach for sequence-to-sequence (Seq2Seq) recurrent neural network (RNN) machine translation. We apply a model parallel approach to the RNN encoder-decoder part of the Seq2Seq model and a data parallel approach to the attention-softmax part of the model. We achieved a speed-up of 4.13 to 4.20 times when using 4 GPUs compared with the training speed when using 1 GPU without affecting machine translation accuracy as measured in terms of BLEU scores.

📄 PDF Abstract BibTeX arXiv:1909.00562

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderGPUMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

HSAP: A Hierarchical Sequence-aware Parallelism for Hybrid-Context Generative Models

2026-06-29 · Songxin Zhang, Zejian Xie, Zhuoyang Song, Cong lin 외 arxiv

In this paper, we aim to combine the advantages of existing sequence parallelism paradigms and overcomes their drawbacks, the most serious of which is the incapability to correctly compute causal attention on the hybrid-…

ParaDySe: A Parallel-Strategy Switching Framework for Dynamic Sequence Lengths in Transformer

2025-11-17 · Zhixin Ou, Peng Liang, Jianchen Han, Baihui Liu 외 arxiv

Dynamic sequences with varying lengths have been widely used in the training of Transformer-based large language models (LLMs). However, current training frameworks adopt a pre-defined static parallel strategy for these …

LASP-2: Rethinking Sequence Parallelism for Linear Attention and Its Hybrid

2025-02-11 · Weigao Sun, Disen Lan, Yiran Zhong, Xiaoye Qu 외

Linear sequence modeling approaches, such as linear attention, provide advantages like linear-time training and constant-memory inference over sequence lengths. However, existing sequence parallelism (SP) methods are eit…

USP: A Unified Sequence Parallelism Approach for Long Context Generative AI

2024-05-13 · Jiarui Fang, Shangchun Zhao

Sequence parallelism (SP), which divides the sequence dimension of input tensors across multiple computational devices, is becoming key to unlocking the long-context capabilities of generative AI models. This paper inves…

Linear-MoE: Linear Sequence Modeling Meets Mixture-of-Experts

2025-03-07 · Weigao Sun, Disen Lan, Tong Zhu, Xiaoye Qu 외

Linear Sequence Modeling (LSM) like linear attention, state space models and linear RNNs, and Mixture-of-Experts (MoE) have recently emerged as significant architectural improvements. In this paper, we introduce Linear-M…

Mixture-of-ExpertsState Space Models