paper-with-me

Papers

Point Cloud Scene Completion with Joint Color and Semantic Estimation from Single RGB-D Image

2022-10-12 · Zhaoxuan Zhang, Xiaoguang Han, Bo Dong, Tong Li, BaoCai Yin, Xin Yang

We present a deep reinforcement learning method of progressive view inpainting for colored semantic point cloud scene completion under volume guidance, achieving high-quality scene reconstruction from only a single RGB-D image with severe occlusion. Our approach is end-to-end, consisting of three modules: 3D scene volume reconstruction, 2D RGB-D and segmentation image inpainting, and multi-view selection for completion. Given a single RGB-D image, our method first predicts its semantic segmentation map and goes through the 3D volume branch to obtain a volumetric scene reconstruction as a guide to the next view inpainting step, which attempts to make up the missing information; the third step involves projecting the volume under the same view of the input, concatenating them to complete the current view RGB-D and segmentation map, and integrating all RGB-D and segmentation maps into the point cloud. Since the occluded areas are unavailable, we resort to a A3C network to glance around and pick the next best view for large hole completion progressively until a scene is adequately reconstructed while guaranteeing validity. All steps are learned jointly to achieve robust and consistent results. We perform qualitative and quantitative evaluations with extensive experiments on the 3D-FUTURE data, obtaining better results than state-of-the-arts.

📄 PDF Abstract BibTeX arXiv:2210.05891

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningImage InpaintingSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
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…
Entropy Regularization 설명 없음
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$…
A3C A3C, Asynchronous Advantage Actor Critic, is a policy gradient algorithm in reinforcement learning that maintains a policy $\pi\left(a\_{t}\mid{s}\_{t}; \theta\right)$ and…
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

PointSSC: A Cooperative Vehicle-Infrastructure Point Cloud Benchmark for Semantic Scene Completion

2023-09-22 · Yuxiang Yan, Boda Liu, Jianfei Ai, Qinbu Li 외

Semantic Scene Completion (SSC) aims to jointly generate space occupancies and semantic labels for complex 3D scenes. Most existing SSC models focus on volumetric representations, which are memory-inefficient for large o…

Point Cloud CompletionSegmentation

Real-Time LiDAR Point Cloud Densification for Low-Latency Spatial Data Transmission

2026-01-03 · Kazuhiko Murasaki, Shunsuke Konagai, Masakatsu Aoki, Taiga Yoshida 외 arxiv

To realize low-latency spatial transmission system for immersive telepresence, there are two major problems: capturing dynamic 3D scene densely and processing them in real time. LiDAR sensors capture 3D in real time, but…

Depth CompletionPoint Clouds

Colored Point Cloud Registration Revisited

2017-10-01 · ICCV 2017 10 · Jaesik Park, Qian-Yi Zhou, Vladlen Koltun

We present an algorithm for tightly aligning two colored point clouds. The key idea is to optimize a joint photometric and geometric objective that locks the alignment along both the normal direction and the tangent plan…

Point Cloud Registration

GPN: Generative Point-based NeRF

2024-04-12 · Haipeng Wang

Scanning real-life scenes with modern registration devices typically gives incomplete point cloud representations, primarily due to the limitations of partial scanning, 3D occlusions, and dynamic light conditions. Recent…

DecoderNeRFPoint Cloud Completion

PointCA: Evaluating the Robustness of 3D Point Cloud Completion Models Against Adversarial Examples

2022-11-22 · Shengshan Hu, Junwei Zhang, Wei Liu, Junhui Hou 외

Point cloud completion, as the upstream procedure of 3D recognition and segmentation, has become an essential part of many tasks such as navigation and scene understanding. While various point cloud completion models hav…

Adversarial AttackPoint Cloud ClassificationPoint Cloud CompletionScene Understanding