paper-with-me

Papers

PU-MFA : Point Cloud Up-sampling via Multi-scale Features Attention

2022-08-22 · Hyungjun Lee, Sejoon Lim

Recently, research using point clouds has been increasing with the development of 3D scanner technology. According to this trend, the demand for high-quality point clouds is increasing, but there is still a problem with the high cost of obtaining high-quality point clouds. Therefore, with the recent remarkable development of deep learning, point cloud up-sampling research, which uses deep learning to generate high-quality point clouds from low-quality point clouds, is one of the fields attracting considerable attention. This paper proposes a new point cloud up-sampling method called Point cloud Up-sampling via Multi-scale Features Attention (PU-MFA). Inspired by previous studies that reported good performance using the multi-scale features or attention mechanisms, PU-MFA merges the two through a U-Net structure. In addition, PU-MFA adaptively uses multi-scale features to refine the global features effectively. The performance of PU-MFA was compared with other state-of-the-art methods through various experiments using the PU-GAN dataset, which is a synthetic point cloud dataset, and the KITTI dataset, which is the real-scanned point cloud dataset. In various experimental results, PU-MFA showed superior performance in quantitative and qualitative evaluation compared to other state-of-the-art methods, proving the effectiveness of the proposed method. The attention map of PU-MFA was also visualized to show the effect of multi-scale features.

📄 PDF Abstract BibTeX arXiv:2208.10968

Code (1)

rhtm02/PU-MFA 공식 구현 pytorch

Tasks

Point cloud reconstructionPoint Cloud Super Resolution

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음

Similar Papers 제목 키워드 기반

BIMS-PU: Bi-Directional and Multi-Scale Point Cloud Upsampling

2022-06-25 · Yechao Bai, Xiaogang Wang, Marcelo H. Ang Jr, Daniela Rus

The learning and aggregation of multi-scale features are essential in empowering neural networks to capture the fine-grained geometric details in the point cloud upsampling task. Most existing approaches extract multi-sc…

point cloud upsampling

PU-GCN: Point Cloud Upsampling using Graph Convolutional Networks

2019-11-30 · CVPR 2021 1 · Guocheng Qian, Abdulellah Abualshour, Guohao Li, Ali Thabet 외

The effectiveness of learning-based point cloud upsampling pipelines heavily relies on the upsampling modules and feature extractors used therein. For the point upsampling module, we propose a novel model called NodeShuf…

3D ReconstructionPoint Cloud Super Resolutionpoint cloud upsampling

A Conditional Denoising Diffusion Probabilistic Model for Point Cloud Upsampling

2023-12-03 · CVPR 2024 1 · Wentao Qu, Yuantian Shao, Lingwu Meng, Xiaoshui Huang 외

Point cloud upsampling (PCU) enriches the representation of raw point clouds, significantly improving the performance in downstream tasks such as classification and reconstruction. Most of the existing point cloud upsamp…

Denoisingpoint 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

REPS: Reconstruction-based Point Cloud Sampling

2024-03-08 · Guoqing Zhang, Wenbo Zhao, Jian Liu, Xianming Liu

Sampling is widely used in various point cloud tasks as it can effectively reduce resource consumption. Recently, some methods have proposed utilizing neural networks to optimize the sampling process for various task req…