CVApr 24, 2023

NoiseTrans: Point Cloud Denoising with Transformers

arXiv:2304.11812v14 citationsh-index: 11
Originality Incremental advance
AI Analysis

This addresses noise interference in point clouds for downstream 3D tasks, representing an incremental improvement with a novel transformer-based method.

The paper tackled point cloud denoising to recover underlying surfaces from noisy data, and the proposed NoiseTrans model outperformed state-of-the-art methods across various datasets and noise environments.

Point clouds obtained from capture devices or 3D reconstruction techniques are often noisy and interfere with downstream tasks. The paper aims to recover the underlying surface of noisy point clouds. We design a novel model, NoiseTrans, which uses transformer encoder architecture for point cloud denoising. Specifically, we obtain structural similarity of point-based point clouds with the assistance of the transformer's core self-attention mechanism. By expressing the noisy point cloud as a set of unordered vectors, we convert point clouds into point embeddings and employ Transformer to generate clean point clouds. To make the Transformer preserve details when sensing the point cloud, we design the Local Point Attention to prevent the point cloud from being over-smooth. In addition, we also propose sparse encoding, which enables the Transformer to better perceive the structural relationships of the point cloud and improve the denoising performance. Experiments show that our model outperforms state-of-the-art methods in various datasets and noise environments.

Foundations

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

Your Notes