当前位置:网站首页>Pay “Attention” to Adverse Weather
Pay “Attention” to Adverse Weather
2022-08-11 06:15:00 【zhSunw】
Pay “Attention” to Adverse Weather
Through the local-global attention module to fuse the features of the three modalities of camera, gating and lidar to complete "3D object detection based on weather perception and attention"

Method
Local and Global Attention Network
Local Attention
The features of the three modalities pass through the Inception Block to calculate their respective local attention weights LA:
The features of the modality are multiplied by the corresponding attention map and then added to obtain the local attention map:
Global Attention
Similarly, the features of the three modalities are passed through the Inception Block to calculate their respective attention weights GA:
willThe local attention feature map obtained in the previous step is multiplied by the respective attention weights (through the Inception Block) and added to obtain the global attention feature map:
Experiments
Ablation Experiment: Accuracy Comparison of Different Modal Data and Fusion Method Models on DENSE Dataset
Accuracy comparison of different models on DENSE dataset:
Attention visualization: white ovals highlight the best detection features for each modality
边栏推荐
猜你喜欢
随机推荐
>>开发工具:IDEA格式化代码无效
MGRE环境下的OSPF综合实验
XSS跨站脚本攻击详解以及复现gallerycms字符长度限制短域名绕过
Pay “Attention” to Adverse Weather
【转载】图表:数读2022年上半年国民经济
mysq基础语句+高级操作(学这篇就够了)
经纬度距离
NodeRed系列—nodered安装及基本操作
安全帽识别系统-解决监管难题
mysql 间隙锁(GAP-LOCK)演示
SQL注入
关于修改挂载到宿主机上的mysql配置文件不生效这件事
安全帽识别系统
动画(其一)
centos—docker安装mysql
关于安全帽识别系统,你需要知道的选择要点
Redis持久化方案RDB详解
GBase 8s的分片和索引
《现代密码学》学习笔记——第四章 公钥密码
利用Redis的bitMap完成用户签到功能