当前位置:网站首页>Improving Multimodal Accuracy Through Modality Pre-training and Attention
Improving Multimodal Accuracy Through Modality Pre-training and Attention
2022-07-06 22:37:00 【Rainylt】
paper:
It is found that the convergence speed of different modes of the multimodal model is inconsistent , So they pre train separately , Reuse attention( Not self-attn) Get the weights of different modes , Multiply by the weight concat->FC->logits
First of all, let's talk about attention. No self-attention That kind of Q*K The mechanism of , It is Put the three modes directly feature concat after , too FC Get the weight :
H There are three modes (v, a, t) Of feature,shape by (3,m). Output three modes The weight
According to the author's observation , Direct training of multimodal models , Of different modes Loss The descent speed is inconsistent ( Convergence rate ):
The three figures are different data sets , The second and third datasets are slightly better , The first data set is text Convergence too fast .
Look at the weights of different modes :
You can see that the first data set is before the pre training text Account for most of the weight , Maybe because it is more important , It may also be because of his feature Better quality . After pre training video Catch up , explain video Before it was just feature It's just not well trained .
Three modes , Who is more important is to As the case may be Of :
All three modes here can show fear
here text and audio Can show surprise , but img No way. , The expression is relatively flat ( It's hard to say )
This example is better , Although he is apologizing , But actually I was laughing , It should be a happy mood , So this should be audio Dominant
What this article puts forward attention Weight and these importance can correspond :
边栏推荐
猜你喜欢
Aardio - integrate variable values into a string of text through variable names
That's why you can't understand recursion
Unity3d minigame unity webgl transform plug-in converts wechat games to use dlopen, you need to use embedded 's problem
Senior soft test (Information System Project Manager) high frequency test site: project quality management
Aardio - construct a multi button component with customplus library +plus
Netxpert xg2 helps you solve the problem of "Cabling installation and maintenance"
Web APIs DOM time object
【LeetCode】19、 删除链表的倒数第 N 个结点
Crawler obtains real estate data
Aardio - 通过变量名将变量值整合到一串文本中
随机推荐
UDP programming
Dealing with the crash of QT quick project in offscreen mode
OpenCV VideoCapture. Get() parameter details
MySQL数据库基本操作-DML
Sizeof keyword
【编译原理】做了一半的LR(0)分析器
pytorch_YOLOX剪枝【附代码】
That's why you can't understand recursion
枚举与#define 宏的区别
MySQL教程的天花板,收藏好,慢慢看
第十九章 使用工作队列管理器(二)
memcached
POJ 1258 Agri-Net
Uniapp setting background image effect demo (sorting)
Attack and defense world ditf Misc
void关键字
Web APIs DOM 时间对象
变量与“零值”的比较
Config:invalid signature solution and troubleshooting details
SQL Server生成自增序号