paper-with-me

Papers

Multi-branch Attentive Transformer

2020-06-18 · Yang Fan, Shufang Xie, Yingce Xia, Lijun Wu, Tao Qin, Xiang-Yang Li, Tie-Yan Liu

While the multi-branch architecture is one of the key ingredients to the success of computer vision tasks, it has not been well investigated in natural language processing, especially sequence learning tasks. In this work, we propose a simple yet effective variant of Transformer called multi-branch attentive Transformer (briefly, MAT), where the attention layer is the average of multiple branches and each branch is an independent multi-head attention layer. We leverage two training techniques to regularize the training: drop-branch, which randomly drops individual branches during training, and proximal initialization, which uses a pre-trained Transformer model to initialize multiple branches. Experiments on machine translation, code generation and natural language understanding demonstrate that such a simple variant of Transformer brings significant improvements. Our code is available at \url{https://github.com/HA-Transformer}.

📄 PDF Abstract BibTeX arXiv:2006.10270

Code (1)

HA-Transformer/HA-Transformer pytorch

Tasks

Code GenerationMachine TranslationNatural Language UnderstandingTranslation

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 설명 없음
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…
Multi-Head Attention 설명 없음
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…

Similar Papers 제목 키워드 기반

Vision Transformer with Attentive Pooling for Robust Facial Expression Recognition

2022-12-11 · Fanglei Xue, Qiangchang Wang, Zichang Tan, Zhongsong Ma 외

Facial Expression Recognition (FER) in the wild is an extremely challenging task. Recently, some Vision Transformers (ViT) have been explored for FER, but most of them perform inferiorly compared to Convolutional Neural …

Facial Expression RecognitionFacial Expression Recognition (FER)Inductive Bias

Batch DropBlock Network for Person Re-identification and Beyond

2018-11-17 · ICCV 2019 10 · Zuozhuo Dai, Mingqiang Chen, Xiaodong Gu, Siyu Zhu 외

Since the person re-identification task often suffers from the problem of pose changes and occlusions, some attentive local features are often suppressed when training CNNs. In this paper, we propose the Batch DropBlock …

Image RetrievalMetric LearningPerson Re-Identification

Doubly Attentive Transformer Machine Translation

2018-07-30 · Hasan Sait Arslan, Mark Fishel, Gholamreza Anbarjafari

In this paper a doubly attentive transformer machine translation model (DATNMT) is presented in which a doubly-attentive transformer decoder normally joins spatial visual features obtained via pretrained convolutional ne…

DecoderImage CaptioningMachine TranslationMultimodal Machine Translation+1

Synchronize Feature Extracting and Matching: A Single Branch Framework for 3D Object Tracking

2023-08-24 · ICCV 2023 1 · Teli Ma, Mengmeng Wang, Jimin Xiao, Huifeng Wu 외

Siamese network has been a de facto benchmark framework for 3D LiDAR object tracking with a shared-parametric encoder extracting features from template and search region, respectively. This paradigm relies heavily on an …

3D Object TrackingObject Tracking

GTC: GNN-Transformer Co-contrastive Learning for Self-supervised Heterogeneous Graph Representation

2024-03-22 · Yundong Sun, Dongjie Zhu, Yansong Wang, Zhaoshuo Tian

Graph Neural Networks (GNNs) have emerged as the most powerful weapon for various graph tasks due to the message-passing mechanism's great local information aggregation ability. However, over-smoothing has always hindere…

Contrastive LearningGraph Representation LearningRepresentation Learning