This repo contains the code and data of our paper "Deep Streaming View Clustering". If you have any questions about the source code, please contact: hl_yuan0822@163.com.

pytorch==1.2.0
numpy>=1.19.1
scikit-learn>=0.23.2
munkres>=1.1.4
You can find these datasets used in the paper at Quark.
Run the code by
python main.py If you find our work useful in your research, please consider citing:
@inproceedings{yuandeep,
title={Deep Streaming View Clustering},
author={Yuan, Honglin and Li, Xingfeng and Dai, Jian and You, Xiaojian and Sun, Yuan and Ren, Zhenwen},
booktitle={Forty-second International Conference on Machine Learning},
year={2025},
}