ZoDIAC: Zoneout Dropout Injection Attention Calculation
Zanyar Zohourianshahzadi, Terrance E. Boult, Jugal K. Kalita

TL;DR
ZoDIAC introduces a novel attention refinement and intensification mechanism for transformers, significantly improving image captioning performance by injecting learned scalar factors into self-attention calculations.
Contribution
The paper proposes ZoDIAC, a new attention mechanism that refines and intensifies self-attention in transformers using GELU, dropout, and a learned scalar, enhancing performance in image captioning.
Findings
ZoDIAC outperforms conventional self-attention on MS-COCO.
Statistically significant improvements across all captioning metrics.
ZoDIAC can replace standard attention modules in various transformer models.
Abstract
In the past few years the transformer model has been utilized for a variety of tasks such as image captioning, image classification natural language generation, and natural language understanding. As a key component of the transformer model, self-attention calculates the attention values by mapping the relationships among the head elements of the source and target sequence, yet there is no explicit mechanism to refine and intensify the attention values with respect to the context of the input and target sequences. Based on this intuition, we introduce a novel refine and intensify attention mechanism that is called Zoneup Dropout Injection Attention Calculation (ZoDIAC), in which the intensities of attention values in the elements of the input source and target sequences are first refined using GELU and dropout and then intensified using a proposed zoneup process which includes the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Topic Modeling · Text Readability and Simplification
MethodsAttention Is All You Need · Linear Layer · Softmax · Multi-Head Attention · Residual Connection · Label Smoothing · Layer Normalization · Absolute Position Encodings · Dense Connections · Byte Pair Encoding
