paper-with-me

Papers

Arbitrary Point Cloud Upsampling with Spherical Mixture of Gaussians

2022-08-10 · Anthony Dell'Eva, Marco Orsingher, Massimo Bertozzi

Generating dense point clouds from sparse raw data benefits downstream 3D understanding tasks, but existing models are limited to a fixed upsampling ratio or to a short range of integer values. In this paper, we present APU-SMOG, a Transformer-based model for Arbitrary Point cloud Upsampling (APU). The sparse input is firstly mapped to a Spherical Mixture of Gaussians (SMOG) distribution, from which an arbitrary number of points can be sampled. Then, these samples are fed as queries to the Transformer decoder, which maps them back to the target surface. Extensive qualitative and quantitative evaluations show that APU-SMOG outperforms state-of-the-art fixed-ratio methods, while effectively enabling upsampling with any scaling factor, including non-integer values, with a single trained model. The code is available at https://github.com/apusmog/apusmog/

📄 PDF Abstract BibTeX arXiv:2208.05274

Code (1)

apusmog/apusmog 공식 구현 pytorch

Tasks

Decoderpoint cloud upsampling

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Arbitrary point cloud upsampling via Dual Back-Projection Network

2023-07-18 · Zhi-Song Liu, Zijia Wang, Zhen Jia

Point clouds acquired from 3D sensors are usually sparse and noisy. Point cloud upsampling is an approach to increase the density of the point cloud so that detailed geometric information can be restored. In this paper, …

point cloud upsamplingset matching

Grad-PU: Arbitrary-Scale Point Cloud Upsampling via Gradient Descent with Learned Distance Functions

2023-04-24 · CVPR 2023 1 · Yun He, Danhang Tang, yinda zhang, xiangyang xue 외

Most existing point cloud upsampling methods have roughly three steps: feature extraction, feature expansion and 3D coordinate prediction. However,they usually suffer from two critical issues: (1)fixed upsampling rate af…

point cloud upsampling

PU-EVA: An Edge-Vector Based Approximation Solution for Flexible-Scale Point Cloud Upsampling

2021-01-01 · ICCV 2021 10 · Luqing Luo, Lulu Tang, Wanyi Zhou, Shizheng Wang 외

High-quality point clouds have practical significance for point-based rendering, semantic understanding, and surface reconstruction. Upsampling sparse, noisy and non-uniform point clouds for a denser and more regular…

point cloud upsamplingSurface Reconstruction

Meta-PU: An Arbitrary-Scale Upsampling Network for Point Cloud

2021-02-09 · Shuquan Ye; Dongdong Chen; Songfang Han; Ziyu Wan; Jing Liao

Point cloud upsampling is vital for the quality of the mesh in three-dimensional reconstruction. Recent research on point cloud upsampling has achieved great success due to the development of deep learning. However, the …

Point Cloud Super Resolutionpoint cloud upsampling

Arbitrary-Scale Point Cloud Upsampling by Voxel-Based Network with Latent Geometric-Consistent Learning

2024-03-08 · Hang Du, Xuejun Yan, Jingjing Wang, Di Xie 외

Recently, arbitrary-scale point cloud upsampling mechanism became increasingly popular due to its efficiency and convenience for practical applications. To achieve this, most previous approaches formulate it as a problem…

point cloud upsampling