arXiv:2409.02007cs.CV2024-09

双分支自监督学习提升点云分类效率与精度

PMT-MAE: Dual-Branch Self-Supervised Learning with Distillation for Efficient Point Cloud Classification

  • 双分支结构融合Transformer与MLP,捕捉丰富特征
  • 在ModelNet40上达93.6%准确率,优于基线与教师模型
  • 仅需40轮训练,适合资源受限场景

自监督学习在点云处理中对特征提取与理解至关重要。本文提出PMT-MAE(Point MLP-Transformer Masked Autoencoder),一种新型自监督学习框架,用于点云分类。PMT-MAE采用双分支架构,结合Transformer与MLP组件以捕获丰富特征:Transformer分支利用全局自注意力机制实现复杂特征交互,平行的MLP分支通过共享全连接层处理令牌,提供互补的特征变换路径。融合机制整合两者特征,增强模型学习完整3D表示的能力。在预训练阶段采用特征蒸馏,在微调阶段采用logit蒸馏,由先进教师模型Point-M2AE引导,确保有效知识迁移。在ModelNet40分类任务中,未使用投票策略即达到93.6%准确率,超越基线Point-MAE(93.2%)和教师模型Point-M2AE(93.4%),证明其学习判别性3D点云表示的能力。此外,该框架具备高效率,预训练与微调均仅需40个周期。PMT-MAE的有效性与高效性使其适用于计算资源有限的场景,为实际点云分析提供了有前景的解决方案。

原文摘要 · Abstract (English)

Advances in self-supervised learning are essential for enhancing feature extraction and understanding in point cloud processing. This paper introduces PMT-MAE (Point MLP-Transformer Masked Autoencoder), a novel self-supervised learning framework for point cloud classification. PMT-MAE features a dual-branch architecture that integrates Transformer and MLP components to capture rich features. The Transformer branch leverages global self-attention for intricate feature interactions, while the parallel MLP branch processes tokens through shared fully connected layers, offering a complementary feature transformation pathway. A fusion mechanism then combines these features, enhancing the model's capacity to learn comprehensive 3D representations. Guided by the sophisticated teacher model Point-M2AE, PMT-MAE employs a distillation strategy that includes feature distillation during pre-training and logit distillation during fine-tuning, ensuring effective knowledge transfer. On the ModelNet40 classification task, achieving an accuracy of 93.6\% without employing voting strategy, PMT-MAE surpasses the baseline Point-MAE (93.2\%) and the teacher Point-M2AE (93.4\%), underscoring its ability to learn discriminative 3D point cloud representations. Additionally, this framework demonstrates high efficiency, requiring only 40 epochs for both pre-training and fine-tuning. PMT-MAE's effectiveness and efficiency render it well-suited for scenarios with limited computational resources, positioning it as a promising solution for practical point cloud analysis.

点云分类自监督学习双分支蒸馏

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