CVMar 8

Selective Transfer Learning of Cross-Modality Distillation for Monocular 3D Object Detection

arXiv:2603.07464v114 citations
Predicted impact top 65% in CV · last 90 daysOriginality Highly original
AI Analysis

This work is significant for improving the accuracy of monocular 3D object detection for autonomous vehicles, an incremental but important gain.

Monocular 3D object detection is challenging due to a lack of depth information. This paper addresses the negative transfer problem in cross-modality knowledge distillation, proposing a selective learning approach called MonoSTL that significantly improves the accuracy of base models on KITTI and NuScenes datasets, achieving state-of-the-art results.

Monocular 3D object detection is a promising yet ill-posed task for autonomous vehicles due to the lack of accurate depth information. Cross-modality knowledge distillation could effectively transfer depth information from LiDAR to image-based network. However, modality gap between image and LiDAR seriously limits its accuracy. In this paper, we systematically investigate the negative transfer problem induced by modality gap in cross-modality distillation for the first time, including not only the architecture inconsistency issue but more importantly the feature overfitting issue. We propose a selective learning approach named MonoSTL to overcome these issues, which encourages positive transfer of depth information from LiDAR while alleviates the negative transfer on image-based network. On the one hand, we utilize similar architectures to ensure spatial alignment of features between image-based and LiDAR-based networks. On the other hand, we develop two novel distillation modules, namely Depth-Aware Selective Feature Distillation (DASFD) and Depth-Aware Selective Relation Distillation (DASRD), which selectively learn positive features and relationships of objects by integrating depth uncertainty into feature and relation distillations, respectively. Our approach can be seamlessly integrated into various CNN-based and DETR-based models, where we take three recent models on KITTI and a recent model on NuScenes for validation. Extensive experiments show that our approach considerably improves the accuracy of the base models and thereby achieves the best accuracy compared with all recently released SOTA models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes