CVAIApr 20, 2023

Multi-view Vision-Prompt Fusion Network: Can 2D Pre-trained Model Boost 3D Point Cloud Data-scarce Learning?

AI2DeepMind
arXiv:2304.10224v21 citationsh-index: 52
Originality Incremental advance
AI Analysis

This addresses data scarcity in 3D point cloud learning for applications such as autonomous driving and robotics, representing a novel hybrid approach rather than a foundational breakthrough.

The paper tackles few-shot 3D point cloud classification by proposing a Multi-view Vision-Prompt Fusion Network (MvNet) that leverages 2D pre-trained models to reduce reliance on large annotated 3D datasets, achieving state-of-the-art performance on benchmarks like ModelNet, ScanObjectNN, and ShapeNet.

Point cloud based 3D deep model has wide applications in many applications such as autonomous driving, house robot, and so on. Inspired by the recent prompt learning in natural language processing, this work proposes a novel Multi-view Vision-Prompt Fusion Network (MvNet) for few-shot 3D point cloud classification. MvNet investigates the possibility of leveraging the off-the-shelf 2D pre-trained models to achieve the few-shot classification, which can alleviate the over-dependence issue of the existing baseline models towards the large-scale annotated 3D point cloud data. Specifically, MvNet first encodes a 3D point cloud into multi-view image features for a number of different views. Then, a novel multi-view prompt fusion module is developed to effectively fuse information from different views to bridge the gap between 3D point cloud data and 2D pre-trained models. A set of 2D image prompts can then be derived to better describe the suitable prior knowledge for a large-scale pre-trained image model for few-shot 3D point cloud classification. Extensive experiments on ModelNet, ScanObjectNN, and ShapeNet datasets demonstrate that MvNet achieves new state-of-the-art performance for 3D few-shot point cloud image classification. The source code of this work will be available soon.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes