PoCCA improves point cloud self-supervised learning by fusing online and target branch features via cross-attention before the contrastive loss, achieving state-of-the-art among methods without extra training data.
SeedFormer: Patch Seeds based Point Cloud Completion with Upsample Transformer
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Point cloud completion has become increasingly popular among generation tasks of 3D point clouds, as it is a challenging yet indispensable problem to recover the complete shape of a 3D object from its partial observation. In this paper, we propose a novel SeedFormer to improve the ability of detail preservation and recovery in point cloud completion. Unlike previous methods based on a global feature vector, we introduce a new shape representation, namely Patch Seeds, which not only captures general structures from partial inputs but also preserves regional information of local patterns. Then, by integrating seed features into the generation process, we can recover faithful details for complete point clouds in a coarse-to-fine manner. Moreover, we devise an Upsample Transformer by extending the transformer structure into basic operations of point generators, which effectively incorporates spatial and semantic relationships between neighboring points. Qualitative and quantitative evaluations demonstrate that our method outperforms state-of-the-art completion networks on several benchmark datasets. Our code is available at https://github.com/hrzhou2/seedformer.
citation-role summary
citation-polarity summary
fields
cs.CV 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
A Cross Branch Fusion-Based Contrastive Learning Framework for Point Cloud Self-supervised Learning
PoCCA improves point cloud self-supervised learning by fusing online and target branch features via cross-attention before the contrastive loss, achieving state-of-the-art among methods without extra training data.