CVROSep 24, 2024

Point-PNG: Conditional Pseudo-Negatives Generation for Point Cloud Pre-Training

arXiv:2409.15832v3h-index: 65
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in point cloud representation learning for computer vision applications, offering an incremental improvement over existing methods.

The paper tackles the problem of invariant collapse in self-supervised learning for point clouds, where predictors degenerate into identity mappings, by proposing Point-PNG, a framework that generates conditional pseudo-negatives to penalize this collapse, resulting in competitive performance on shape classification and superior accuracy in relative pose estimation compared to supervised baselines.

We propose Point-PNG, a novel self-supervised learning framework that generates conditional pseudo-negatives in the latent space to learn point cloud representations that are both discriminative and transformation-sensitive. Conventional self-supervised learning methods focus on achieving invariance, discarding transformation-specific information. Recent approaches incorporate transformation sensitivity by explicitly modeling relationships between original and transformed inputs. However, they often suffer from an invariant-collapse phenomenon, where the predictor degenerates into identity mappings, resulting in latent representations with limited variation across transformations. To address this, we propose Point-PNG that explicitly penalizes invariant collapse through pseudo-negatives generation, enabling the network to capture richer transformation cues while preserving discriminative representations. To this end, we introduce a parametric network, COnditional Pseudo-Negatives Embedding (COPE), which learns localized displacements induced by transformations within the latent space. A key challenge arises when jointly training COPE with the MAE, as it tends to converge to trivial identity mappings. To overcome this, we design a loss function based on pseudo-negatives conditioned on the transformation, which penalizes such trivial invariant solutions and enforces meaningful representation learning. We validate Point-PNG on shape classification and relative pose estimation tasks, showing competitive performance on ModelNet40 and ScanObjectNN under challenging evaluation protocols, and achieving superior accuracy in relative pose estimation compared to supervised baselines.

Foundations

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

Your Notes