paper-with-me

Papers

Shape Completion with Points in the Shadow

2022-09-17 · BoWen Zhang, Xi Zhao, He Wang, Ruizhen Hu

Single-view point cloud completion aims to recover the full geometry of an object based on only limited observation, which is extremely hard due to the data sparsity and occlusion. The core challenge is to generate plausible geometries to fill the unobserved part of the object based on a partial scan, which is under-constrained and suffers from a huge solution space. Inspired by the classic shadow volume technique in computer graphics, we propose a new method to reduce the solution space effectively. Our method considers the camera a light source that casts rays toward the object. Such light rays build a reasonably constrained but sufficiently expressive basis for completion. The completion process is then formulated as a point displacement optimization problem. Points are initialized at the partial scan and then moved to their goal locations with two types of movements for each point: directional movements along the light rays and constrained local movement for shape refinement. We design neural networks to predict the ideal point movements to get the completion results. We demonstrate that our method is accurate, robust, and generalizable through exhaustive evaluation and comparison. Moreover, it outperforms state-of-the-art methods qualitatively and quantitatively on MVP datasets.

📄 PDF Abstract BibTeX arXiv:2209.08345

Code (1)

zhangbowen-wx/Shape-Completion-with-Points-in-the-Shadow 공식 구현 pytorch

Tasks

ObjectPoint Cloud Completion

Similar Papers 제목 키워드 기반

OSCAR: Occupancy-based Shape Completion via Acoustic Neural Implicit Representations

2026-03-09 · Magdalena Wysocki, Kadir Burak Buldu, Miruna-Alexandra Gafencu, Mohammad Farid Azampour 외 arxiv

Accurate 3D reconstruction of vertebral anatomy from ultrasound is important for guiding minimally invasive spine interventions, but it remains challenging due to acoustic shadowing and view-dependent signal variations. …

3D Reconstruction

FSC: Few-point Shape Completion

2024-03-12 · CVPR 2024 1 · Xianzu Wu, Xianfeng Wu, Tianyu Luan, Yajing Bai 외

While previous studies have demonstrated successful 3D object shape completion with a sufficient number of points, they often fail in scenarios when a few points, e.g. tens of points, are observed. Surprisingly, via entr…

DecoderObject

LAKe-Net: Topology-Aware Point Cloud Completion by Localizing Aligned Keypoints

2022-03-31 · CVPR 2022 1 · Junshu Tang, Zhijun Gong, Ran Yi, Yuan Xie 외

Point cloud completion aims at completing geometric and topological shapes from a partial observation. However, some topology of the original shape is missing, existing methods directly predict the location of complete p…

Point Cloud Completion

Point Cloud Completion by Learning Shape Priors

2020-08-02 · Xiaogang Wang, Marcelo H. Ang Jr, Gim Hee Lee

In view of the difficulty in reconstructing object details in point cloud completion, we propose a shape prior learning method for object completion. The shape priors include geometric information in both complete and th…

Generative Adversarial NetworkPoint Cloud Completion

ESCAPE: Equivariant Shape Completion via Anchor Point Encoding

2024-12-01 · CVPR 2025 1 · Burak Bekci, Nassir Navab, Federico Tombari, Mahdi Saleh

Shape completion, a crucial task in 3D computer vision, involves predicting and filling the missing regions of scanned or partially observed objects. Current methods expect known pose or canonical coordinates and do not …

Pose Estimation