paper-with-me

홈 › Papers

Recurrent multiple shared layers in Depth for Neural Machine Translation

2021-08-23 · Guoliang Li, Yiyang Li

Learning deeper models is usually a simple and effective approach to improve model performance, but deeper models have larger model parameters and are more difficult to train. To get a deeper model, simply stacking more layers of the model seems to work well, but previous works have claimed that it cannot benefit the model. We propose to train a deeper model with recurrent mechanism, which loops the encoder and decoder blocks of Transformer in the depth direction. To address the increasing of model parameters, we choose to share parameters in different recursive moments. We conduct our experiments on WMT16 English-to-German and WMT14 English-to-France translation tasks, our model outperforms the shallow Transformer-Base/Big baseline by 0.35, 1.45 BLEU points, which is 27.23% of Transformer-Big model parameters. Compared to the deep Transformer(20-layer encoder, 6-layer decoder), our model has similar model performance and infer speed, but our model parameters are 54.72% of the former.

📄 PDF Abstract BibTeX arXiv:2108.10417

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

SCORE: Replacing Layer Stacking with Contractive Recurrent Depth

2026-03-11 · Guillaume Godin arxiv

Residual connections are central to modern deep neural networks, enabling stable optimization and efficient information flow across depth. In this work, we propose SCORE (Skip-Connection ODE Recurrent Embedding), a discr…

Gated Recurrent Transformers: Expressive Depth through Recurrent Modulation

2026-08-15 · Amr Hegazy, Amr Alanwar, Mostafa Elhoushi arxiv

Scaling transformer language models creates an inherent tension between expressivity and memory efficiency. While unique weights across layers preserve functional specialization---from input-grounding to abstract refinem…

Recurrent Convolutions: A Model Compression Point of View

2018-10-20 · NIPS Workshop CDNNRIA 2018 · Zhendong Zhang, Cheolkon Jung

Recurrent convolution (RC) shares the same convolutional kernels and unrolls them multiple times, which is originally proposed to model time-space signals. We suggest that RC can be viewed as a model compression strategy…

Model CompressionRolling Shutter Correction

LA-Sign: Looped Transformers with Geometry-aware Alignment for Skeleton-based Sign Language Recognition

2026-03-30 · Muxin Pu, Mei Kuan Lim, Chun Yong Chong, Chen Change Loy arxiv

Skeleton-based isolated sign language recognition (ISLR) demands fine-grained understanding of articulated motion across multiple spatial scales, from subtle finger movements to global body dynamics. Existing approaches …

Sign Language RecognitionRepresentation Learning

bViT: Investigating Single-Block Recurrence in Vision Transformers for Image Recognition

2026-05-11 · Michal Byra, Pawel Olszowiec, Grzegorz Stefanski, Grzegorz Gruszczynski 외 arxiv

Vision Transformers (ViTs) are built by stacking independently parameterized blocks, but it remains unclear how much of this depth requires layer specific transformations and how much can be realized through recurrent co…

parameter-efficient fine-tuning