幾個攝像頭和雷達融合的目標(biāo)檢測方法

來源 |  知乎專欄(黃浴)

關(guān)于傳感器融合,特別是攝像頭、激光雷達和雷達的前融合和和特征融合,是一個引人注意的方向。

1 “YOdar: Uncertainty-based Sensor Fusion for Vehicle Detection with Camera and Radar Sensors“, 11,2020

基于不確定性的融合方法。后處理采用gradient boosting,視覺來自YOLOv3,雷達來自1D segmentation network。

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖1
幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖2
FCN-8 inspired radar network

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖3
Image of a radar detection example with four predicted slice bundles

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖4
YOdar

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖5
幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖6


2 “Warping of Radar Data into Camera Image for Cross-Modal Supervision in Automotive Applications”,12,2020


將雷達的range-Doppler (RD) spectrum投射到攝像頭平面。由于設(shè)計的warping函數(shù)可微分,所以在訓(xùn)練框架下做BP。該warping操作依賴于環(huán)境精確的scene flow,故提出一個來自激光雷達、攝像頭和雷達的scene flow估計方法,以提高warping操作精度。實驗應(yīng)用涉及了direction-of-arrival (DoA) estimation, target detection, semantic segmentation 和 estimation of radar power from camera data等。

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖7
model pipeline

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖8
DRISFwR overview (deep rigid instance scene flow with radar)

Automatic scene flow alignment to Radar data via DRISFwR:

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖9
RGB image and RD-map with two vehicles

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖10
Scale-space of radar data used in DRISFwR with energy & partial derivative

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖11
Power projections

RD-map warping into camera image:

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖12

Loss in scale-space:

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖13

最后實驗結(jié)果比較:

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖14
幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖15
幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖16

Qualitative results of target detection on test data examples

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖17
Qualitative results of semantic segmentation on test data examples

Overview of the model pipeline for camera based estimators for NN training:

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖18

Qualitative results of SNR prediction on test data:

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖19


3 "RODNet: A Real-Time Radar Object Detection Network Cross-Supervised by Camera-Radar Fused Object 3D Localization", 2 2021


雷達目標(biāo)檢測網(wǎng)絡(luò)RODNet,但訓(xùn)練是通過一個攝像頭-雷達監(jiān)督算法,無需標(biāo)注,可實現(xiàn)射頻(RF)圖像的實時目標(biāo)檢測。原始毫米波雷達信號轉(zhuǎn)換為range-azimuth坐標(biāo)的RF圖像;RODNet預(yù)測雷達FoV的目標(biāo)似然性。兩個定制的模塊M-Net和temporal deformable convolution分別處理multi-chirp merging信息以及目標(biāo)相對運動。訓(xùn)練中采用camera-radar fusion (CRF) 策略,另外還建立一個新數(shù)據(jù)集CRUW1。

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖20
cross-modal supervision pipeline for radar object detection in a teacher-student platform

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖21
workflow of the RF image generation from the raw radar signals

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖22
The architecture and modules of RODNet

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖23
Three teacher’s pipelines for cross-model supervision

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖24
幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖25
幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖26
temporal inception convolution layer

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖27


4 “Radar Camera Fusion via Representation Learning in Autonomous Driving”,4,2021


重點討論data association問題。而rule-based association methods問題較多,故此討論radar-camera association via deep representation learning 以開發(fā)特征級的交互和全局推理。將檢測結(jié)果轉(zhuǎn)換成圖像通道,和原圖像一起送入一個深度CNN模型,即AssociationNet。另外,設(shè)計了一個loss sampling mechanism 和 ordinal loss 來克服不完美的標(biāo)注困難,確保一個類似人工的推理邏輯。

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖28
associations between radardetections (radar pins) and camera detections (2D bounding boxes).

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖29
AssociationNet

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖30
architecture of the neural network

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖31
process of obtaining final associationsfrom the learned representation vectors

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖32
illustration of radar pins, bounding boxes, and association relationships under BEV perspective

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖33
幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖34
the red solid lines represent the true-positive associations; and the pink solid lines represent predicted positive associations but labeled as uncertain in the ground-truth

幾個攝像頭和雷達融合的目標(biāo)檢測方法的圖35
The added green lines represent the false-positive predictions; and the added black lines represent the false-negative predictions

登錄后免費查看全文
立即登錄
App下載
技術(shù)鄰APP
工程師必備
  • 項目客服
  • 培訓(xùn)客服
  • 平臺客服

TOP