PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space, Charles R. Qi, Li Yi, Hao Su, Leonidas J. Guibas, 2017Advances in Neural Information Processing Systems, Vol. 30 (NeurIPS) - Introduces a hierarchical neural network architecture for processing point clouds, addressing permutation invariance and learning features at multiple scales, foundational for 3D perception and generation.
DeepSDF: Learning Continuous Signed Distance Functions for Shape Representation, Jeong Joon Park, Peter Florence, Julian Straub, Richard Newcombe, Steven Lovegrove, 2019IEEE Conference on Computer Vision and Pattern Recognition - Introduces a method to learn continuous Signed Distance Functions (SDFs) using deep neural networks for representing 3D shapes, enabling high-resolution and topologically complex geometries.
Learning Deformable Mesh Generation using Graph Convolutional Networks, Shaonan Wang, Wenzheng Chen, Xiaojuan Qi, Kwok-Ho Mak, Ka-Wing To, Wen-Ping Wang, 2020Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) (IEEE / CVF)DOI: 10.1109/CVPR42600.2020.01423 - Presents an approach for generating 3D deformable meshes by employing graph convolutional networks (GCNs) to predict vertex deformations from a template, addressing mesh topology challenges.