当前位置:网站首页>Improving Multimodal Accuracy Through Modality Pre-training and Attention
Improving Multimodal Accuracy Through Modality Pre-training and Attention
2022-07-06 14:53:00 【Rainylt】
paper:
发现多模态模型不同模态的收敛速度不一致,于是各自单独预训练,再用attention(非self-attn)得到不同模态的权重,乘上权重后concat->FC->logits
首先讲一下这里的attention。不是self-attention那种Q*K的机制,而是直接把三个模态的feature concat后,过FC得到权重:
H为三个模态(v, a, t)的feature,shape为(3,m)。输出三个模态的权重
根据作者观察发现,直接训多模态模型,不同模态的Loss下降速度不一致(收敛速度):
三个图是不同数据集,第二个和第三个数据集还稍微好点,第一个数据集就text收敛太快。
看不同模态的权重:
可以看到第一个数据集在预训练之前text占了大部分权重,也许因为它比较重要,也可能是因为他的feature更优质。在预训练后video赶了上来,说明video之前只是feature没怎么训好而已。
三个模态,谁更重要其实是要视具体情况而定的:
这里三种模态都能表现出害怕
这里text和audio能表现出惊讶,但img就不行,表情比较平淡(其实不好说)
这个例子比较好,他虽然嘴上在道歉,但是实际上却在大笑,应该是一种开心的情绪,所以这里应该是audio占主导
本文提出的attention权重和这些重要性是能够对应上的:
边栏推荐
- MySQL数据库基本操作-DML
- CocosCreator+TypeScripts自己写一个对象池
- Applet system update prompt, and force the applet to restart and use the new version
- leetcode:面试题 17.24. 子矩阵最大累加和(待研究)
- China 1,4-cyclohexanedimethanol (CHDM) industry research and investment decision-making report (2022 Edition)
- Dealing with the crash of QT quick project in offscreen mode
- 2022-07-04 mysql的高性能数据库引擎stonedb在centos7.9编译及运行
- 做国外LEAD2022年下半年几点建议
- Pit encountered by handwritten ABA
- 自制J-Flash烧录工具——Qt调用jlinkARM.dll方式
猜你喜欢

Daily question 1: force deduction: 225: realize stack with queue

云原生技术--- 容器知识点

图像的spatial domain 和 frequency domain 图像压缩

将MySQL的表数据纯净方式导出

第4章:再谈类的加载器

Chapter 3: detailed explanation of class loading process (class life cycle)

Management background --1 Create classification

手写ABA遇到的坑

剪映+json解析将视频中的声音转换成文本

Unity3d minigame unity webgl transform plug-in converts wechat games to use dlopen, you need to use embedded 's problem
随机推荐
The nearest common ancestor of binary (search) tree ●●
NetXpert XG2帮您解决“布线安装与维护”难题
case 关键字后面的值有什么要求吗?
C#實現水晶報錶綁定數據並實現打印4-條形碼
【踩坑合辑】Attempting to deserialize object on CUDA device+buff/cache占用过高+pad_sequence
Aardio - 通过变量名将变量值整合到一串文本中
Leetcode question brushing (XI) -- sequential questions brushing 51 to 55
如何实现文字动画效果
RESNET rs: Google takes the lead in tuning RESNET, and its performance comprehensively surpasses efficientnet series | 2021 arXiv
AdaViT——自适应选择计算结构的动态网络
0 basic learning C language - interrupt
Barcodex (ActiveX print control) v5.3.0.80 free version
Aardio - 封装库时批量处理属性与回调函数的方法
十二、启动流程
SQL Server生成自增序号
将MySQL的表数据纯净方式导出
Notes de développement du matériel (10): flux de base du développement du matériel, fabrication d'un module USB à RS232 (9): création de la Bibliothèque d'emballage ch340g / max232 SOP - 16 et Associa
2022-07-04 mysql的高性能数据库引擎stonedb在centos7.9编译及运行
LeetCode刷题(十一)——顺序刷题51至55
[线性代数] 1.3 n阶行列式