当前位置:网站首页>BEVDet4D: Exploit Temporal Cues in Multi-camera 3D Object Detection Paper Notes
BEVDet4D: Exploit Temporal Cues in Multi-camera 3D Object Detection Paper Notes
2022-08-10 13:07:00 【byzy】
原文链接:https://arxiv.org/pdf/2203.17054.pdf
1.引言
The current visual detection methods have large errors in the estimation of speed,Therefore, this paper introduces time information to improve the accuracy.
BEVDet4DBy keeping the middle of past framesBEVfeatures to expandBEVDet,The features are then fused by aligning and stitching with the current frame,Thus, temporal clues can be obtained by querying the two candidate features,Rather, only a negligible computational increase is required.BEVDet4D的其余部分与BEVDet相同.
2.相关工作
2.2 视频目标检测
Current methods mainly use temporal cues at both outcomes or intermediate features.The former uses post-processing methods,Optimize detection results in a tracking manner;后者利用LSTM、Attention or optical flow repurposes image features from past frames.
3.方法
3.1 网络结构
如下图所示,BEVDet4D仍包含BEVDet的4个基本结构.此外,Considering that the output features of the view transformer are sparse,增加了额外的BEV编码器(It consists of two residual units).
3.2 Simplify speed learning tasks
Predict the translation of the target between adjacent frames instead of directly predicting the speed,In this way, the task is transformed into predicting the displacement of the target in two adjacent frames,这可根据BEVThe difference in feature maps is measured.
Let the coordinates of an object in two adjacent frames in the global coordinate system be 和
,It is due to the movement of the vehicle,Directly concatenate feature maps(As shown in the upper right subgraph of the above figure)The resulting position difference is
其中上标表示
The ego vehicle coordinate system at time,non-superscripted
表示
时刻的物体;
Represents the transformation from the source coordinate system to the destination coordinate system.可见,If the two feature maps are directly spliced,It will cause the target shift to be related to the ego-vehicle motion.
If used firstto move the previous frame to the vehicle coordinate system of the current frame and then splicing(As shown in the lower right subgraph of the above figure),Then the target position difference is
At this time, the position difference of the target is equal to the actual target displacement.
In fact, the above formula is realized by feature alignment,即若表示
The feature map at time in the ego vehicle coordinate system,Then the aligned features are :
This article uses bilinear interpolation from 中获取特征,But this method is suboptimal,会导致性能下降,And the degree of decline and BEVFeature resolution inverse correlation.A more precise approach is to adjust the point cloud coordinates generated by the lift operation in the view transformer,But doing so will breakBEVDetA prerequisite for the acceleration method used in (见BEVDet 4.3节最后).
4.实验
Data augmentation methods and BEVDet相同.
4.2 结果
在nuScenes验证集上,BEVDet4D的高速版本BEVDet4D-Tiny就超过了BEVDet的性能,Mainly in the direction、Estimates of speed and properties,Even the estimation accuracy of velocity exceeds that of methods based on fusion of camera and radarCenterFusion.总的来说,BEVDet4DLarge performance gains come at the cost of negligible extra inference time.
在nuScenes测试集上,BEVDet4DExceeds some methods that require additional data for training;此外,The performance difference between validation and test sets shows,Introducing temporal cues can improve the generalization performance of the model.
4.3 消融研究
4.3.1 建立BEVDet4D的过程
在BEVDet的基础上,First, the adjacent frames are directly splicedBEV特征图.This action can cause performance degradation,Especially on position and velocity estimation.This may be because the displacement of the object caused by the movement of the ego vehicle will confuse the subsequent module's judgment of the position of the object,And the judgment of the speed needs to find the actual displacement that is not related to the movement of the ego vehicle from the position difference of the object.
After adding the alignment operation,Both position and velocity errors are reduced,And the position error is less than BEVDet,But the speed error is still greater than BEVDet.This may be due to the inconsistency of adjacent frame times resulting in different object position distributions and velocity distributions.
Changed from predicting velocity directly to predicting offset,Speed prediction task is simplified、Greatly improves the speed estimation accuracy,And make the training results more robust.
Use extra before splicingBEVEncoders can trade further performance gains at very little computational cost.
In addition, tuning the speed weights in the loss function can also improve performance.
4.3.3 The location of the time fusion
If in extraBEVTemporal fusion is performed before the encoder,performance compared to the extraBEVTemporal fusion before the encoder will drop,This shows that the output features of the view transformer are relatively coarse,不适合直接使用.如果在原来的BEVTemporal fusion is performed after the encoder,Then performance and BEVDet几乎相同(Among them, the speed accuracy is slightly improved,But the positional accuracy drops slightly).这说明BEVThe encoder is resistant to position misleading from past frames,and estimate the velocity from the position offset.
边栏推荐
- 神了!阿里数据库专家纯手写了这份604页的Oracle+MySQL攻坚指南
- 娄底污水处理厂实验室建设管理
- 娄底妆品实验室建设规划构思
- Overview of Loudi Petrochemical Experiment Design and Construction Planning
- Shell:数组
- 广东10个项目入选工信部2021年物联网示范项目名单
- Blast!ByteDance successfully landed, only because the interview questions of LeetCode algorithm were exhausted
- Educational Codeforces Round 41 (Rated for Div. 2) E. Tufurama
- 部署项目半途而废后续
- 【论文+代码】PEBAL/Pixel-wise Energy-biased Abstention Learning for Anomaly Segmentation on Complex Urban Driving Scenes(复杂城市驾驶场景异常分割的像素级能量偏置弃权学习)
猜你喜欢
「企业架构」应用架构概述
浙大、阿里提出DictBERT,字典描述知识增强的预训练语言模型
Nanodlp v2.2/v3.0光固化电路板,机械开关/光电开关/接近开关的接法和系统状态电平设置
Nanodlp v2.2/v3.0 light curing circuit board, connection method of mechanical switch/photoelectric switch/proximity switch and system state level setting
ASP.NET Core依赖注入系统学习教程:ServiceDescriptor(服务注册描述类型)
LeetCode·每日一题·640.求解方程·模拟构造
表中存在多个索引问题? - 聚集索引,回表,覆盖索引
解决 idea 单元测试不能使用Scanner
Chapter9 : De Novo Molecular Design with Chemical Language Models
金山云要飘到哪里?
随机推荐
2022 Recruitment Notice for Academician Zhao Guoping Group of Shenzhen Institute of Advanced Technology, Chinese Academy of Sciences
G1和CMS的三色标记法及漏标问题
一文详解 implementation api embed
A detailed explanation of implementation api embed
LeetCode中等题之搜索二维矩阵
Chapter9 : De Novo Molecular Design with Chemical Language Models
MySQL索引的B+树到底有多高?
鸿蒙开发从hello world开始
Guidelines for Sending Overseas Mail (2)
十八、一起学习Lua 调试(Debug)
娄底污水处理厂实验室建设管理
Highways「建议收藏」
11+ chrome高级调试技巧,学会效率直接提升666%
专有云ABC Stack,真正的实力派!
虚拟机桥接模式不能上网
H264 GOP 扫盲
海外媒体宣发.国内媒体发稿要注意哪些问题?
BEVDet4D: Exploit Temporal Cues in Multi-camera 3D Object Detection 论文笔记
ArcMAP has a problem of -15 and cannot be accessed [Provide your license server administrator with the following information:Err-15]
娄底妆品实验室建设规划构思