paper-with-me

Papers

CompleteDT: Point Cloud Completion with Dense Augment Inference Transformers

2022-05-30 · Jun Li, Shangwei Guo, Shaokun Han

Point cloud completion task aims to predict the missing part of incomplete point clouds and generate complete point clouds with details. In this paper, we propose a novel point cloud completion network, namely CompleteDT. Specifically, features are learned from point clouds with different resolutions, which is sampled from the incomplete input, and are converted to a series of \textit{spots} based on the geometrical structure. Then, the Dense Relation Augment Module (DRA) based on the transformer is proposed to learn features within \textit{spots} and consider the correlation among these \textit{spots}. The DRA consists of Point Local-Attention Module (PLA) and Point Dense Multi-Scale Attention Module (PDMA), where the PLA captures the local information within the local \textit{spots} by adaptively measuring weights of neighbors and the PDMA exploits the global relationship between these \textit{spots} in a multi-scale densely connected manner. Lastly, the complete shape is predicted from \textit{spots} by the Multi-resolution Point Fusion Module (MPF), which gradually generates complete point clouds from \textit{spots}, and updates \textit{spots} based on these generated point clouds. Experimental results show that, because the DRA based on the transformer can learn the expressive features from the incomplete input and the MPF can fully explore these feature to predict the complete input, our method largely outperforms the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2205.14999

Code (0)

등록된 구현이 없습니다.

Tasks

Point Cloud Completion

Methods 이 논문이 사용한 방법론

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$…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…

Similar Papers 제목 키워드 기반

Sparse Fuse Dense: Towards High Quality 3D Detection with Depth Completion

2022-03-18 · CVPR 2022 1 · Xiaopei Wu, Liang Peng, Honghui Yang, Liang Xie 외

Current LiDAR-only 3D detection methods inevitably suffer from the sparsity of point clouds. Many multi-modal methods are proposed to alleviate this issue, while different representations of images and point clouds make …

3D Object DetectionData AugmentationDepth Completionobject-detection+2

SPoVT: Semantic Prototype Variational Transformer for Dense Point Cloud Semantic Completion

2022-11-15 · Advances in Neural Information Processing Systems 35 2022 11 · Sheng-Yu Huang, Hao-Yu Hsu, Frank Wang

Point cloud completion is an active research topic for 3D vision and has been widely studied in recent years. Instead of directly predicting the missing point cloud from the partial input, we introduce a Semantic-Prototy…

Point Cloud CompletionPoint Cloud Semantic Completion

UltraLiDAR: Learning Compact Representations for LiDAR Completion and Generation

2023-11-02 · Yuwen Xiong, Wei-Chiu Ma, Jingkang Wang, Raquel Urtasun

LiDAR provides accurate geometric measurements of the 3D world. Unfortunately, dense LiDARs are very expensive and the point clouds captured by low-beam LiDAR are often sparse. To address these issues, we present UltraLi…

Point cloud completion via structured feature maps using a feedback network

2022-02-17 · Zejia Su, Haibin Huang, Chongyang Ma, Hui Huang 외

In this paper, we tackle the challenging problem of point cloud completion from the perspective of feature learning. Our key observation is that to recover the underlying structures as well as surface details, given part…

Point Cloud Completionpoint cloud upsampling

Learning Compact Representations for LiDAR Completion and Generation

2023-01-01 · CVPR 2023 1 · Yuwen Xiong, Wei-Chiu Ma, Jingkang Wang, Raquel Urtasun

LiDAR provides accurate geometric measurements of the 3D world. Unfortunately, dense LiDARs are very expensive and the point clouds captured by low-beam LiDAR are often sparse. To address these issues, we present Ult…