CVNov 6, 2025

Self-Supervised Implicit Attention Priors for Point Cloud Reconstruction

arXiv:2511.04864v2h-index: 4
Originality Incremental advance
AI Analysis

This addresses the problem of surface reconstruction from point clouds for applications in computer graphics and vision, offering an incremental improvement by combining learned priors with classical methods.

The paper tackles the ill-posed problem of recovering high-quality surfaces from irregular point clouds by introducing a self-supervised implicit attention prior that distills shape-specific priors directly from the input, resulting in outperforming classical and learning-based approaches with superior detail preservation and robustness to degradations.

Recovering high-quality surfaces from irregular point cloud is ill-posed unless strong geometric priors are available. We introduce an implicit self-prior approach that distills a shape-specific prior directly from the input point cloud itself and embeds it within an implicit neural representation. This is achieved by jointly training a small dictionary of learnable embeddings with an implicit distance field; at every query location, the field attends to the dictionary via cross-attention, enabling the network to capture and reuse repeating structures and long-range correlations inherent to the shape. Optimized solely with self-supervised point cloud reconstruction losses, our approach requires no external training data. To effectively integrate this learned prior while preserving input fidelity, the trained field is then sampled to extract densely distributed points and analytic normals via automatic differentiation. We integrate the resulting dense point cloud and corresponding normals into a robust implicit moving least squares (RIMLS) formulation. We show this hybrid strategy preserves fine geometric details in the input data, while leveraging the learned prior to regularize sparse regions. Experiments show that our method outperforms both classical and learning-based approaches in generating high-fidelity surfaces with superior detail preservation and robustness to common data degradations.

Foundations

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

Your Notes