Multimodal Robust Prompt Distillation for 3D Point Cloud Models
Xiang Gu, Liming Lu, Xu Zheng, Anan Du, Yongbin Zhou, Shuchao Pang
TL;DR
This paper tackles the vulnerability of 3D point cloud models to adversarial attacks, which is exacerbated by high computational costs of many defenses. It proposes Multimodal Robust Prompt Distillation (MRPD), a teacher-student framework that distills robustness from three modalities—image (via depth projections), text (learnable prompts), and a strong 3D teacher—into lightweight prompts for the student, with a confidence-gated distillation loss and dynamic modality balancing. The training-time distillation yields robust models with zero inference overhead, achieving state-of-the-art or competitive robustness on ModelNet40 and ScanObjectNN under white-box and black-box attacks, while preserving or improving clean accuracy. The work demonstrates that multimodal knowledge transfer, when coupled with prompt tuning, provides a practical and generalizable defense for 3D vision systems, with broad implications for secure, real-time 3D perception.
Abstract
Adversarial attacks pose a significant threat to learning-based 3D point cloud models, critically undermining their reliability in security-sensitive applications. Existing defense methods often suffer from (1) high computational overhead and (2) poor generalization ability across diverse attack types. To bridge these gaps, we propose a novel yet efficient teacher-student framework, namely Multimodal Robust Prompt Distillation (MRPD) for distilling robust 3D point cloud model. It learns lightweight prompts by aligning student point cloud model's features with robust embeddings from three distinct teachers: a vision model processing depth projections, a high-performance 3D model, and a text encoder. To ensure a reliable knowledge transfer, this distillation is guided by a confidence-gated mechanism which dynamically balances the contribution of all input modalities. Notably, since the distillation is all during the training stage, there is no additional computational cost at inference. Extensive experiments demonstrate that MRPD substantially outperforms state-of-the-art defense methods against a wide range of white-box and black-box attacks, while even achieving better performance on clean data. Our work presents a new, practical paradigm for building robust 3D vision systems by efficiently harnessing multimodal knowledge.
