Multimodality Helps Few-shot 3D Point Cloud Semantic Segmentation
Zhaochong An, Guolei Sun, Yun Liu, Runjia Li, Min Wu, Ming-Ming Cheng, Ender Konukoglu, Serge Belongie
TL;DR
The paper tackles FS-PCS by introducing a cost-free multimodal setup that exploits textual class names and implicitly available 2D images during pretraining. It presents MM-FSS, a multimodal FS-PCS model with two feature heads (IF and UF), and two fusion modules (MCF and MSF) to fuse intermodal, unimodal, and textual information, complemented by a test-time Adaptive Cross-modal Calibration (TACC). Through a two-stage training pipeline—2D-aligned pretraining followed by episodic meta-learning—MM-FSS achieves consistent, significant gains over state-of-the-art methods on S3DIS and ScanNet, demonstrating the value of free modalities for few-shot 3D segmentation. The work provides practical insights into multimodal integration for FS-PCS and offers a reproducible approach with publicly available code, highlighting avenues for further research in multimodal, few-shot perception.
Abstract
Few-shot 3D point cloud segmentation (FS-PCS) aims at generalizing models to segment novel categories with minimal annotated support samples. While existing FS-PCS methods have shown promise, they primarily focus on unimodal point cloud inputs, overlooking the potential benefits of leveraging multimodal information. In this paper, we address this gap by introducing a multimodal FS-PCS setup, utilizing textual labels and the potentially available 2D image modality. Under this easy-to-achieve setup, we present the MultiModal Few-Shot SegNet (MM-FSS), a model effectively harnessing complementary information from multiple modalities. MM-FSS employs a shared backbone with two heads to extract intermodal and unimodal visual features, and a pretrained text encoder to generate text embeddings. To fully exploit the multimodal information, we propose a Multimodal Correlation Fusion (MCF) module to generate multimodal correlations, and a Multimodal Semantic Fusion (MSF) module to refine the correlations using text-aware semantic guidance. Additionally, we propose a simple yet effective Test-time Adaptive Cross-modal Calibration (TACC) technique to mitigate training bias, further improving generalization. Experimental results on S3DIS and ScanNet datasets demonstrate significant performance improvements achieved by our method. The efficacy of our approach indicates the benefits of leveraging commonly-ignored free modalities for FS-PCS, providing valuable insights for future research. The code is available at https://github.com/ZhaochongAn/Multimodality-3D-Few-Shot
