CVSep 17, 2025

White Aggregation and Restoration for Few-shot 3D Point Cloud Semantic Segmentation

arXiv:2509.13907v1h-index: 7
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem in 3D computer vision for applications like robotics and autonomous driving, offering an incremental improvement over existing methods.

The paper tackles the problem of few-shot 3D point cloud semantic segmentation by proposing a White Aggregation and Restoration Module (WARM) to improve prototype generation, achieving state-of-the-art performance with significant margins on multiple benchmarks.

Few-Shot 3D Point Cloud Segmentation (FS-PCS) aims to predict per-point labels for an unlabeled point cloud, given only a few labeled examples. To extract discriminative representations from the limited support set, existing methods have constructed prototypes using conventional algorithms such as farthest point sampling. However, we point out that its initial randomness significantly affects FS-PCS performance and that the prototype generation process remains underexplored despite its prevalence. This motivates us to investigate an advanced prototype generation method based on attention mechanism. Despite its potential, we found that vanilla module suffers from the distributional gap between learnable prototypical tokens and support features. To overcome this, we propose White Aggregation and Restoration Module (WARM), which resolves the misalignment by sandwiching cross-attention between whitening and coloring transformations. Specifically, whitening aligns the support features to prototypical tokens before attention process, and subsequently coloring restores the original distribution to the attended tokens. This simple yet effective design enables robust attention, thereby generating representative prototypes by capturing the semantic relationships among support features. Our method achieves state-of-the-art performance with a significant margin on multiple FS-PCS benchmarks, demonstrating its effectiveness through extensive experiments.

Foundations

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

Your Notes