Home

Awesome

DealMVC: Dual Contrastive Calibration for Multi-view Clustering

<p align="center"> <a href="https://pytorch.org/" alt="PyTorch"> <img src="https://img.shields.io/badge/PyTorch-%23EE4C2C.svg?e&logo=PyTorch&logoColor=white" /></a> <a href="https://www.acmmm2023.org" alt="Conference"> <img src="https://img.shields.io/badge/ACM MM'23-brightgreen" /></a> <p/>

GitHub stars GitHub forks

An official source code for paper DealMVC: Dual Contrastive Calibration for Multi-view Clustering, accepted by ACM MM 23. Any communications or issues are welcomed. Please contact xihong_edu@163.com. If you find this repository useful to your research or work, it is really appreciate to star this repository. :heart:


Motivation

<p align = "justify"> Illustration of the motivation of DealMVC. </p> <div align="center"> <img src="./assets/motivation.jpg" width=60%/> </div>

Overview

<p align = "justify"> Illustration of DealMVC: Dual Contrastive Calibration for Multi-view Clustering mechanism. </p> <div align="center"> <img src="./assets/overall.jpg" width=60%/> </div>

Results

<p align = "justify"> The performance of our proposed DealMVC in eight datasets. </p> <div align="center"> <img src="./assets/results.jpg" width=60%/> </div>

Requirements

The proposed DealMVC is implemented with python 3.8.8 on a NVIDIA 1080 Ti GPU.

Python package information is summarized in requirements.txt:

Quick Verification

python test.py 

Citation

If you use code or datasets in this repository for your research, please cite our paper.

@inproceedings{DealMVC,
  title={DealMVC: Dual Contrastive Calibration for Multi-view Clustering},
  author={Yang, Xihong and Jin, Jiaqi and Wang, Siwei and Liang, Ke and Liu, Yue and Wen, Yi and Liu, Suyuan and Zhou, Sihang and Liu, Xinwang and Zhu, En},
  booktitle={Proceedings of the 31th ACM International Conference on Multimedia},
  pages={},
  year={2023}
}