Accepted by ICCV 2021.
April 7, 2022 · View on GitHub
Settings in main.py
TEST = Ture
when TEST = Ture, the code just test the trained Multi-VAE model when TEST = False, the code will train Multi-VAE model
Run the code:
python main.py
Visualize the generative model:
python Load_model_visual.py
BibTex
@InProceedings{Xu_2021_ICCV, author = {Xu, Jie and Ren, Yazhou and Tang, Huayi and Pu, Xiaorong and Zhu, Xiaofeng and Zeng, Ming and He, Lifang}, title= {Multi-{VAE}: Learning Disentangled View-Common and View-Peculiar Visual Representations for Multi-View Clustering}, booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)}, year = {2021}, pages = {9234-9243} }