Skip to main content
QUICK REVIEW

[論文レビュー] Leveraging Vision-Centric Multi-Modal Expertise for 3D Object Detection

Linyan Huang, Zhiqi Li|arXiv (Cornell University)|Oct 24, 2023
Advanced Neural Network Applications被引用数 8
ひとこと要約

Vision-centric multi-modal expert (VCD-E) とカメラのみの見習いモデル (VCD-A) を導入し、軌道ベースの蒸留と占有リコンストラクションを用いて、カメラのみと多モーダル3D検出器間のギャップを縮小し、nuScenesで最先端の結果を達成する。

ABSTRACT

Current research is primarily dedicated to advancing the accuracy of camera-only 3D object detectors (apprentice) through the knowledge transferred from LiDAR- or multi-modal-based counterparts (expert). However, the presence of the domain gap between LiDAR and camera features, coupled with the inherent incompatibility in temporal fusion, significantly hinders the effectiveness of distillation-based enhancements for apprentices. Motivated by the success of uni-modal distillation, an apprentice-friendly expert model would predominantly rely on camera features, while still achieving comparable performance to multi-modal models. To this end, we introduce VCD, a framework to improve the camera-only apprentice model, including an apprentice-friendly multi-modal expert and temporal-fusion-friendly distillation supervision. The multi-modal expert VCD-E adopts an identical structure as that of the camera-only apprentice in order to alleviate the feature disparity, and leverages LiDAR input as a depth prior to reconstruct the 3D scene, achieving the performance on par with other heterogeneous multi-modal experts. Additionally, a fine-grained trajectory-based distillation module is introduced with the purpose of individually rectifying the motion misalignment for each object in the scene. With those improvements, our camera-only apprentice VCD-A sets new state-of-the-art on nuScenes with a score of 63.1% NDS.

研究の動機と目的

  • カメラのみの3D物体検出器を多モーダル専門家とのドメインギャップを縮小させることで改善を促す。
  • LiDAR深度を深度事前情報として活用しつつ、カメラのみモデルと同一のアーキテクチャを維持する Vision-centric expert を提案する。
  • 長期的な時間融合における運動ミスアラインメントに対処する軌道ベースの蒸年を開発する。
  • occupancy reconstruction を導入して深度推定を強化するための密な深度監視を提供する。

提案手法

  • 画像特徴とLiDAR深度をフュージョンして BEV 表現を構築しつつ、 apprentice と同じアーキテクチャを共有する Vision-centric expert (VCD-E) を作成する。
  • expert を固定し、補助損失を介して中間特徴を camera-only apprentice (VCD-A) に蒸留する。
  • Trajectory-based distillation: 過去のオブジェクト軌道を現在のフレームへワープさせ、整列した BEV 特徴をサンプルして軌道ベースの損失を計算し運動ミスアラインメントを修正する(L_TD)。
  • Occupancy reconstruction: 深度を3D空間へバックプロジェクションし占有グリッドを構築し、expert から apprentice へ L1 に基づく深度/占有監視(L_OR)を適用する。
  • Joint training loss: L_Total = L_A + λ1 L_TD + λ2 L_OR, ここで L_A は apprentice の perceptual loss。

実験結果

リサーチクエスチョン

  • RQ1LiDAR 深度事前情報を持つ Vision-centric expert は、視覚ベースモデルと同一のホモジニアスな形で、最先端の多モーダル手法に匹敵できるか?
  • RQ2軌道ベースの蒸留は、カメラのみ検出器の長期的な時間融合時の動的オブジェクト処理を改善できるか?
  • RQ3占有ベースの深度監視は、BEV空間で前景オブジェクトの深度推定を改善するか?
  • RQ4Vision-centric expert からの知識蒸留は、異なるバックボーンや時間長に対して性能にどう影響するか?

主な発見

MethodsBackboneImage SizeFramesmAP ↑NDS ↑mATE ↓mASE ↓mAOE ↓mAVE ↓mAAE ↓
BEVDetResNet-50256 × 70410.2980.3790.7250.2790.5890.8600.245
PETRResNet-50384 × 105610.3130.3810.7680.2780.5640.9230.225
BEVDet4DResNet-50256 × 70420.3220.4570.7030.2780.4950.3540.206
BEVDepthResNet-50256 × 70420.3510.4750.6390.2670.4790.4280.198
BEVStereoResNet-50256 × 70420.3720.5000.5980.2700.4380.3670.190
STSResNet-50256 × 70420.3770.4890.6010.2750.4500.4460.212
VideoBEVResNet-50256 × 70480.4220.5350.5640.2760.4400.2860.198
SOLOFusionResNet-50256 × 70416+10.4270.5340.5670.2740.4110.2520.188
StreamPETRResNet-50256 × 70480.4320.5400.5810.2720.4130.2950.195
BaselineResNet-50256 × 7048+10.4010.5150.5950.2790.4890.2910.198
VCD-AResNet-50256 × 7048+10.4260.5400.5470.2710.4330.2680.207
Baseline ∗ResNet-50256 × 7048+10.4180.5420.5220.2670.4280.2620.188
VCD-A ∗ResNet-50256 × 7048+10.4460.5660.4970.2600.3500.2570.203
  • VCD-E は、 image backbone に深度事前情報を組み合わせるだけで、nuScenes val において 67.7% mAP と 71.1% NDS の結果を達成し、最先端の多モーダル手法と競合できる。
  • VCD-A は nuScenes val で prior camera-only SOTA を上回り(NDS 0.566, mAP 0.446、test-time augmentation あり)、テストセットでは主導(NDS 0.631, mAP 0.548、ConvNext-B backbone)。
  • Trajectory-based distillation により長期的な窓長の増加に伴い、NDS が最大で 5.7 ポイント、mAP が最大で 5.7 ポイント向上。
  • Occupancy reconstruction は密な3D監視を提供し、深度予測と物体位置推定を改善し、全体的なゲインに顕著に寄与。
  • 長期的な時間融合、軌道ベース蒸留、占有監視の組み合わせにより、nuScenes における camera-only 検出器の最先端結果を達成。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。