用多视角时序信息提升弱监督3D目标检测精度
MVAT: Multi-View Aware Teacher for Weakly Supervised 3D Object Detection
- 利用时序多视角聚合点云构建完整3D表示
- 教师生成伪标签,学生从单视角学习预测3D框
- 适合无3D标注但有2D框的场景,性能接近全监督
3D目标检测的标注成本高昂,推动了基于易获取2D框的弱监督方法发展。但单一视角的2D框存在投影歧义,且部分遮挡导致3D框估计困难。本文提出MVAT框架,利用序列数据中的时序多视角信息,跨时间聚合物体中心点云以构建尽可能密集完整的3D表示。采用教师-学生知识蒸馏:教师网络从单视角学习,目标由时序聚合的静态物体确定;教师生成高质量伪标签,学生则从单视角学习预测静态与移动物体的3D框。整个框架引入多视角2D投影损失,确保预测3D框与所有可用2D标注一致。在nuScenes和Waymo Open数据集上的实验表明,MVAT在弱监督3D目标检测中达到当前最优性能,显著缩小与全监督方法的差距,且无需任何3D框标注。
原文摘要 · Abstract (English)
Annotating 3D data remains a costly bottleneck for 3D object detection, motivating the development of weakly supervised annotation methods that rely on more accessible 2D box annotations. However, relying solely on 2D boxes introduces projection ambiguities since a single 2D box can correspond to multiple valid 3D poses. Furthermore, partial object visibility under a single viewpoint setting makes accurate 3D box estimation difficult. We propose MVAT, a novel framework that leverages temporal multi-view present in sequential data to address these challenges. Our approach aggregates object-centric point clouds across time to build 3D object representations as dense and complete as possible. A Teacher-Student distillation paradigm is employed: The Teacher network learns from single viewpoints but targets are derived from temporally aggregated static objects. Then the Teacher generates high quality pseudo-labels that the Student learns to predict from a single viewpoint for both static and moving objects. The whole framework incorporates a multi-view 2D projection loss to enforce consistency between predicted 3D boxes and all available 2D annotations. Experiments on the nuScenes and Waymo Open datasets demonstrate that MVAT achieves state-of-the-art performance for weakly supervised 3D object detection, significantly narrowing the gap with fully supervised methods without requiring any 3D box annotations. % \footnote{Code available upon acceptance} Our code is available in our public repository (\href{https://github.com/CEA-LIST/MVAT}{code}).
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。