Skip to content

Voint Cloud: Multi-View Point Cloud Representation for 3D Understanding (ICLR 2023)

License

Notifications You must be signed in to change notification settings

ajhamdi/vointcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Voint Cloud: Multi-View Point Cloud Representation for 3D Understanding (ICLR'23)

Webpage for paper Voint Cloud: Multi-View Point Cloud Representation for 3D Understanding

By Abdullah Hamdi, Silvio Giancola, Bernard Ghanem

Paper | Video | Tutorial .


Code is integrated into MVTorch library. Run the Segmentation example, but change lifting_method='mode' to lifting_method='mlp' to use Voints.

Open an issue in https://github.com/ajhamdi/mvtorch if you have question regards to Voint Cloud.

Citation

If you are using our code in your work, please kindly cite the following:

@inproceedings{hamdi2021voint,
  title={Voint Cloud: Multi-View Point Cloud Representation for 3D Understanding},
  author={Hamdi, Abdullah and Giancola, Silvio and Ghanem, Bernard},
  booktitle={International Conference on Learning Representations},
  year={2023},
  url={https://openreview.net/forum?id=IpGgfpMucHj}

}

Voint Cloud: Multi-View Point Cloud Representation for 3D Understanding

TL;DR: We propose voint cloud, a novel 3D data structure, that combines multi-view and point clouds for robust 3D understanding tasks.

Abstract: Multi-view projection methods have demonstrated promising performance on 3D understanding tasks like 3D classification and segmentation. However, it remains unclear how to combine such multi-view methods with the widely available 3D point clouds. Previous methods use unlearned heuristics to combine features at the point level. To this end, we introduce the concept of the multi-view point cloud (Voint cloud), representing each 3D point as a set of features extracted from several view-points. This novel 3D Voint cloud representation combines the compactness of 3D point cloud representation with the natural view-awareness of multi-view representation. Naturally, we can equip this new representation with convolutional and pooling operations. We deploy a Voint neural network (VointNet) to learn representations in the Voint space. Our novel representation achieves \sota performance on 3D classification, shape retrieval, and robust 3D part segmentation on standard benchmarks ( ScanObjectNN, ShapeNet Core55, and ShapeNet Parts). Our code and models are integrated in MVTorch library.

vis

News

About

Voint Cloud: Multi-View Point Cloud Representation for 3D Understanding (ICLR 2023)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published