ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

Transformer-MM-Explainability

2026/9/18 13:45:36 拓冰建站 浏览量
Transformer-MM-Explainability

在这里插入图片描述
在这里插入图片描述
two modalities are separated by the [SEP] token,the numbers in each attention module represent the Eq. number.
在这里插入图片描述
E h _h h is the mean, ∇ \nabla A := ∂ y t ∂ A {∂y_t}\over∂A Aytfor y t y_t yt which is the model’s output. ⊙ \odot is the Hadamard product,remove the negative contributions before averaging.
在这里插入图片描述
aggregated self-attention matrix R q q ^{qq} qq,previous layers’ mixture of context is embodied by R q k ^{qk} qk.

感想

作者的实验在coco和ImageNet验证集上做的,不好follow