paper-with-me

홈 › Papers

Multimodal Robust Prompt Distillation for 3D Point Cloud Models

2025-11-26 · Xiang Gu, Liming Lu, Xu Zheng, Anan Du, Yongbin Zhou, Shuchao Pang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2511.21574

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

P2M2-Net: Part-Aware Prompt-Guided Multimodal Point Cloud Completion

2023-12-29 · Linlian Jiang, Pan Chen, Ye Wang, Tieru Wu 외

Inferring missing regions from severely occluded point clouds is highly challenging. Especially for 3D shapes with rich geometry and structure details, inherent ambiguities of the unknown parts are existing. Existing app…

Point Cloud Completion

MCL-AD: Multimodal Collaboration Learning for Zero-Shot 3D Anomaly Detection

2025-09-12 · Gang Li, Tianjiao Chen, Mingle Zhou, Min Li 외 arxiv

Zero-shot 3D (ZS-3D) anomaly detection aims to identify defects in 3D objects without relying on labeled training data, making it especially valuable in scenarios constrained by data scarcity, privacy, or high annotation…

3D Anomaly DetectionPoint Clouds

Closing the Social-Semantic Gap: SPSD for Edge-Based Prompt Compression in Cloud LLM Inference

2026-06-10 · Abhinit Sen, Ajeet Kumar, Manaranjan Pradhan arxiv

The prefill stage of Large Language Model (LLM) inference is a growing contributor to cloud-scale energy cost. Many consumer-support and conversational prompts contain social scaffolding: politeness markers, apologetic p…

Hyperbolic Distillation: Geometry-Guided Cross-Modal Transfer for Robust 3D Object Detection

2026-05-11 · Kanglin Ning, Wenrui Li, Houde Quan, Qifan Li 외 arxiv

Cross-modal knowledge distillation has emerged as an effective strategy for integrating point cloud and image features in 3D perception tasks. However, the modality heterogeneity, spatial misalignment, and the representa…

Robust 3D Object DetectionKnowledge Distillation

Feature Adversarial Distillation for Point Cloud Classification

2023-06-25 · YuXing Lee, Wei Wu

Due to the point cloud's irregular and unordered geometry structure, conventional knowledge distillation technology lost a lot of information when directly used on point cloud tasks. In this paper, we propose Feature Adv…

ClassificationFADKnowledge DistillationModel Compression+2