Home

Awesome

Deep Attention-guided Graph Clustering with Dual Self-supervision

Made with Python GitHub stars GitHub forks visitors

DOI: 10.1109/TCSVT.2022.3232604

URL: https://ieeexplore.ieee.org/iel7/76/4358651/09999681.pdf

We have added comments in the code, and the specific details can correspond to the explanation in the paper. Please get in touch with me (zhihapeng3-c@my.cityu.edu.hk) if you have any issues.

We appreciate it if you use this code and cite our related papers, which can be cited as follows,

@ARTICLE{9999681, <br> title={Deep Attention-guided Graph Clustering with Dual Self-supervision}, <br> author={Peng, Zhihao and Liu, Hui and Jia, Yuheng and Hou, Junhui}, <br> journal={IEEE Transactions on Circuits and Systems for Video Technology}, <br> year={2022}, <br> volume={}, <br> number={}, <br> pages={1-1}, <br> doi={10.1109/TCSVT.2022.3232604} } <br>

@article{peng2022graph, <br> title={Graph Augmentation Clustering Network}, <br> author={Peng, Zhihao and Liu, Hui and Jia, Yuheng and Hou, Junhui}, <br> journal={arXiv preprint arXiv:2211.10627}, <br> year={2022} } <br>

@inproceedings{peng2021attention, <br> title={Attention-driven graph clustering network}, <br> author={Peng, Zhihao and Liu, Hui and Jia, Yuheng and Hou, Junhui}, <br> booktitle={Proceedings of the 29th ACM International Conference on Multimedia}, <br> pages={935--943}, <br> year={2021} } <br>

Environment

To run code

Evaluation

Data

Due to the limitation of GitHub, we share the other data in [<a href="https://drive.google.com/drive/folders/1D_kH2loUTH6fHfdwnVElUHVw1kHfflVV?usp=sharing">here</a>]. The AIDS Antiviral Screen dataset can be found at [<a href="https://paperswithcode.com/dataset/aids-antiviral-screen">here</a>].

Q&A