CVMar 19, 2025

PointSFDA: Source-free Domain Adaptation for Point Cloud Completion

arXiv:2503.15144v11 citationsh-index: 19Has Code
Originality Highly original
AI Analysis

This addresses the challenge of applying point cloud completion models to out-of-distribution real-world data, which is incremental as it adapts existing methods without source data.

The paper tackles the problem of point cloud completion on real-world scans by proposing PointSFDA, a source-free domain adaptation framework that uses only a pretrained source model and unlabeled target data, achieving significant performance improvements in cross-domain shape completion.

Conventional methods for point cloud completion, typically trained on synthetic datasets, face significant challenges when applied to out-of-distribution real-world scans. In this paper, we propose an effective yet simple source-free domain adaptation framework for point cloud completion, termed \textbf{PointSFDA}. Unlike unsupervised domain adaptation that reduces the domain gap by directly leveraging labeled source data, PointSFDA uses only a pretrained source model and unlabeled target data for adaptation, avoiding the need for inaccessible source data in practical scenarios. Being the first source-free domain adaptation architecture for point cloud completion, our method offers two core contributions. First, we introduce a coarse-to-fine distillation solution to explicitly transfer the global geometry knowledge learned from the source dataset. Second, as noise may be introduced due to domain gaps, we propose a self-supervised partial-mask consistency training strategy to learn local geometry information in the target domain. Extensive experiments have validated that our method significantly improves the performance of state-of-the-art networks in cross-domain shape completion. Our code is available at \emph{\textcolor{magenta}{https://github.com/Starak-x/PointSFDA}}.

Code Implementations1 repo
Foundations

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

Your Notes