CVJun 18, 2023

Point-Cloud Completion with Pretrained Text-to-image Diffusion Models

arXiv:2306.10533v150 citationsh-index: 18Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of point-cloud completion for objects not well-represented in training datasets, which is incremental as it adapts existing diffusion models to a new domain.

The paper tackles the problem of completing incomplete point-cloud data from real-world sensors by leveraging pretrained text-to-image diffusion models, achieving a 50% reduction in Chamfer loss on average compared to existing methods for out-of-distribution objects.

Point-cloud data collected in real-world applications are often incomplete. Data is typically missing due to objects being observed from partial viewpoints, which only capture a specific perspective or angle. Additionally, data can be incomplete due to occlusion and low-resolution sampling. Existing completion approaches rely on datasets of predefined objects to guide the completion of noisy and incomplete, point clouds. However, these approaches perform poorly when tested on Out-Of-Distribution (OOD) objects, that are poorly represented in the training dataset. Here we leverage recent advances in text-guided image generation, which lead to major breakthroughs in text-guided shape generation. We describe an approach called SDS-Complete that uses a pre-trained text-to-image diffusion model and leverages the text semantics of a given incomplete point cloud of an object, to obtain a complete surface representation. SDS-Complete can complete a variety of objects using test-time optimization without expensive collection of 3D information. We evaluate SDS Complete on incomplete scanned objects, captured by real-world depth sensors and LiDAR scanners. We find that it effectively reconstructs objects that are absent from common datasets, reducing Chamfer loss by 50% on average compared with current methods. Project page: https://sds-complete.github.io/

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes