ST3D(未完待续)

Posted Keep--Silent

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ST3D(未完待续)相关的知识,希望对你有一定的参考价值。

ST3D: Self-training for Unsupervised Domain Adaptation on 3D Object Detection
三维物体检测中弱监督领域自适应的自训练
3D detectors developed on one specific domain (i.e. source domain) might not generalize well to novel testing domains (i.e. target domains) due to unavoidable domain-shifts arising from different types of 3D sensors, weather conditions and geographical locations, etc
由于不同类型的3D传感器、天气条件和地理位置等导致的不可避免的领域变化,在一个特定领域(即源领域)开发的3D检测器可能无法很好地推广到新的测试领域(即目标领域)。

Therefore, approaches to effectively adapting 3D detector trained on labeled source domain to a new unlabeled target domain is highly demanded in practical applications.

因此,在实际应用中,有效地适应在标记源域上训练的3D检测器到一个新的未标记目标域是非常需要的方法

ST3D

总体

Random Object Scaling (ROS)

随机目标缩放策略

目的

overcome the bias in object size on the labeled source domain
克服了标记源域上对象大小的偏差。

ROS可以有效地模拟具有不同对象大小的对象,以解决大小偏差,从而有助于训练大小鲁棒的检测器,为后续的自我训练产生更精确的初始伪盒

步骤

给定3D bounding box with size大小 ( l , w , h ) (l, w, h) (l,w,h), center中心 ( c x , c y , c z ) (c_x, c_y, c_z) (cx,cy,cz) and heading angle θ \\theta θ , random scale factors随机规模因子 ( r l , r w , r h ) (r_l ,r_w ,r_h ) (rl,rw,rh)
n p n_p np个点, 分别是 p i i = 1 n p \\p_i \\^n_p_i=1 pii=1np, 其坐标是 ( p i x , p i y , p i z ) (p_i^x,p_i^y,p_i^z) (pix,piy,piz)

First, we transform the points to the local coordinate system of the box along its length, width and height dimensions via

( p i l , p i w , p i h ) = ( p i x − c x , p i y − c y , p i z − c z ) ⋅ R (p_i^l,p_i^w,p_i^h)=(p_i^x-c_x,p_i^y-c_y,p_i^z-c_z)\\cdot R (pil,piw,pih)=(pixcx,piycy,pizcz)R
R = [ cos ⁡ θ − sin ⁡ θ 0 sin ⁡ θ cos ⁡ θ 0 0 0 1 ] , R=\\beginbmatrix\\cos\\theta&-\\sin\\theta&0\\\\ \\sin\\theta&\\cos\\theta&0\\\\ 0&0&1\\endbmatrix, R= cosθsinθ0sinθcosθ0001 ,
where · is matrix multiplication.
通过该公式将这些点转化为局部坐标系

Second, to derive the scaled object, the point coordinates inside the box are scaled to be ( r l p i l , r w p w i , r h p i h ) (r_lp^l_i, r_wp^wi, r_hp^h_i ) (rlpil,rwpwi,rhpih) with object size ( r l l , r w w , r h h ) (r_ll, r_ww, r_hh) (rll,rww,rhh).
框内点坐标被缩放为 ( r l p i l , r w p w i , r h p i h ) (r_lp^l_i, r_wp^wi, r_hp^h_i ) (rlpil,rwpwi,rhpih)

Third, to derive the augmented data p i a u g i = 1 n p \\p^aug_i \\^n_p_i=1 piaugi=1np, the points inside the scaled box are transformed back to the ego-car coordinate system and shifted to the center ( c x , c y , c z ) (c_x, c_y, c_z) (cx,cy,cCAD二次开发 学习笔记-未完待续...

前端调试(未完待续)debugger

未完待续

ant使用(未完待续)

漫谈回溯(未完待续)

未完待续