paper-with-me

Papers

Diverse Plausible Shape Completions from Ambiguous Depth Images

2020-11-18 · Brad Saund, Dmitry Berenson

We propose PSSNet, a network architecture for generating diverse plausible 3D reconstructions from a single 2.5D depth image. Existing methods tend to produce only small variations on a single shape, even when multiple shapes are consistent with an observation. To obtain diversity we alter a Variational Auto Encoder by providing a learned shape bounding box feature as side information during training. Since these features are known during training, we are able to add a supervised loss to the encoder and noiseless values to the decoder. To evaluate, we sample a set of completions from a network, construct a set of plausible shape matches for each test observation, and compare using our plausible diversity metric defined over sets of shapes. We perform experiments using Shapenet mugs and partially-occluded YCB objects and find that our method performs comparably in datasets with little ambiguity, and outperforms existing methods when many shapes plausibly fit an observed depth image. We demonstrate one use for PSSNet on a physical robot when grasping objects in occlusion and clutter.

📄 PDF Abstract BibTeX arXiv:2011.09390

Code (1)

UM-ARM-Lab/probabilistic_shape_completion 공식 구현 tf

Tasks

DecoderDiversity

Similar Papers 제목 키워드 기반

ShapeFormer: Transformer-based Shape Completion via Sparse Representation

2022-01-25 · CVPR 2022 1 · Xingguang Yan, Liqiang Lin, Niloy J. Mitra, Dani Lischinski 외

We present ShapeFormer, a transformer-based network that produces a distribution of object completions, conditioned on incomplete, and possibly noisy, point clouds. The resultant distribution can then be sampled to gener…

Diversity

Diverse Shape Completion via Style Modulated Generative Adversarial Networks

2023-11-18 · NeurIPS 2023 11

Shape completion aims to recover the full 3D geometry of an object from a partial observation. This problem is inherently multi-modal since there can be many ways to plausibly complete the missing regions of a shape. Suc…

3D geometryDiversityGenerative Adversarial Network

Curve Reconstruction via the Global Statistics of Natural Curves

2017-11-08 · CVPR 2018 6 · Ehud Barnea, Ohad Ben-Shahar

Reconstructing the missing parts of a curve has been the subject of much computational research, with applications in image inpainting, object synthesis, etc. Different approaches for solving that problem are typically b…

Image Inpainting

HuMoR: 3D Human Motion Model for Robust Pose Estimation

2021-05-10 · ICCV 2021 10 · Davis Rempe, Tolga Birdal, Aaron Hertzmann, Jimei Yang 외

We introduce HuMoR: a 3D Human Motion Model for Robust Estimation of temporal pose and shape. Though substantial progress has been made in estimating 3D human motion and shape from dynamic observations, recovering plausi…

Pose Estimation

Trie-NLG: Trie Context Augmentation to Improve Personalized Query Auto-Completion for Short and Unseen Prefixes

2023-07-28 · Kaushal Kumar Maurya, Maunendra Sankar Desarkar, Manish Gupta, Puneet Agrawal

Query auto-completion (QAC) aims to suggest plausible completions for a given query prefix. Traditionally, QAC systems have leveraged tries curated from historical query logs to suggest most popular completions. In this …

Text Generation