Quality-Diversity Algorithms Can Provably Be Helpful for Optimization
Abstract
Recent advances in unsupervised deep graph clustering have been significantly promoted by contrastive learning. Despite the strides, most graph contrastive learning models face challenges: 1) graph augmentation is used to improve learning diversity, but commonly used random augmentation methods may destroy inherent semantics and cause noise; 2) the fixed positive and negative sample selection strategy ignores the difficulty distribution of samples when deal with complex real data, thereby impeding the model’s capability to capture fine-grained patterns and trapping the model in sub-optimal for clustering. To reduce these problems, we propose the Clustering-guided Curriculum Graph contrastive Learning (CurGL) framework. CurGL uses clustering entropy as the guidance of the following graph augmentation and contrastive learning. Specifically, according to the clustering entropy, the intra-class edges and important features are emphasized in augmentation. Then, a multi-task curriculum learning scheme is proposed, which employs the clustering guidance to shift the focus from the discrimination task to the clustering task. In this way, the sample selection strategy of contrastive learning can be adjusted adaptively from early to late stage, which enhances the model's flexibility for complex data structure. Experimental results demonstrate that CurGL has achieved excellent performance compared to state-of-the-art competitors.
Cite
Text
Qian et al. "Quality-Diversity Algorithms Can Provably Be Helpful for Optimization." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/773Markdown
[Qian et al. "Quality-Diversity Algorithms Can Provably Be Helpful for Optimization." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/qian2024ijcai-quality/) doi:10.24963/ijcai.2024/773BibTeX
@inproceedings{qian2024ijcai-quality,
title = {{Quality-Diversity Algorithms Can Provably Be Helpful for Optimization}},
author = {Qian, Chao and Xue, Ke and Wang, Ren-Jian},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2024},
pages = {6994-7002},
doi = {10.24963/ijcai.2024/773},
url = {https://mlanthology.org/ijcai/2024/qian2024ijcai-quality/}
}