Cross Attention
Attention series: 4 of 11
Attention Series:
Cross attention is what happens when the queries and the keys/values come from different sources. In self-attention, every position in a sequence attends to every other position in the same sequence. In cross attention, one source (X) provides the queries and a second source (E) provides the keys and values.
Paid members: open the interactive diagram below ↓


