paper-with-me

홈 › Papers

RGB2Point: 3D Point Cloud Generation from Single RGB Images

2024-07-20 · Jae Joong Lee, Bedrich Benes

We introduce RGB2Point, an unposed single-view RGB image to a 3D point cloud generation based on Transformer. RGB2Point takes an input image of an object and generates a dense 3D point cloud. Contrary to prior works based on CNN layers and diffusion denoising approaches, we use pre-trained Transformer layers that are fast and generate high-quality point clouds with consistent quality over available categories. Our generated point clouds demonstrate high quality on a real-world dataset, as evidenced by improved Chamfer distance (51.15%) and Earth Mover's distance (45.96%) metrics compared to the current state-of-the-art. Additionally, our approach shows a better quality on a synthetic dataset, achieving better Chamfer distance (39.26%), Earth Mover's distance (26.95%), and F-score (47.16%). Moreover, our method produces 63.1% more consistent high-quality results across various object categories compared to prior works. Furthermore, RGB2Point is computationally efficient, requiring only 2.3GB of VRAM to reconstruct a 3D point cloud from a single RGB image, and our implementation generates the results 15,133x faster than a SOTA diffusion-based model.

📄 PDF Abstract BibTeX arXiv:2407.14979

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingPoint Cloud Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
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$…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

SE-MD: A Single-encoder multiple-decoder deep network for point cloud generation from 2D images

2021-06-17 · Abdul Mueed Hafiz, Rouf Ul Alam Bhat, Shabir Ahmad Parah, M. Hassaballah

3D model generation from single 2D RGB images is a challenging and actively researched computer vision task. Various techniques using conventional network architectures have been proposed for the same. However, the body …

DecoderPoint Cloud Generation

Inferring Point Clouds from Single Monocular Images by Depth Intermediation

2018-12-04 · Wei Zeng, Sezer Karaoglu, Theo Gevers

In this paper, we propose a pipeline to generate 3D point cloud of an object from a single-view RGB image. Most previous work predict the 3D point coordinates from single RGB images directly. We decompose this problem in…

3D Object ReconstructionDepth EstimationObjectObject Reconstruction+1

Points-to-3D: Structure-Aware 3D Generation with Point Cloud Priors

2026-03-19 · Jiatong Xia, Zicheng Duan, Anton van den Hengel, Lingqiao Liu arxiv

Recent progress in 3D generation has been driven largely by models conditioned on images or text, while readily available 3D priors are still underused. In many real-world scenarios, the visible-region point cloud are ea…

Scene Generation3D GenerationPoint Clouds

RealPoint3D: Point Cloud Generation from a Single Image with Complex Background

2018-09-08 · Yan Xia, Yang Zhang, Dingfu Zhou, Xinyu Huang 외

3D point cloud generation by the deep neural network from a single image has been attracting more and more researchers' attention. However, recently-proposed methods require the objects be captured with relatively clean …

3D GenerationPoint Cloud Generation

A Hybrid Generative and Discriminative PointNet on Unordered Point Sets

2024-04-19 · Yang Ye, Shihao Ji

As point cloud provides a natural and flexible representation usable in myriad applications (e.g., robotics and self-driving cars), the ability to synthesize point clouds for analysis becomes crucial. Recently, Xie et al…

image-classificationImage ClassificationPoint Cloud ClassificationPoint Cloud Generation+1