arXiv:2505.17442cs.CV2025-05被引 4

用预测反射率提升压缩点云下的3D目标检测精度。

Reflectance Prediction-based Knowledge Distillation for Robust 3D Object Detection in Compressed Point Clouds

  • 压缩时丢弃反射率,用几何法重建反射信息。
  • 通过教师-学生蒸馏,使模型在低码率下仍保持高精度。
  • 适合车载协同感知等带宽受限场景使用。

在智能交通系统中,通过有损点云压缩实现低比特率传输,对带宽受限环境下车辆与基础设施间的实时协作感知至关重要。现有系统在发送端对点坐标和反射率进行有损压缩,导致反射率编码负担重且检测鲁棒性因信息损失下降。为此,本文提出基于反射率预测的知识蒸馏框架(RPKD):传输时仅压缩点坐标并丢弃反射率,接收端解码后将无反射率点云输入学生检测器;通过基于几何的反射率预测模块重建反射率以实现精准检测。设计同结构的教师检测器,从原始点云到压缩点云进行反射率知识蒸馏(RKD)和检测知识蒸馏(DKD)。跨源蒸馏训练策略(CDTS)使学生检测器具备对低质量压缩数据的鲁棒性,同时保留原始数据的高精度优势。KITTI和DAIR-V2X-V数据集实验表明,该方法在多个码率下均显著提升压缩点云的目标检测性能。代码将公开于https://github.com/HaoJing-SX/RPKD。

原文摘要 · Abstract (English)

Regarding intelligent transportation systems, low-bitrate transmission via lossy point cloud compression is vital for facilitating real-time collaborative perception among connected agents, such as vehicles and infrastructures, under restricted bandwidth. In existing compression transmission systems, the sender lossily compresses point coordinates and reflectance to generate a transmission code stream, which faces transmission burdens from reflectance encoding and limited detection robustness due to information loss. To address these issues, this paper proposes a 3D object detection framework with reflectance prediction-based knowledge distillation (RPKD). We compress point coordinates while discarding reflectance during low-bitrate transmission, and feed the decoded non-reflectance compressed point clouds into a student detector. The discarded reflectance is then reconstructed by a geometry-based reflectance prediction (RP) module within the student detector for precise detection. A teacher detector with the same structure as the student detector is designed for performing reflectance knowledge distillation (RKD) and detection knowledge distillation (DKD) from raw to compressed point clouds. Our cross-source distillation training strategy (CDTS) equips the student detector with robustness to low-quality compressed data while preserving the accuracy benefits of raw data through transferred distillation knowledge. Experimental results on the KITTI and DAIR-V2X-V datasets demonstrate that our method can boost detection accuracy for compressed point clouds across multiple code rates. We will release the code publicly at https://github.com/HaoJing-SX/RPKD.

3D检测点云压缩知识蒸馏反射率预测

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。