Skip to content
/ WMVS Public

Datasets and dataloader code for "Weak Multi-View Supervision for Surface Mapping Estimation"

License

Notifications You must be signed in to change notification settings

Fyusion/WMVS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weak Multi-View Supervision for Surface Mapping Estimation

Datasets and dataloader code for Weak Multi-View Supervision for Surface Mapping Estimation in PyTorch. Presented in Learning from Limited and Imperfect Data (L2ID) at CVPR '21.

We propose a weakly-supervised multi-view learning approach to learn category-specific surface mapping without dense annotations. We learn the underlying surface geometry of common categories, such as human faces, cars, and airplanes, given instances from those categories. While traditional approaches solve this problem using extensive supervision in the form of pixel-level annotations, we take advantage of the fact that pixel-level UV and mesh predictions can be combined with 3D reprojections to form consistency cycles. As a result of exploiting these cycles, we can establish a dense correspondence mapping between image pixels and the mesh acting as a self-supervisory signal, which in turn helps improve our overall estimates. Our approach leverages information from multiple views of the object to establish additional consistency cycles, thus improving surface mapping understanding without the need for explicit annotations. We also propose the use of deformation fields for predictions of an instance specific mesh. Given the lack of datasets providing multiple images of similar object instances from different viewpoints, we generate and release a multi-view ShapeNet Cars and Airplanes dataset created by rendering ShapeNet meshes using a 360 degree camera trajectory around the mesh. For the human faces category, we process and adapt an existing dataset to a multi-view setup. Through experimental evaluations, we show that, at test time, our method can generate accurate variations away from the mean shape, is multi-view consistent, and performs comparably to fully supervised approaches.

Dataset

Multi View Dataset for multiple categories

Numerous annotations for each instance

Annotations Provided

Annotations Provided

Dataset Download Links

Credits

In case the dataset is useful, please cite our work using,

@inproceedings{rai2021weak,
  title={Weak Multi-View Supervision for Surface Mapping Estimation},
  author={Rai, Nishant and Liaudanskas, Aidas and Rao, Srinivas and Cayon, Rodrigo Ortiz and Munaro, Matteo and Holzer, Stefan},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  pages={2759--2768},
  year={2021}
}

About

Datasets and dataloader code for "Weak Multi-View Supervision for Surface Mapping Estimation"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages