paper-with-me

홈 › Papers

Learning Latent Part-Whole Hierarchies for Point Clouds

2022-11-14 · Xiang Gao, Wei Hu, Renjie Liao

Strong evidence suggests that humans perceive the 3D world by parsing visual scenes and objects into part-whole hierarchies. Although deep neural networks have the capability of learning powerful multi-level representations, they can not explicitly model part-whole hierarchies, which limits their expressiveness and interpretability in processing 3D vision data such as point clouds. To this end, we propose an encoder-decoder style latent variable model that explicitly learns the part-whole hierarchies for the multi-level point cloud segmentation. Specifically, the encoder takes a point cloud as input and predicts the per-point latent subpart distribution at the middle level. The decoder takes the latent variable and the feature from the encoder as an input and predicts the per-point part distribution at the top level. During training, only annotated part labels at the top level are provided, thus making the whole framework weakly supervised. We explore two kinds of approximated inference algorithms, i.e., most-probable-latent and Monte Carlo methods, and three stochastic gradient estimations for learning discrete latent variables, i.e., straight-through, REINFORCE, and pathwise estimators. Experimental results on the PartNet dataset show that the proposed method achieves state-of-the-art performance in not only top-level part segmentation but also middle-level latent subpart segmentation.

📄 PDF Abstract BibTeX arXiv:2211.07082

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderPoint Cloud SegmentationSegmentation

Methods 이 논문이 사용한 방법론

REINFORCE REINFORCE is a Monte Carlo variant of a policy gradient algorithm in reinforcement learning. The agent collects samples of an episode using its current policy, and uses it to…

Similar Papers 제목 키워드 기반

Generative 3D Part Assembly via Part-Whole-Hierarchy Message Passing

2024-02-27 · CVPR 2024 1 · Bi'an Du, Xiang Gao, Wei Hu, Renjie Liao

Generative 3D part assembly involves understanding part relationships and predicting their 6-DoF poses for assembling a realistic 3D shape. Prior work often focus on the geometry of individual parts, neglecting part-whol…

Global-Local Bidirectional Reasoning for Unsupervised Representation Learning of 3D Point Clouds

2020-03-29 · CVPR 2020 6 · Yongming Rao, Jiwen Lu, Jie zhou

Local and global patterns of an object are closely related. Although each part of an object is incomplete, the underlying attributes about the object are shared among all parts, which makes reasoning the whole object fro…

3D Object ClassificationGeneral ClassificationObjectRepresentation Learning

Occlusion-Robust Face Alignment Using a Viewpoint-Invariant Hierarchical Network Architecture

2022-01-01 · CVPR 2022 1 · Congcong Zhu, Xintong Wan, Shaorong Xie, Xiaoqiang Li 외

The occlusion problem heavily degrades the localization performance of face alignment. Most current solutions for this problem focus on annotating new occlusion data, introducing boundary estimation, and stacking dee…

Face AlignmentRobust Face Alignment

MPPNet: Multi-Frame Feature Intertwining with Proxy Points for 3D Temporal Object Detection

2022-05-12 · Xuesong Chen, Shaoshuai Shi, Benjin Zhu, Ka Chun Cheung 외

Accurate and reliable 3D detection is vital for many applications including autonomous driving vehicles and service robots. In this paper, we present a flexible and high-performance 3D detection framework, named MPPNet, …

Autonomous Drivingobject-detectionObject Detection

Rethinking the compositionality of point clouds through regularization in the hyperbolic space

2022-09-21 · Antonio Montanaro, Diego Valsesia, Enrico Magli

Point clouds of 3D objects exhibit an inherent compositional nature where simple parts can be assembled into progressively more complex shapes to form whole objects. Explicitly capturing such part-whole hierarchy is a lo…

3D Point Cloud ClassificationPoint Cloud Classification