English

PQ-NET: A Generative Part Seq2Seq Network for 3D Shapes

Computer Vision and Pattern Recognition 2020-04-27 v3 Graphics Machine Learning

Abstract

We introduce PQ-NET, a deep neural network which represents and generates 3D shapes via sequential part assembly. The input to our network is a 3D shape segmented into parts, where each part is first encoded into a feature representation using a part autoencoder. The core component of PQ-NET is a sequence-to-sequence or Seq2Seq autoencoder which encodes a sequence of part features into a latent vector of fixed size, and the decoder reconstructs the 3D shape, one part at a time, resulting in a sequential assembly. The latent space formed by the Seq2Seq encoder encodes both part structure and fine part geometry. The decoder can be adapted to perform several generative tasks including shape autoencoding, interpolation, novel shape generation, and single-view 3D reconstruction, where the generated shapes are all composed of meaningful parts.

Keywords

Cite

@article{arxiv.1911.10949,
  title  = {PQ-NET: A Generative Part Seq2Seq Network for 3D Shapes},
  author = {Rundi Wu and Yixin Zhuang and Kai Xu and Hao Zhang and Baoquan Chen},
  journal= {arXiv preprint arXiv:1911.10949},
  year   = {2020}
}

Comments

Accepted to CVPR 2020. Code available at https://github.com/ChrisWu1997/PQ-NET

R2 v1 2026-06-23T12:26:26.523Z