paper-with-me

홈 › Papers

Highway Transformer: Self-Gating Enhanced Self-Attentive Networks

2020-04-17 · ACL 2020 6 · Yekun Chai, Shuo Jin, Xinwen Hou

Self-attention mechanisms have made striking state-of-the-art (SOTA) progress in various sequence learning tasks, standing on the multi-headed dot product attention by attending to all the global contexts at different locations. Through a pseudo information highway, we introduce a gated component self-dependency units (SDU) that incorporates LSTM-styled gating units to replenish internal semantic importance within the multi-dimensional latent space of individual representations. The subsidiary content-based SDU gates allow for the information flow of modulated latent embeddings through skipped connections, leading to a clear margin of convergence speed with gradient descent algorithms. We may unveil the role of gating mechanism to aid in the context-based Transformer modules, with hypothesizing that SDU gates, especially on shallow layers, could push it faster to step towards suboptimal points during the optimization process.

📄 PDF Abstract BibTeX arXiv:2004.08178

Code (1)

cyk1337/Highway-Transformer 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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 설명 없음
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…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…

Similar Papers 제목 키워드 기반

Graph Highway Networks

2020-04-09 · Xin Xin, Alexandros Karatzoglou, Ioannis Arapakis, Joemon M. Jose

Graph Convolution Networks (GCN) are widely used in learning graph representations due to their effectiveness and efficiency. However, they suffer from the notorious over-smoothing problem, in which the learned represent…

Heterogeneous Self-Play for Realistic Highway Traffic Simulation

2026-03-31 · Jinkai Qiu, Alessandro Saviolo, Chaojie Wang, Mingke Wang 외 arxiv

Realistic highway simulation is critical for scalable safety evaluation of autonomous vehicles, particularly for interactions that are too rare to study from logged data alone. Yet highway traffic generation remains chal…

Autonomous Vehicles

SwapTransformer: highway overtaking tactical planner model via imitation learning on OSHA dataset

2024-01-02 · Alireza Shamsoshoara, Safin B Salih, Pedram Aghazadeh

This paper investigates the high-level decision-making problem in highway scenarios regarding lane changing and over-taking other slower vehicles. In particular, this paper aims to improve the Travel Assist feature for a…

Decision MakingImitation Learning

Vehicle Communication Strategies for Simulated Highway Driving

2018-04-19 · Cinjon Resnick, Ilya Kulikov, Kyunghyun Cho, Jason Weston

Interest in emergent communication has recently surged in Machine Learning. The focus of this interest has largely been either on investigating the properties of the learned protocol or on utilizing emergent communicatio…

BIG-bench Machine LearningSelf-Driving Cars

Self-Attention ConvLSTM for Spatiotemporal Prediction

2020-04-03 · AAAI 2020 4 · Zhihui Lin, Maomao Li, Zhuobin Zheng, Yangyang Cheng 외

Spatiotemporal prediction is challenging due to the complex dynamic motion and appearance changes. Existing work concentrates on embedding additional cells into the standard ConvLSTM to memorize spatial appearances durin…

PredictionVideo Prediction